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 <s...@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 <s...@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 <gon...@rulezlan.org>, Simon McVittie <s...@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 _______________________________________________ Pkg-games-commits mailing list Pkg-games-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits