[ioquake3] 54/59: Bump debhelper compat level to 10
Simon McVittie
smcv at debian.org
Wed Sep 21 19:57:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository ioquake3.
commit 7cfed5d749a940c68ab51454c42e3bf9bd954722
Author: Simon McVittie <smcv at debian.org>
Date: Wed Sep 21 10:59:03 2016 +0100
Bump debhelper compat level to 10
- don't explicitly do a parallel build, it is the default
---
debian/changelog | 2 ++
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 25d173a..4f31aca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ ioquake3 (1.36+u20160914+dfsg1-1) UNRELEASED; urgency=medium
* debian/watch: mangle Debian version correctly
* Remove a leftover comment which is now misleading
* Remove ioquake3-dbg, rely on automatic dbgsym packages instead
+ * Bump debhelper compat level to 10
+ - don't explicitly do a parallel build, it is the default
-- Simon McVittie <smcv at debian.org> Wed, 21 Sep 2016 10:21:52 +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 e850a33..57bf320 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Bruno "Fuddl" Kleinert <fuddl at debian.org>,
Simon McVittie <smcv at debian.org>,
Build-Depends:
- debhelper (>= 9.20160114),
+ debhelper (>= 10),
dh-apparmor [linux-any],
dpkg-dev (>= 1.16.1),
libcurl4-gnutls-dev,
diff --git a/debian/rules b/debian/rules
index 642bfe4..d4b34d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ DEB_CFLAGS_MAINT_APPEND := \
include /usr/share/dpkg/default.mk
%:
- dh $@ --parallel
+ 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/ioquake3.git
More information about the Pkg-games-commits
mailing list