This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository jstest-gtk.
commit dedffb4d1a226aeaedce4af54a2c8cca1fa1ce8a Author: Stephen Kitt <[email protected]> Date: Mon Dec 12 23:08:48 2016 +0100 Switch to debhelper compatibility level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a460c3d..f407f71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ jstest-gtk (0.1.1~git20160825-1) UNRELEASED; urgency=medium * Switch to https: VCS URIs (see #810378). * Clean up debian/control using cme. * Standards-Version 3.9.8, no change required. + * Switch to debhelper compatibility level 10. -- Stephen Kitt <[email protected]> Sun, 20 Dec 2015 14:02:34 +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 f099975..4965de3 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,8 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Stephen Kitt <[email protected]> Section: utils Priority: optional -Build-Depends: debhelper (>= 9.20151219~), +Build-Depends: debhelper (>= 10), cmake, - dh-buildinfo, libgtkmm-2.4-dev, libsigc++-2.0-dev, libexpat1-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/jstest-gtk.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

