[pkg-opensc-commit] [SCM] OpenSC packaging branch, master, updated. upstream/0.13.0-410-g5332056

Eric Dorland eric at debian.org
Sun Jun 2 23:29:29 UTC 2013


The following commit has been merged in the master branch:
commit 5332056057d202d7180447cccc218e08ecd2d2ec
Author: Eric Dorland <eric at debian.org>
Date:   Sun Jun 2 19:19:11 2013 -0400

    debian/control, debian/rules: Use dh_autotools-dev.

diff --git a/debian/changelog b/debian/changelog
index 77e00b5..de9e320 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 opensc (0.13.0-3) unstable; urgency=low
 
   * debian/rules: Enable secure messaging support. (Closes: #694481)
+  * debian/control, debian/rules: Use dh_autotools-dev.
 
- --
+ -- Eric Dorland <eric at debian.org>  Sun, 02 Jun 2013 19:18:48 -0400
 
 opensc (0.13.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2ae6fc4..ce219ed 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: opensc
 Priority: extra
 Section: utils
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 9), libltdl3-dev, libreadline-dev, libssl-dev (>= 0.9.7d-3), libpcsclite-dev (>= 1.2.9-beta1), flex, pkg-config, xsltproc, docbook-xsl, zlib1g-dev
+Build-Depends: debhelper (>= 9), autotools-dev, docbook-xsl, flex,
+ libltdl3-dev, libpcsclite-dev (>= 1.2.9-beta1), libreadline-dev,
+ libssl-dev (>= 0.9.7d-3), pkg-config, xsltproc, zlib1g-dev
 Standards-Version: 3.9.4
 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 e257c63..984db33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --sysconfdir=/etc/opensc \

-- 
OpenSC packaging



More information about the pkg-opensc-commit mailing list