[pkg-opensc-commit] [opensc] 01/04: debian/control, debian/rules: Switch to dh-autoreconf. (Closes: #735380)

Eric Dorland eric at moszumanska.debian.org
Sun Mar 23 19:03:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository opensc.

commit cceda1dd357aad048fb59119a362d29f1d2b9e5e
Author: Eric Dorland <eric at debian.org>
Date:   Sat Mar 22 17:14:01 2014 -0400

    debian/control, debian/rules: Switch to dh-autoreconf. (Closes: #735380)
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de9e320..1981a55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+opensc (0.13.0-4) unstable; urgency=medium
+
+  * debian/control, debian/rules: Switch to dh-autoreconf. (Closes:
+    #735380)
+
+ --
+
 opensc (0.13.0-3) unstable; urgency=low
 
   * debian/rules: Enable secure messaging support. (Closes: #694481)
diff --git a/debian/control b/debian/control
index ce219ed..745f22b 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 (>= 9), autotools-dev, docbook-xsl, flex,
+Build-Depends: debhelper (>= 9), dh-autoreconf, 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
diff --git a/debian/rules b/debian/rules
index 984db33..16b30e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --sysconfdir=/etc/opensc \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git



More information about the pkg-opensc-commit mailing list