[chocolate-doom] 01/01: remove defaults for dh >= 10

Jonathan Dowland jmtd at moszumanska.debian.org
Mon Jan 16 13:01:13 UTC 2017


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

jmtd pushed a commit to branch master
in repository chocolate-doom.

commit d1a87215263fb29e03b432279ab485b564bc0163
Author: Jonathan Dowland <jmtd at debian.org>
Date:   Mon Jan 16 13:00:41 2017 +0000

    remove defaults for dh >= 10
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index abda240..7516c43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+chocolate-doom (2.3.0-3) UNRELEASED; urgency=medium
+
+  * debian/rules: remove --parallel and --with=autoreconf, which are
+    defaults for debhelper compat level >= 10
+
+ -- Jonathan Dowland <jmtd at debian.org>  Mon, 16 Jan 2017 12:59:38 +0000
+
 chocolate-doom (2.3.0-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --git a/debian/rules b/debian/rules
index 830e217..efb9f49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,defs
 
 %:
-	dh $@ --parallel --with autoreconf,bash-completion
+	dh $@ --with bash-completion
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git



More information about the Pkg-games-commits mailing list