This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository berusky.
commit a14939d2ec7bc10bd51e6a9e87be9917dc221dfe Author: Markus Koschany <[email protected]> Date: Sun Oct 8 15:48:28 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 ef07ac1..8f1dc30 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: chrpath, - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 10), libgtk2.0-dev, libncurses5-dev, libsdl-image1.2-dev, diff --git a/debian/rules b/debian/rules index dd58a56..478a952 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --parallel --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/berusky.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

