[Pkg-gnupg-commit] [gpa] 02/10: move to debhelper 11

Daniel Kahn Gillmor dkg at fifthhorseman.net
Tue Feb 6 05:27:07 UTC 2018


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

dkg pushed a commit to branch master
in repository gpa.

commit 9d474f3e6ca991ea581d73d1b6929b4126942354
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Feb 5 23:48:34 2018 -0500

    move to debhelper 11
    
    automatically does autoreconf, parallel build.
---
 debian/compat  | 2 +-
 debian/control | 4 +---
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 96f2c6a..4463389 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,7 @@ Uploaders:
  Andreas Rönnquist <gusnan at debian.org>,
 Build-Depends:
  autopoint,
- autotools-dev (>> 20100122.1~),
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 11),
  gnupg2 | gnupg (>= 2),
  libassuan-dev (>> 2),
  libgpg-error-dev (>> 1.12),
diff --git a/debian/rules b/debian/rules
index b833904..645f80d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with autotools_dev,autoreconf --parallel
+	dh $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

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



More information about the Pkg-gnupg-commit mailing list