[pkg-opensc-commit] [pam-p11] 07/08: Switch to debhelper 10
Eric Dorland
eric at moszumanska.debian.org
Mon Dec 12 05:04:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pam-p11.
commit c2becc3f24964a6ea8f04b8c86b5084d89fdc014
Author: Eric Dorland <eric at debian.org>
Date: Sat Dec 10 20:33:16 2016 -0500
Switch to debhelper 10
---
debian/changelog | 3 ++-
debian/compat | 2 +-
debian/control | 3 +--
debian/rules | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9e72437..e7df70c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ pam-p11 (0.1.5-6) unstable; urgency=medium
* debian/control: Explicit build-deps on libssl1.0-dev.
* debian/control: Standards-Version to 3.9.8.
+ * debian/compat, debian/control, debian/rules: Switch to debhelper 10.
- --
+ -- Eric Dorland <eric at debian.org> Sat, 10 Dec 2016 20:32:54 -0500
pam-p11 (0.1.5-5) unstable; urgency=medium
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 8f72834..ebe47a3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: admin
Priority: optional
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint at lists.alioth.debian.org>
Uploaders: Eric Dorland <eric at debian.org>
-Build-Depends: dh-autoreconf,
- debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
libltdl-dev,
libp11-dev,
libpam0g-dev,
diff --git a/debian/rules b/debian/rules
index b3f0f9b..65ed60d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --libdir=/lib/$(DEB_HOST_MULTIARCH)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pam-p11.git
More information about the pkg-opensc-commit
mailing list