Summary
Description: The git repository for the ATI/AMD fglrx packaging scripts.
Last Change: Thu 2/4/10 2:40
Recent Commits
>
--git a/Ubuntu/ChangeLog b/Ubuntu/ChangeLog
index 622905f..831b5a8 100755
--- a/Ubuntu/ChangeLog
+++ b/Ubuntu/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-16 Mario Limonciello <superm1@ubuntu.com>
+ * dists/*/control:
+ - Depends on linux-headers-generic | linux-headers
+ to cover more cases of missing headers
+ * dists/intrepid/README.Debian:
+ - Update to full update process
+ * Sync changelog with Ubuntu
+
2008-10-09 Mario Limonciello <superm1@ubuntu.com>
* dists/intrepid/rules
- Install from the x740 directories instead
diff --git a/Ubuntu/dists/gutsy/control b/Ubuntu/dists/gutsy/control
index 7e012f9..657995f 100644
--- a/Ubuntu/dists/gutsy/control
+++ b/Ubuntu/dists/gutsy/control
@@ -56,7 +56,7 @@ Description: Video driver for the ATI graphics accelerators (devel files)
Package: fglrx-kernel-source
Architecture: amd64 i386
-Depends: make, dkms, linux-libc-dev, linux-headers
+Depends: make, dkms, linux-libc-dev, linux-headers-generic | linux-headers
Suggests: xorg-driver-fglrx
Conflicts: pentium-builder
Description: Kernel module source for the ATI graphics accelerators
diff --git a/Ubuntu/dists/hardy/control b/Ubuntu/dists/hardy/control
index 7e012f9..657995f 100644
--- a/Ubuntu/dists/hardy/control
+++ b/Ubuntu/dists/hardy/control
@@ -56,7 +56,7 @@ Description: Video driver for the ATI graphics accelerators (devel files)
Package: fglrx-kernel-source
Architecture: amd64 i386
-Depends: make, dkms, linux-libc-dev, linux-headers
+Depends: make, dkms, linux-libc-dev, linux-headers-generic | linux-headers
Suggests: xorg-driver-fglrx
Conflicts: pentium-builder
Description: Kernel module source for the ATI graphics accelerators
diff --git a/Ubuntu/dists/intrepid/README.Debian b/Ubuntu/dists/intrepid/README.Debian
index ca80a62..65b2e8f 100644
--- a/Ubuntu/dists/intrepid/README.Debian
+++ b/Ubuntu/dists/intrepid/README.Debian
@@ -21,13 +21,13 @@ Source building
Starting with Intrepid, an extra target has been added to allow
--buildpkg Ubuntu/source. This target should be adequate for
sending up to the Ubuntu archive. By keeping the same source package
-in both places, there should be less conflicts for people.
+in both places, there should be fewer conflicts for people.
On a semiregular basis, the debian/changelog should be merged
into this package, but people adding to the Ubuntu archive should
be sure to update these sorts of things otherewise.
-Kernel Patches
+Kernel patches
-------------------------
If you need to provide a kernel patch (say for a kernel not formally
supported yet by AMD), you can add this patch in the debian/patches
@@ -35,3 +35,46 @@ directory. It will only be used for the current development release,
as indicated in debian/rules. When upgrading from current development
release to next development release, this codename in debian/rules should
be bumped too.
+
+Update procedure
+-------------------------
+When a new -fglrx is available, do the following to update
+fglrx-installer:
+
+0. On your build system, make sure you have the prerequisites
+ installed:
+
+ $ sudo apt-get build-dep fglrx-installer
+
+1. Download the archive file and unpack it to get the .run file
+
+2. Do a --buildpkg Ubuntu/source, which will build a diff.gz,
+ orig.tar.gz and an unsigned dsc. For example:
+
+ $ bash ./ati-driver-installer-8.543.2-x86.x86_64.run --buildpkg Ubuntu/source
+
+ This will prompt for your password for sudo privs. It will
+ install things to your system it needs for constructing the
+ source packages, such as cdbs, libstdc++, etc.
+
+3. dpkg-source -x that dsc to unpack it into a directory
+
+4. dch -e to update the new changelog entry.
+ Make sure to mark out any bugs that get closed with it.
+
+ Also doublecheck that it includes debian/ changes up to the current
+ Ubuntu version; if not, some merging may be required.
+
+5. debuild -S to produce a new .dsc
+
+6. Verify the new .dsc produces valid .debs by running it through
+ pbuilder, sbuild, etc. as usual.
+
+7. Install and test the .debs, and then dput the .changes file
+
+If any changes to files in debian/ are needed, make sure to let the
+maintainer (Mario aka superm1) know, so he can sync them into the git
+tree AMD pulls from.
+
+
+ -- Bryce Harrington <bryce@ubuntu.com>, Tue, 14 Oct 2008 13:27:15 -0700
diff --git a/Ubuntu/dists/intrepid/changelog.in b/Ubuntu/dists/intrepid/changelog.in
index 8e9a663..99f0177 100644
--- a/Ubuntu/dists/intrepid/changelog.in
+++ b/Ubuntu/dists/intrepid/changelog.in
@@ -1,3 +1,100 @@
+fglrx-installer (2:8.543-0ubuntu2) intrepid; urgency=low
+
+ * debian/control:
+ - Depends on linux-headers-generic | linux-headers to help
+ cover more of the 90 percent case that people are using the
+ generic kernel (LP: #284091)
+
+ -- Mario Limonciello <superm1@ubuntu.com> Thu, 16 Oct 2008 08:52:34 -0500
+
+fglrx-installer (2:8.543-0ubuntu1) intrepid; urgency=low
+
+ * New upstream release. (Closes lp: #247376)
+ * control: Re-enabled provides of xserver-xorg-video-2 since
+ this upload works with the current xserver.
+ * README.Debian: Itemize update procedure
+
+ -- Bryce Harrington <bryce@ubuntu.com> Tue, 14 Oct 2008 14:12:06 -0700
+
+fglrx-installer (2:8.532-0ubuntu5) intrepid; urgency=low
+
+ * control: xorg-driver-fglrx Provides: xserver-xorg-video-2. The
+ driver doesn't work with the current xserver, so no reason to
+ pretend that it would. This prevents breaking upgrades from hardy
+ where the driver would be updated and on reboot X would fail.
+
+ -- Timo Aaltonen <tepsipakki@ubuntu.com> Thu, 25 Sep 2008 11:46:28 +0300
+
+fglrx-installer (2:8.532-0ubuntu4) intrepid; urgency=low
+
+ * Update 2.6.27 patch again. (LP: #266956)
+
+ -- Mario Limonciello <superm1@ubuntu.com> Sun, 21 Sep 2008 15:32:19 -0500
+
+fglrx-installer (2:8.532-0ubuntu3) intrepid; urgency=low
+
+ [ Alberto Milone (tseliot) ]
+ * debian/modaliases/fglrx_supported:
+ - Add "xorg-driver-fglrx" to the strings printed to
+ fglrx-modules.alias.override so that Jockey can
+ detect the name of the package to install (LP: #258641)
+
+ [ Mario Limonciello ]
+ * debian/kernel-source-patches/fglrx_8.9_2.6.27.patch:
+ - Update to compile on x86_64 for 2.6.27 (LP: #266956)
+
+ -- Mario Limonciello <superm1@ubuntu.com> Sun, 21 Sep 2008 12:29:18 -0500
+
+fglrx-installer (2:8.532-0ubuntu2) intrepid; urgency=low
+
+ * debian/fglrx-kernel-source.patches:
+ - Install to DKMS patches directory (LP: #266956)
+
+ -- Mario Limonciello <superm1@ubuntu.com> Fri, 19 Sep 2008 08:49:21 -0500
+
+fglrx-installer (2:8.532-0ubuntu1) intrepid; urgency=low
+
+ * Add debian/kernel-source-patches/fglrx_8.9_2.6.27.patch
+ to allow compiling against 2.6.27. (LP: #266956)
+ * debian/dkms.conf.in:
+ - Use 2.6.27 patch when building against 2.6.27
+ * debian/fglrx-kernel-source.install.in:
+ - Install patches in kernel-source-patches.
+
+ -- Mario Limonciello <mario_limonciello@dell.com> Thu, 18 Sep 2008 12:08:46 -0500
+
+fglrx-installer (2:8.522-0ubuntu4) intrepid; urgency=low
+
+ * Rebuild against the new xserver-xorg-dev.
+
+ -- Bryce Harrington <bryce@bryceharrington.org> Fri, 12 Sep 2008 00:54:13 +0000
+
+fglrx-installer (2:8.522-0ubuntu3) intrepid; urgency=low
+
+ "3rd time's a charm"
+ * Don't divert extensions either. Causes big breakage when starting X.
+
+ -- Mario Limonciello <mario_limonciello@dell.com> Wed, 20 Aug 2008 12:47:26 -0500
+
+fglrx-installer (2:8.522-0ubuntu2) intrepid; urgency=low
+
+ * Don't install extensions directory as no additional
+ extensions are included in this version.
+
+ -- Mario Limonciello <mario_limonciello@dell.com> Wed, 20 Aug 2008 12:38:10 -0500
+
+fglrx-installer (2:8.522-0ubuntu1) intrepid; urgency=low
+
+ * New upstream release.
+ * Drop 02_2.6.26_support.dpatch as 2.6.26 support is available now.
+ * debian/control:
+ - Conflict w/ pentium-builder (LP: #180831)
+ - Update nvidia conflicts (LP: #254969)
+ * Correct LIBGL_DRIVERS_PATH (LP: #250944)
+ * Cleanup diversion prerm scripts (LP: #257003)
+
+ -- Mario Limonciello <mario_limonciello@dell.com> Wed, 20 Aug 2008 12:34:16 -0500
+
fglrx-installer (2:8.512-0ubuntu1) intrepid; urgency=low
* New upstream release.
diff --git a/Ubuntu/dists/intrepid/control b/Ubuntu/dists/intrepid/control
index 7e012f9..657995f 100644
--- a/Ubuntu/dists/intrepid/control
+++ b/Ubuntu/dists/intrepid/control
@@ -56,7 +56,7 @@ Description: Video driver for the ATI graphics accelerators (devel files)
Package: fglrx-kernel-source
Architecture: amd64 i386
-Depends: make, dkms, linux-libc-dev, linux-headers
+Depends: make, dkms, linux-libc-dev, linux-headers-generic | linux-headers
Suggests: xorg-driver-fglrx
Conflicts: pentium-builder
Description: Kernel module source for the ATI graphi
Copyright © 2010 by Phoronix Media