This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository minetest-v04x.
commit 24dde2fc50257aa75328a8d5a3866e30db223ac3 Author: Markus Koschany <[email protected]> Date: Wed Dec 21 23:02:06 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 c1cd5b2..4ea3982 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: cmake, - debhelper (>= 9), + debhelper (>= 10), dh-systemd (>= 1.5), gettext, imagemagick, diff --git a/debian/rules b/debian/rules index 266de95..4daed1b 100755 --- a/debian/rules +++ b/debian/rules @@ -92,4 +92,4 @@ clean: dh ${@} # Without systemd as it may not be there yet %: - dh ${@} --parallel --with systemd + dh ${@} --with systemd -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-v04x.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

