[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 fd5ffeb3eeefcedbe39bc2c522463e88de8161bb
Author: Eric Dorland <eric at debian.org>
Date:   Tue Mar 17 03:09:47 2009 -0400

    debian/rules: Rewritten build system requires some configure flags.

diff --git a/debian/changelog b/debian/changelog
index f2fdd2d..06e2143 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ 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.
 
- -- Eric Dorland <eric at debian.org>  Mon, 09 Mar 2009 00:51:37 -0400
+ -- Eric Dorland <eric at debian.org>  Tue, 17 Mar 2009 03:09:34 -0400
 
 openct (0.6.14-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d771478..133c38f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 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_INSTALL_DOCS_ALL := NEWS TODO
 
 install/openct::

-- 
OpenCT packaging



More information about the pkg-opensc-commit mailing list