[pkg-opensc-commit] [pkcs11-helper] 01/03: Upgrade to debhelper 10
Eric Dorland
eric at moszumanska.debian.org
Fri Dec 9 19:01:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit ba8b0956e3d97447357bfb92366b145f72085e45
Author: Eric Dorland <eric at debian.org>
Date: Fri Dec 9 13:53:00 2016 -0500
Upgrade to debhelper 10
---
debian/changelog | 6 ++++++
debian/compat | 2 +-
debian/control | 3 +--
debian/rules | 2 +-
4 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ab55af1..e334308 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pkcs11-helper (1.11-6) unstable; urgency=medium
+
+ * debian/compat, debian/control, debian/rules: Upgrade to debhelper 10.
+
+ --
+
pkcs11-helper (1.11-5) unstable; urgency=medium
* debian/control, debian/rules: Drop libpkcs11-helper1-dbg in favor of
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 1a3922e..a3f1ce9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +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: debhelper (>= 9.20151219),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
doxygen,
libssl-dev,
pkg-config
diff --git a/debian/rules b/debian/rules
index 9523969..c83cd1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-doc \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list