This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository armagetronad.
commit e14e7a3219ca1002905efdf9fbefdbebe6fd18ec Author: Markus Koschany <[email protected]> Date: Sun Jun 25 16:10:29 2017 +0200 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 1531751..69cb3f6 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: autotools-dev, - debhelper (>= 9), + debhelper (>= 10), dh-systemd (>= 1.5), imagemagick, libgl1-mesa-dev, diff --git a/debian/rules b/debian/rules index 97e8d8d..53f844b 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ SERVER_OPTS := --disable-glout --disable-useradd --disable-init --enable-authent CLIENT_OPTS := --enable-glout %: - dh $@ --parallel --with autotools_dev,systemd + dh $@ --without autoreconf --with autotools_dev,systemd override_dh_auto_configure: mkdir -p client -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/armagetronad.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

