This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository rocksndiamonds.
commit 8a1bc34e7e46f6870483b570100727afa418af5c Author: Stephen Kitt <[email protected]> Date: Tue Jan 17 13:17:00 2017 +0100 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 2ed704a..82970f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ rocksndiamonds (4.0.0.1+dfsg-1) UNRELEASED; urgency=medium * Clean up debian/control using cme. * Standards-Version 3.9.8. * Drop dependency on perl-modules. + * Switch to debhelper compatibility level 10. -- Stephen Kitt <[email protected]> Tue, 17 Jan 2017 12:45:49 +0100 diff --git a/debian/compat b/debian/compat index 7ed6ff8..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +10 diff --git a/debian/control b/debian/control index cec5742..d2c6aa7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Dmitry E. Oboukhov <[email protected]> Uploaders: Debian Games Team <[email protected]> Section: contrib/games Priority: extra -Build-Depends: debhelper (>= 5), +Build-Depends: debhelper (>= 10), cdbs, po-debconf, libsdl2-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/rocksndiamonds.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

