[pkg-opensc-commit] [engine-pkcs11] 06/06: debian/control, debian/rules: Use dh-autoreconf.
Eric Dorland
eric at moszumanska.debian.org
Sun May 10 21:24:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository engine-pkcs11.
commit 08396c888f7ee66a2623ff449460e9ccc1a179cd
Author: Eric Dorland <eric at debian.org>
Date: Sun May 10 15:50:19 2015 -0400
debian/control, debian/rules: Use dh-autoreconf.
---
debian/changelog | 3 ++-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 771a481..108c4c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ engine-pkcs11 (0.1.8-5) unstable; urgency=medium
pkg-opensc-maint at lists.alioth.debian.org to and myself to Uploaders.
* debian/copyright: Move to DEP5 copyright file.
* debian/gbp.conf: Use pristine-tar.
+ * debian/control, debian/rules: Use dh-autoreconf.
- --
+ -- Eric Dorland <eric at debian.org> Sun, 10 May 2015 15:49:32 -0400
engine-pkcs11 (0.1.8-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 5ae20a0..370abfb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint at lists.alioth.debian.org>
Uploaders: Eric Dorland <eric at debian.org>
-Build-Depends: autotools-dev,
+Build-Depends: dh-autoreconf,
debhelper (>= 9),
libltdl3-dev,
libp11-dev (>= 0.2.5),
diff --git a/debian/rules b/debian/rules
index 842c103..b3ca6d2 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 -- \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git
More information about the pkg-opensc-commit
mailing list