This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository koules.
commit d77ce02d4e7f92e3b70b9accbc313a2dfce5ce76 Author: Stephen Kitt <[email protected]> Date: Sat Sep 16 15:51:17 2017 +0200 Switch to debhelper compatibility level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1fda7ff..41ac0f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ koules (1.4-24) UNRELEASED; urgency=medium * Switch to https: VCS URIs (see #810378). + * Switch to debhelper compatibility level 10. -- Stephen Kitt <[email protected]> Fri, 22 Jan 2016 19:01:49 +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 8df9540..39953be 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Sam Hocevar <[email protected]>, Barry deFreese <[email protected]>, Stephen Kitt <[email protected]> -Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1), xutils-dev, libx11-dev, libxext-dev, sharutils +Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.16.1), xutils-dev, libx11-dev, libxext-dev, sharutils Standards-Version: 3.9.6 Homepage: http://www.ucw.cz/~hubicka/koules/English/koules.html Vcs-Git: https://anonscm.debian.org/git/pkg-games/koules.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/koules.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

