debian/changelog | 4 +++- debian/patches/01_gen_pci_ids.diff | 18 ------------------ debian/patches/series | 1 - 3 files changed, 3 insertions(+), 20 deletions(-)
New commits: commit 2f43ed62f25102512aebfb5d7177bacadd959bb8 Author: David Nusinow <[email protected]> Date: Wed Apr 29 21:51:43 2009 -0400 Remove 01_gen_pci_ids.diff. The server uses a built-in table now to choose drivers. diff --git a/debian/changelog b/debian/changelog index 93ed660..32e5092 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,10 @@ xserver-xorg-video-r128 (6.8.0+git20090201.08d56c88-3) UNRELEASED; urgency=low [ David Nusinow ] * Add a note in NEWS.Debian about firmware-linux + * Remove 01_gen_pci_ids.diff. The server uses a built-in table now to + choose drivers. - -- David Nusinow <[email protected]> Wed, 29 Apr 2009 21:21:53 -0400 + -- David Nusinow <[email protected]> Wed, 29 Apr 2009 21:50:52 -0400 xserver-xorg-video-r128 (6.8.0+git20090201.08d56c88-2) unstable; urgency=low diff --git a/debian/patches/01_gen_pci_ids.diff b/debian/patches/01_gen_pci_ids.diff deleted file mode 100644 index 29bc50c..0000000 --- a/debian/patches/01_gen_pci_ids.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- - src/Makefile.am | 6 ++++++ - 1 file changed, 6 insertions(+) - -Index: xserver-xorg-video-r128/src/Makefile.am -=================================================================== ---- xserver-xorg-video-r128.orig/src/Makefile.am 2007-10-06 02:44:47.000000000 +0200 -+++ xserver-xorg-video-r128/src/Makefile.am 2007-10-06 02:48:34.000000000 +0200 -@@ -49,3 +49,9 @@ - r128_sarea.h \ - r128_version.h \ - atipcirename.h -+ -+pcidatadir = $(datadir)/xserver-xorg/pci -+pcidata_DATA = r128.ids -+ -+r128.ids: -+ grep PCI_CHIP_RAGE128 /usr/include/xorg/xf86PciInfo.h | awk '/^#define.*PCI_CHIP/ {print $$3}' | sed -e 's/0x/1002/' > r128.ids diff --git a/debian/patches/series b/debian/patches/series index b55d79f..e69de29 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +0,0 @@ -01_gen_pci_ids.diff -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

