This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository bullet.
commit 85d809b2635e20019205ebe093b53fc05ec2c4a7 Author: Markus Koschany <[email protected]> Date: Thu Sep 29 15:41:26 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 a29e6db..f11f704 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: cmake, - debhelper (>= 9), + debhelper (>= 10), freeglut3-dev, libtinyxml-dev (>= 2.6.2-3), zlib1g-dev diff --git a/debian/rules b/debian/rules index f95a845..550959a 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ #export DH_VERBOSE=1 %: - dh $@ --parallel --buildsystem=cmake + dh $@ --buildsystem=cmake override_dh_auto_configure: dh_auto_configure -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bullet.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

