This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ri-li.
commit 8a71724efbb343987d918bca2d8c014df712a264 Author: Markus Koschany <[email protected]> Date: Tue Dec 13 19:11:05 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 8455f33..e5a56b3 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Barry deFreese <[email protected]>, Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-autoreconf, imagemagick, libsdl-image1.2-dev, diff --git a/debian/rules b/debian/rules index 906ac12..c6f0128 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export PNGRBT=-define png:exclude-chunk=time export PNGRBTD=+set date:create +set date:modify $(PNGRBT) %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ri-li.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

