This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lgeneral-data.
commit 7d42f3fa597d1427429054eeb1020476a2fa4232 Author: Markus Koschany <[email protected]> Date: Mon Dec 25 19:38:16 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 b7e143d..6033898 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 9) + debhelper (>= 11) Standards-Version: 3.9.6 Homepage: https://gitlab.com/lgeneral-data/lgeneral-data Vcs-Git: git://anonscm.debian.org/pkg-games/lgeneral-data.git diff --git a/debian/rules b/debian/rules index ce2eb52..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --parallel + dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lgeneral-data.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

