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

Eric Dorland eric at debian.org
Mon Mar 30 07:57:31 UTC 2009


The following commit has been merged in the master branch:
commit c5fd9b97f47cff49f8ef7867f56ab9266e7bda39
Author: Eric Dorland <eric at debian.org>
Date:   Mon Mar 30 03:26:18 2009 -0400

    debian/rules: Add --enable-signer to get the signer back.

diff --git a/debian/changelog b/debian/changelog
index 0ec3d84..13a5866 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
 opensc (0.11.7-1) unstable; urgency=low
 
   * New upstream release. Fixes CVE-2009-0368.
-  * debian/rules: New location for the ChangeLog.
+  * debian/rules: 
+    - New location for the ChangeLog.
+    - Add --enable-signer to get the signer back.
   * debian/opensc.install:
     - cardos-tool.1 replaces cardos-info.1.
     - Install cardos-tool and rutoken-tool.
diff --git a/debian/rules b/debian/rules
index 5020b04..2fc54ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-nsplugin
+
 DEB_INSTALL_DOCS_ALL := README NEWS
 
 DEB_SHLIBDEPS_INCLUDE := debian/tmp/usr/lib debian/tmp/usr/lib/pkcs11

-- 
OpenSC packaging



More information about the pkg-opensc-commit mailing list