This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository mousetrap.
commit eec72a703353debea838a65487f0350ff4a018b5 Author: Markus Koschany <[email protected]> Date: Wed Jul 19 18:02:40 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 7e4a5e2..d05aba0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 9), dh-autoreconf, libsdl1.2-dev, libsdl-gfx1.2-dev, libsdl-mixer1.2-dev +Build-Depends: debhelper (>= 10), dh-autoreconf, libsdl1.2-dev, libsdl-gfx1.2-dev, libsdl-mixer1.2-dev Homepage: http://www.steve.org.uk/Software/mousetrap/ Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-games/mousetrap.git diff --git a/debian/rules b/debian/rules index 11c1152..9228869 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ # export DH_VERBOSE=1 %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --host=$(DEB_HOST_GNU_TYPE) \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mousetrap.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

