[pkg-opensc-commit] [SCM] OpenSC packaging branch, master, updated. 2385ead4c58cca50df00d23e1aa3970b8e5671fb

Eric Dorland eric at debian.org
Sat Apr 4 22:01:10 UTC 2009


The following commit has been merged in the master branch:
commit 521e3f26d2e7ea768297b21f64f1aad6b2ebd5e0
Author: Eric Dorland <eric at debian.org>
Date:   Sat Apr 4 17:44:42 2009 -0400

    debian/rules: Explicitly enable openct and pcsc. (Closes: #522077)

diff --git a/debian/changelog b/debian/changelog
index 13a5866..bb1a4b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+opensc (0.11.7-2) unstable; urgency=low
+
+  * debian/rules: Explicitly enable openct and pcsc. (Closes: #522077)
+
+ --
+
 opensc (0.11.7-1) unstable; urgency=low
 
   * New upstream release. Fixes CVE-2009-0368.
diff --git a/debian/rules b/debian/rules
index 2fc54ac..0c1b645 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-nsplugin
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-nsplugin --enable-pcsc --enable-openct
 
 DEB_INSTALL_DOCS_ALL := README NEWS
 

-- 
OpenSC packaging



More information about the pkg-opensc-commit mailing list