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

Eric Dorland eric at debian.org
Sun Sep 11 23:28:24 UTC 2011


The following commit has been merged in the master branch:
commit d0bebb0f01e9f9ed5e26fee299302cd45d87aced
Author: Eric Dorland <eric at debian.org>
Date:   Sun Sep 11 18:50:44 2011 -0400

    debian/rules, debian/control: Enable zlib support. Thanks Peter Marschall <peter at adpm.de>. (Closes: #629230)

diff --git a/debian/changelog b/debian/changelog
index 02306b5..2fc03bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ opensc (0.12.2-1) unstable; urgency=low
   * Acknowledge NMU. (Closes: #622436, #629227, #631618)
   * debian/rules, debian/opensc.install: Only install the .so.* lib files,
     not the .la or .a files. (Closes: #633656)
+  * debian/rules, debian/control: Enable zlib support. Thanks Peter
+    Marschall <peter at adpm.de>. (Closes: #629230)
 
  --
 
diff --git a/debian/control b/debian/control
index 2687c4c..95df2e4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: opensc
 Priority: extra
 Section: utils
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 7.0.50), libltdl3-dev, libssl-dev (>= 0.9.7d-3), libpcsclite-dev (>= 1.2.9-beta1), flex, pkg-config, xsltproc, docbook-xsl
+Build-Depends: debhelper (>= 7.0.50), libltdl3-dev, libssl-dev (>= 0.9.7d-3), libpcsclite-dev (>= 1.2.9-beta1), flex, pkg-config, xsltproc, docbook-xsl, zlib1g-dev
 Standards-Version: 3.9.2
 Homepage: http://www.opensc-project.org/
 Vcs-Git: git://git.debian.org/git/pkg-opensc/opensc.git
diff --git a/debian/rules b/debian/rules
index ed3d175..73ea8e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- --sysconfdir=/etc/opensc \
 		--enable-pcsc \
 		--enable-doc \
+		--enable-zlib \
 		--htmldir=/usr/share/doc/opensc/html
 
 override_dh_auto_install:

-- 
OpenSC packaging



More information about the pkg-opensc-commit mailing list