debian/changelog | 7 +++++++ debian/patches/03_gen_pci_ids.diff | 26 -------------------------- debian/patches/series | 1 - 3 files changed, 7 insertions(+), 27 deletions(-)
New commits: commit 730f8e7272bbb060e28308704f6a8c67937ceac7 Author: David Nusinow <[email protected]> Date: Mon May 4 21:54:18 2009 -0400 Remove 03_gen_pci_ids.diff. The X server now uses an internal table to choose a driver during autoconfiguration. diff --git a/debian/changelog b/debian/changelog index 74d052b..e632a90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-video-glint (1:1.2.2-3) UNRELEASED; urgency=low + + * Remove 03_gen_pci_ids.diff. The X server now uses an internal table to + choose a driver during autoconfiguration. + + -- David Nusinow <[email protected]> Mon, 04 May 2009 21:53:31 -0400 + xserver-xorg-video-glint (1:1.2.2-2) unstable; urgency=low * Upload to unstable. diff --git a/debian/patches/03_gen_pci_ids.diff b/debian/patches/03_gen_pci_ids.diff deleted file mode 100644 index c9c1f92..0000000 --- a/debian/patches/03_gen_pci_ids.diff +++ /dev/null @@ -1,26 +0,0 @@ ---- /dev/null -+++ xserver-xorg-video-glint/src/glint.ids -@@ -0,0 +1,14 @@ -+104C3D04 -+104C3D07 -+3D3D0001 -+3D3D0002 -+3D3D0003 -+3D3D0004 -+3D3D0006 -+3D3D0007 -+3D3D0008 -+3D3D0009 -+3D3D000A -+3D3D000C -+3D3D000D -+3D3D000E ---- xserver-xorg-video-glint.orig/src/Makefile.am -+++ xserver-xorg-video-glint/src/Makefile.am -@@ -60,3 +60,6 @@ - glint_dri.h \ - glint_dripriv.h - endif -+ -+pcidatadir = $(datadir)/xserver-xorg/pci -+pcidata_DATA = glint.ids diff --git a/debian/patches/series b/debian/patches/series index ff7ccb9..96dbfc5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ 01_glint_man.diff -03_gen_pci_ids.diff -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

