This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository marsshooter.
commit 191c75aec19e9074d88b5193e202f0bb80c0d66d Author: Markus Koschany <[email protected]> Date: Fri Dec 15 22:18:05 2017 +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 91520e9..6bfb831 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: cmake, - debhelper (>= 9), + debhelper (>= 10), dpkg-dev (>= 1.17), libfribidi-dev, libsfml-dev, diff --git a/debian/rules b/debian/rules index 6c75f06..39f88a2 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --parallel + dh $@ override_dh_auto_build-indep: convert -monitor -resize 32x32 resources/marsshooter.xpm marsshooter.xpm -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/marsshooter.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

