This is an automated email from the git hooks/post-receive script. fgeyer pushed a commit to branch master in repository pnglite.
commit 907cea618ca8b0099f6bb17522da1131212c8670 Author: Felix Geyer <[email protected]> Date: Sat Apr 23 18:13:34 2016 +0200 Switch to debhelper compat level 9. --- 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 7219268..94d8ee1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ pnglite (0.1.17-2) UNRELEASED; urgency=low [ Felix Geyer ] * Switch to source format 3.0 (quilt). * Convert to short dh(1) rules file. + * Switch to debhelper compat level 9. -- Ansgar Burchardt <[email protected]> Thu, 29 May 2008 20:10:49 +0200 diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index 5dc6ed8..02d2d2e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pnglite Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Jack Coulter <[email protected]> -Build-Depends: debhelper (>= 5), zlib1g-dev +Build-Depends: debhelper (>= 9), zlib1g-dev Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/pnglite Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/pnglite/ Standards-Version: 3.7.3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pnglite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

