This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository scummvm-tools.
commit 520fa6cfb6703444b89d47e0e5761f6dc58f0c23 Author: Stephen Kitt <[email protected]> Date: Tue Nov 15 13:26:00 2016 +0100 Switch to debhelper compatibility level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 3 +-- debian/rules | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5124a1e..e3ec6d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ scummvm-tools (1.9.0-1) UNRELEASED; urgency=medium * New upstream release, including compilation-fixes.patch. * Add spelling-fixes.patch to fix a lintian-detected spelling mistake. * Standards-Version 3.9.8, no change required. + * Switch to debhelper compatibility level 10. -- Stephen Kitt <[email protected]> Mon, 17 Oct 2016 12:38:11 +0200 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 c3af8fe..7745e6a 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Stephen Kitt <[email protected]> Section: games Priority: optional -Build-Depends: autotools-dev, - debhelper (>= 9), +Build-Depends: debhelper (>= 10), libboost-program-options-dev, libflac-dev, libfreetype6-dev, diff --git a/debian/rules b/debian/rules index 94d8f3e..746c1cb 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autotools_dev + dh $@ override_dh_auto_clean: [ ! -f config.mk ] || dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scummvm-tools.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

