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

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


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

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

diff --git a/debian/changelog b/debian/changelog
index 2fc03bd..6546132 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ opensc (0.12.2-1) unstable; urgency=low
     not the .la or .a files. (Closes: #633656)
   * debian/rules, debian/control: Enable zlib support. Thanks Peter
     Marschall <peter at adpm.de>. (Closes: #629230)
+  * debian/rules, debian/control: Enable readline support. Thanks Peter
+    Marschall <peter at adpm.de>. (Closes: #629228)
 
  --
 
diff --git a/debian/control b/debian/control
index 95df2e4..32f0358 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, zlib1g-dev
+Build-Depends: debhelper (>= 7.0.50), libltdl3-dev, libreadline-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 73ea8e2..bfcae38 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-readline \
 		--enable-zlib \
 		--htmldir=/usr/share/doc/opensc/html
 

-- 
OpenSC packaging



More information about the pkg-opensc-commit mailing list