[pkg-opensc-commit] [libp11] 50/51: Switch to debhelper 10
Eric Dorland
eric at moszumanska.debian.org
Wed Dec 7 17:51:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit 0879a4377f71403056cfe2b16516d64a9a24960d
Author: Eric Dorland <eric at debian.org>
Date: Tue Dec 6 00:16: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 3dd139f..21b788d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ libp11 (0.4.3-1) unstable; urgency=medium
* debian/patches/0001-Add-enginesexecdir-use-it-instead-of-enginesdir.patch:
Drop upstreamed enginesexecdir patch.
* debian/control: Switch back to libssl 1.0 for the moment.
+ * debian/compat, debian/control, debian/rules: Switch to debhelper 10.
- --
+ -- Eric Dorland <eric at debian.org> Tue, 06 Dec 2016 00:16:12 -0500
libp11 (0.4.2-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 b553b1e..b7d4a6f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: libdevel
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),
libltdl3-dev,
libp11-kit-dev,
libssl1.0-dev,
diff --git a/debian/rules b/debian/rules
index a15b447..27f258a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ OPENSSL_VERSION := $(shell pkg-config --modversion openssl | sed "s/[a-z]$$//")
ENGINES_DIR := /usr/lib/$(DEB_HOST_GNU_TYPE)/openssl-$(OPENSSL_VERSION)/engines
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- \
--
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