This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository zoom-player.
commit 83a3e60967880ab34740a68423caf9ed1013078e Author: Stephen Kitt <[email protected]> Date: Tue Sep 5 21:29:37 2017 +0200 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 1f99aee..6abe298 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ zoom-player (1.1.5~dfsg-4) UNRELEASED; urgency=medium * Add upstream patch to declare inline functions correctly, allowing the project to build with GCC 7. Closes: #853718. + * Switch to debhelper compatibility level 10. -- Stephen Kitt <[email protected]> Tue, 05 Sep 2017 17:13:16 +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 628feef..45f9e03 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: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 10), libfontconfig-dev, libice-dev, libpng-dev, diff --git a/debian/rules b/debian/rules index 95c5e70..3d721f9 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --bindir=/usr/games -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/zoom-player.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

