This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository briquolo.
commit 8375ff547e39e378b502ff627263481f60a4fb14 Author: Markus Koschany <[email protected]> Date: Sun Jun 25 20:53:08 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 b3f3e8a..b736ad7 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Markus Koschany <[email protected]> Build-Depends: autotools-dev, - debhelper (>= 9), + debhelper (>= 10), libpng-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, diff --git a/debian/rules b/debian/rules index a2db321..959ca3f 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all 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/briquolo.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

