[iortcw] 04/06: Bump debhelper compat level to 10

Simon McVittie smcv at debian.org
Wed Sep 21 19:45:34 UTC 2016


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

smcv pushed a commit to branch debian/master
in repository iortcw.

commit bfe1c33a6b4b3fbe0eec55ad1a8e26360671e768
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Sep 21 10:58:52 2016 +0100

    Bump debhelper compat level to 10
    
      - don't explicitly use dh-systemd, it is now integrated
      - don't explicitly do a parallel build, it is the default
---
 debian/changelog | 3 +++
 debian/compat    | 2 +-
 debian/control   | 3 +--
 debian/rules     | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3228f8a..dddeba8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ iortcw (1.42d+dfsg1-4) UNRELEASED; urgency=medium
   * debian/gbp.conf: use DEP-14 branch names debian/master, upstream/latest
   * Remove rtcw-dbg binary package and rely on automatic dbgsym packages
   * debian/rules: improve get-orig-source target
+  * Bump debhelper compat level to 10
+    - don't explicitly use dh-systemd, it is now integrated
+    - don't explicitly do a parallel build, it is the default
 
  -- Simon McVittie <smcv at debian.org>  Sun, 17 Jul 2016 20:50:57 +0100
 
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 f3a5dde..dd47c03 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,8 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders:
  Simon McVittie <smcv at debian.org>,
 Build-Depends:
- debhelper (>= 9.20160114),
+ debhelper (>= 10),
  dh-apparmor [linux-any],
- dh-systemd,
  dpkg-dev (>= 1.16.1),
  libcurl4-gnutls-dev,
  libfreetype6-dev,
diff --git a/debian/rules b/debian/rules
index af58a3b..1904340 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@ --parallel --with=systemd
+	dh $@
 
 ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
 TARGET = release

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



More information about the Pkg-games-commits mailing list