[pkg-opensc-commit] [SCM] OpenCT packaging branch, master, updated. 7d92c167700ba63c732c2ff9713c6e527f2f834c

Eric Dorland eric at debian.org
Tue Mar 17 07:45:21 UTC 2009


The following commit has been merged in the master branch:
commit 72258d37c40cc7e8461e6c5e30b2e97cd26ad380
Author: Eric Dorland <eric at debian.org>
Date:   Tue Mar 17 03:33:56 2009 -0400

    Install udev files into the proper location.
    
    * debian/openct.install: Install udev files from installed location.
    * debian/rules: Install udev files into /lib/udev.

diff --git a/debian/changelog b/debian/changelog
index 255efee..1211a0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 openct (0.6.15-1) unstable; urgency=low
 
   * New upstream release.
-  * debian/openct.install: Disable documentation for the moment.
-  * debian/rules: Rewritten build system requires some configure flags.
+  * debian/openct.install: 
+    - Disable documentation for the moment.
+    - Install udev files from installed location.
+  * debian/rules: 
+    - Rewritten build system requires some configure flags.
+    - Install udev files into /lib/udev.
   * debian/libopenct1.symbols: Add single new symbol.
 
  -- Eric Dorland <eric at debian.org>  Tue, 17 Mar 2009 03:09:34 -0400
diff --git a/debian/openct.install b/debian/openct.install
index 5656df0..f638164 100644
--- a/debian/openct.install
+++ b/debian/openct.install
@@ -8,9 +8,7 @@ debian/tmp/usr/lib/openct-ifd.la
 debian/tmp/usr/lib/openct-ifd.a
 
 etc/openct.conf etc/
-etc/openct_pcmcia lib/udev/
-etc/openct_serial lib/udev/
-etc/openct_usb lib/udev/
+lib/udev lib/
 
 debian/openct.reader.conf etc/reader.conf.d
 
diff --git a/debian/rules b/debian/rules
index 133c38f..318161d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-pcsc --enable-usb --with-udev=yes
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-pcsc --enable-usb --with-udev=/lib/udev
 
 DEB_INSTALL_DOCS_ALL := NEWS TODO
 

-- 
OpenCT packaging



More information about the pkg-opensc-commit mailing list