This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository bloboats.
commit b6997184557842a38171b9939467c31e6436193c Author: Markus Koschany <[email protected]> Date: Wed Jul 5 10:26:56 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 a6bec3e..91ab1cb 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Barry deFreese <[email protected]>, Build-Depends: - debhelper (>= 9), + debhelper (>= 10), libsdl-image1.2-dev, libsdl-net1.2-dev Standards-Version: 3.9.8 diff --git a/debian/rules b/debian/rules index 7ad806e..35e3ce3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --parallel + dh $@ override_dh_auto_build: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bloboats.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

