This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository freeorion.
commit 654642b13f1fb96f77aec78f558fb7538e44560b Author: Markus Koschany <[email protected]> Date: Mon Sep 26 15:52:09 2016 +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 8a49b49..a2fd758 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: cmake, - debhelper (>= 9), + debhelper (>= 10), dpkg-dev (>= 1.17), libalut-dev, libboost-all-dev, diff --git a/debian/rules b/debian/rules index 1b19e93..bf4ae95 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ else endif %: - dh $@ --parallel --max-parallel=$(MAX) --with python2 + dh $@ --max-parallel=$(MAX) --with python2 override_dh_auto_configure: dh_auto_configure -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeorion.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

