[cowdancer] 01/02: Bump debhelper compat level to 10

Mattia Rizzolo mattia at debian.org
Wed Oct 26 17:31:39 UTC 2016


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

mattia pushed a commit to branch master
in repository cowdancer.

commit 0cda7f7c181c287268689f714ec862ec3ec3d742
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Oct 26 17:25:51 2016 +0000

    Bump debhelper compat level to 10
    
    + drop --parallel option, default in 10
    + drop --with autoreconf option, default in 10
---
 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 10f2393..2fdaeeb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Uploaders: James Clarke <jrtc27 at jrtc27.com>,
 Section: utils
 Priority: optional
 Build-Depends: cpio,
-               debhelper (>= 9.20151004),
-               dh-autoreconf,
+               debhelper (>= 10),
                klibc-utils [linux-any],
                libklibc-dev [linux-any],
                libncurses-dev,
diff --git a/debian/rules b/debian/rules
index a73b97e..b7afc16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ endif
 endif
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@
 
 # Multiarch is not supported (and irrelevant), since libcowdancer is the only
 # shared library and is internal

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list