This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository asc.
commit b0ff48cd32ed01f48c520b93a668a771bfe51b83 Author: Markus Koschany <[email protected]> Date: Sun Jun 25 17:47:50 2017 +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 2e0c8c1..7acea7e 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: autotools-dev, - debhelper (>= 9), + debhelper (>= 10), libboost-dev, libboost-regex-dev, libbz2-dev, diff --git a/debian/rules b/debian/rules index 9a6a22b..aa2beac 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --parallel --with autotools_dev + dh $@ --without autoreconf --with autotools_dev override_dh_auto_test: # Do nothing here to prevent a FTBFS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/asc.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

