This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository gamazons.
commit 7dc7f3c4cf26bd98c3cff955ed74765d248307e8 Author: Markus Koschany <[email protected]> Date: Sun Jun 25 21:59:17 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 5d238fc..e49e716 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: autotools-dev, - debhelper (>= 9), + debhelper (>= 10), libgnomeui-dev Standards-Version: 3.9.6 Homepage: http://www.yorgalily.org/gamazons/ diff --git a/debian/rules b/debian/rules index 4ca9688..ae82887 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --parallel --with autotools_dev + dh $@ --without autoreconf --with autotools_dev override_dh_auto_configure: dh_auto_configure -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gamazons.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

