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

libpciaccess: Changes to 'debian-experimental'



 debian/changelog |    8 ++++++++
 debian/rules     |    1 +
 2 files changed, 9 insertions(+)

New commits:
commit 8c5ba9a09e8a0473a257ba570ca17eae3d06f5a2
Author: David Nusinow <dnusinow@debian.org>
Date:   Thu Sep 20 21:11:10 2007 -0400

    * Debian stores its pci.ids list in /usr/share/misc. Use that for the
      --with-pciids-path configure option so the library can fill in certain
      values correctly

diff --git a/debian/changelog b/debian/changelog
index 95938d9..6f064b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libpciaccess (0.8.0+git20070628-2) UNRELEASED; urgency=low
+
+  * Debian stores its pci.ids list in /usr/share/misc. Use that for the
+    --with-pciids-path configure option so the library can fill in certain
+    values correctly
+
+ -- David Nusinow <dnusinow@debian.org>  Thu, 20 Sep 2007 21:10:07 -0400
+
 libpciaccess (0.8.0+git20070628-1) experimental; urgency=low
 
   * New upstream snapshot.
diff --git a/debian/rules b/debian/rules
index 5fa343e..b23d09b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ build-stamp:
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	--infodir=\$${prefix}/share/info $(confflags) \
+	--with-pciids-path=\$${prefix}/share/misc \
 	CFLAGS="$(CFLAGS)" 
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 	



Reply to: