This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository mednaffe.
commit a1da73a07ac003d4352f71b5b8129b042c4e02d6 Author: Stephen Kitt <[email protected]> Date: Tue Nov 22 23:31:18 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 ebc5df6..6728e42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ mednaffe (0.8.3-1) UNRELEASED; urgency=medium * New upstream release, supporting Mednafen 0.9.39.1 and later, merging spelling-fixes.patch. * Avoid installing the COPYING license file. + * Switch to debhelper compatibility level 10. -- Stephen Kitt <[email protected]> Tue, 22 Nov 2016 23:03:00 +0100 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 c484a48..208477e 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), libgtk-3-dev, pkg-config Standards-Version: 3.9.8 diff --git a/debian/rules b/debian/rules index c74dc12..313e2bd 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --bindir=/usr/games --enable-gtk3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

