This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository monopd.
commit 187744aa82d11e92eac20ccf13a0a685aa5224aa Author: Markus Koschany <[email protected]> Date: Wed Dec 21 20:22:51 2016 +0100 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 3 insertions(+), 4 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 8af409d..f48c337 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 10), dh-systemd, libmuparser-dev, libsystemd-dev [linux-any], diff --git a/debian/rules b/debian/rules index 5e813b9..4e329ad 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --parallel --with autoreconf,systemd + dh $@ --with systemd override_dh_auto_configure: dh_auto_configure -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/monopd.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

