[pkg-opensc-commit] [opensc] 03/03: Switch to debhelper 10
Eric Dorland
eric at moszumanska.debian.org
Sun Dec 11 01:20:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository opensc.
commit 5f6d69d91a497fc0da90eeb694c0e3f520bb16f8
Author: Eric Dorland <eric at debian.org>
Date: Sat Dec 10 19:31:43 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 52526d0..16b0987 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ opensc (0.16.0-2) unstable; urgency=medium
* debian/control: Recommend pcscd.
* debian/control: Switch to libssl1.0-dev since it doesn't build with 1.1.
+ * debian/compat, debian/control, debian/rules: Switch to debhelper 10.
- --
+ -- Eric Dorland <eric at debian.org> Sat, 10 Dec 2016 19:31:29 -0500
opensc (0.16.0-1) 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 ce06024..72384e4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Priority: extra
Section: utils
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint at lists.alioth.debian.org>
Uploaders: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
docbook-xsl,
flex,
libltdl3-dev,
diff --git a/debian/rules b/debian/rules
index 879fa41..b6b4503 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel --with autoreconf
+ dh $@
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