[openarena] 01/05: Move to debhelper compat level 10
Simon McVittie
smcv at debian.org
Wed Sep 21 19:58:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository openarena.
commit 16241bf7b7e2d6a95d5650c6d8ce696e21400247
Author: Simon McVittie <smcv at debian.org>
Date: Wed Sep 21 11:02:15 2016 +0100
Move to debhelper compat level 10
- don't build in parallel explicitly, it is now the default
---
debian/changelog | 7 +++++++
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 22dd383..233e8c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openarena (0.8.8-17) UNRELEASED; urgency=medium
+
+ * Move to debhelper compat level 10
+ - don't build in parallel explicitly, it is now the default
+
+ -- Simon McVittie <smcv at debian.org> Wed, 21 Sep 2016 11:01:51 +0100
+
openarena (0.8.8-16) unstable; urgency=medium
* Lock Debian-openarena account in purge instead of deleting it
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 c41c358..bb8dc3f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
Gonéri Le Bouder <goneri at rulezlan.org>,
Simon McVittie <smcv at debian.org>,
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
dpkg-dev (>= 1.16.1),
ioquake3-server (>= 1.36+u20150730+dfsg1-1~),
Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index c21347c..fbdfccf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ GAME_081_OPTIONS = \
$(NULL)
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_build:
dh_auto_build -- $(common_options) $(GAME_OPTIONS) $(TARGET)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena.git
More information about the Pkg-games-commits
mailing list