[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-ati: Changes to 'debian-unstable'



 debian/changelog                   |    4 +++-
 debian/patches/01_gen_pci_ids.diff |   21 ---------------------
 debian/patches/series              |    1 -
 3 files changed, 3 insertions(+), 23 deletions(-)

New commits:
commit 1fe8c0d1e7959f7c342beff0330e5cbb121f25a1
Author: David Nusinow <dnusinow@debian.org>
Date:   Wed Apr 29 21:47:54 2009 -0400

    Remove 01_gen_pci_ids.diff patch
    The server just uses a built-in  table to choose drivers now

diff --git a/debian/changelog b/debian/changelog
index 9480f8d..f8e8511 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ xserver-xorg-video-ati (1:6.12.2-2) UNRELEASED; urgency=low
 
   [ David Nusinow ]
   * Add a note in NEWS.Debian about firmware-linux
+  * Remove 01_gen_pci_ids.diff patch as the server just uses a built-in 
+    table to choose drivers now
 
- -- David Nusinow <dnusinow@debian.org>  Wed, 29 Apr 2009 21:18:41 -0400
+ -- David Nusinow <dnusinow@debian.org>  Wed, 29 Apr 2009 21:45:58 -0400
 
 xserver-xorg-video-ati (1:6.12.2-1) 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 4b607bf..0000000
--- a/debian/patches/01_gen_pci_ids.diff
+++ /dev/null
@@ -1,21 +0,0 @@
----
- src/Makefile.am |    6 ++++++
- 1 file changed, 6 insertions(+)
-
-Index: xserver-xorg-video-ati/src/Makefile.am
-===================================================================
---- xserver-xorg-video-ati.orig/src/Makefile.am	2007-10-06 02:44:47.000000000 +0200
-+++ xserver-xorg-video-ati/src/Makefile.am	2007-10-06 02:48:34.000000000 +0200
-@@ -153,3 +153,12 @@
- 	pcidb/ati_pciids.csv \
- 	pcidb/parse_pci_ids.pl \
- 	radeon_atombios.h
-+
-+pcidatadir = $(datadir)/xserver-xorg/pci
-+pcidata_DATA = radeon.ids
-+
-+radeon.ids: ati_pciids_gen.h
-+	cat ${srcdir}/ati_pciids_gen.h \
-+		| grep -v PCI_CHIP_MACH32 | grep -v PCI_CHIP_MACH64 | grep -v PCI_CHIP_RAGE128 \
-+		| awk '/^#define.*PCI_CHIP/ {print $$3}' \
-+		| sed -e 's/0x/1002/' > radeon.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


Reply to: