This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lgeneral.
commit 6faabef2f6874c071fdf219d342146e8615be547 Author: Markus Koschany <[email protected]> Date: Mon Dec 25 19:53:43 2017 +0100 Switch to compat level 11. --- 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..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 400c92c..bbf2c5c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: autotools-dev, - debhelper (>= 9), + debhelper (>= 11), libsdl-mixer1.2-dev, libsdl1.2-dev Standards-Version: 3.9.6 diff --git a/debian/rules b/debian/rules index 74e3f0a..e486757 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -std=gnu89 %: - dh $@ --parallel --with autotools_dev + dh $@ override_dh_auto_configure: dh_auto_configure -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lgeneral.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

