[pkg-opensc-commit] [libp11] 01/02: debian/control, debian/rules: Use dh-autoreconf. Thanks Breno Leitao. (Closes: #750494)

Eric Dorland eric at moszumanska.debian.org
Mon Jun 9 02:03:47 UTC 2014


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

eric pushed a commit to branch master
in repository libp11.

commit 53400642c5df2c13f02fe955a4e40199ffb2a6cf
Author: Eric Dorland <eric at debian.org>
Date:   Sun Jun 8 21:26:56 2014 -0400

    debian/control, debian/rules: Use dh-autoreconf. Thanks Breno Leitao. (Closes: #750494)
---
 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 e37c9d8..e2e7704 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libp11 (0.2.8-4) unstable; urgency=medium
+
+  * debian/control, debian/rules: Use dh-autoreconf. Thanks Breno
+    Leitao. (Closes: #750494)
+
+ -- Eric Dorland <eric at debian.org>  Sun, 08 Jun 2014 21:26:36 -0400
+
 libp11 (0.2.8-3) unstable; urgency=low
 
   * debian/control: Change build dependency on debhelper to >= 9.
diff --git a/debian/control b/debian/control
index 5b4a79c..8905ed9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libp11
 Section: libdevel
 Priority: optional
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev, libltdl3-dev, libssl-dev,
+Build-Depends: debhelper (>= 9), dh-autoreconf, libltdl3-dev, libssl-dev,
  pkg-config
 Standards-Version: 3.9.4
 Homepage: http://www.opensc-project.org/libp11/
diff --git a/debian/rules b/debian/rules
index 141b5a7..83c1fed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with=autotools-dev
+	dh $@ --with autoreconf
 
 override_dh_strip:
 	dh_strip --dbg-package=libp11-2-dbg

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



More information about the pkg-opensc-commit mailing list