This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository bzflag.
commit df07aba17d78f82d842f0ac343260825601ff1cf Author: Markus Koschany <[email protected]> Date: Sun Dec 4 00:11:03 2016 +0100 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 6fb36ad..772bc28 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Ryan Kavanagh <[email protected]>, Tim Riker <[email protected]> Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 10) , dh-systemd , dh-autoreconf , groff diff --git a/debian/rules b/debian/rules index f7386ae..caa315c 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) endif %: - dh $@ --parallel --with autoreconf,systemd + dh $@ --with systemd override_dh_auto_configure: dh_auto_configure -- $(CONFIGURE_OPTS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bzflag.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

