This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository foobillardplus.
commit 3ed118cdf5d6670776622df90b7d688e79f1691a Author: Markus Koschany <[email protected]> Date: Sun Jun 25 21:17:41 2017 +0200 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 3 insertions(+), 4 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 7f6e22f..30246b7 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Markus Koschany <[email protected]> Build-Depends: - dh-autoreconf, - debhelper (>= 9), + debhelper (>= 10), libfreetype6-dev, libglu1-mesa-dev, libpng-dev, diff --git a/debian/rules b/debian/rules index f5441cc..3acef9b 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ VER ?= $(subst $(DTYPE),,$(UVER)) UURL := http://svn.code.sf.net/p/foobillardplus/code/ %: - dh $@ --parallel --with autoreconf + dh $@ override_dh_auto_configure: aclocal --force -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/foobillardplus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

