[Pkg-gnupg-commit] [gnupg1] 23/30: convert to debhelper 10

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Aug 2 06:35:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg1.

commit e72a9d4560daa4641c86287ae67db3f218768f7b
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Aug 2 01:42:45 2017 -0400

    convert to debhelper 10
    
    autoreconf should be automatic now, so no need for additional explicit
    dependency.
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

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 f72598a..46709a0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,7 @@ Uploaders:
 Standards-Version: 3.9.8
 Build-Depends:
  automake,
- debhelper (>= 9~),
- dh-autoreconf,
+ debhelper (>= 10~),
  dh-exec,
  file,
  gettext (>= 0.19.3),
diff --git a/debian/rules b/debian/rules
index 122f381..f1e9711 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export SOURCE_DATE_EPOCH = \
        $(shell date -d "$$(dpkg-parsechangelog -c 1 -S Date)" +%s)
 
 %:
-	dh $@ --with=autoreconf --builddirectory=build-deb
+	dh $@ --builddirectory=build-deb
 
 CONFARGS  = --prefix=/usr --libexecdir=/usr/lib/ --enable-noexecstack --disable-card-support
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg1.git



More information about the Pkg-gnupg-commit mailing list