This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository caveexpress.
commit 58f46e26cdc9c3af5ac08e76aa36bac463e2ade7 Author: Markus Koschany <[email protected]> Date: Thu Dec 8 21:52:30 2016 +0100 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 73b213f..0970719 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: cmake, - debhelper (>= 9), + debhelper (>= 10), libbox2d-dev, libglm-dev, libgtest-dev, diff --git a/debian/rules b/debian/rules index a9d82b4..6bbace9 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export CCACHE_DIR=$(CURDIR)/ccache %: - dh $@ --parallel + dh $@ override_dh_auto_configure: dh_auto_configure -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/caveexpress.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

