This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository stella.
commit 0ca04c377e3acb0072c307de248d6d9de345c091 Author: Stephen Kitt <[email protected]> Date: Mon Feb 5 22:24:10 2018 +0100 Switch to debhelper compatibility level 11 --- 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 e01c7ab..dbd9c72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ stella (5.1-1) UNRELEASED; urgency=medium * New upstream release, merging spelling-fixes.patch. + * Switch to debhelper compatibility level 11. -- Stephen Kitt <[email protected]> Mon, 05 Feb 2018 21:56:25 +0100 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 37976fc..dc5c6c5 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Stephen Kitt <[email protected]> Section: otherosfs Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), g++ (>= 4:4.9), libpng-dev, libsdl2-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/stella.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

