This is an automated email from the git hooks/post-receive script. jff-guest pushed a commit to branch master in repository simutrans-pak64.
commit ea5691e080ca3832030af51dd2b9ada7cda8f2de Author: Jörg Frings-Fürst <[email protected]> Date: Wed Dec 27 20:05:11 2017 +0100 Migrate to debhelper 11 --- debian/changelog | 6 +++--- debian/compat | 2 +- debian/control | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3794515..1309431 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,9 +3,9 @@ simutrans-pak64 (120.2-1) unstable; urgency=medium [ Jörg Frings-Fürst ] * New upstream release. - debian/simutrans-pak64.install: Change from path to simutrans/pak. - * Migrate to debhelper 10: - - Change debian/compat to 10. - - Bump minimum debhelper version in debian/control to >= 10. + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. * Change to my new mail address: - debian/control, - debian/copyright 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 2723c4c..e0302c2 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Jörg Frings-Fürst <[email protected]> Build-Depends: - debhelper (>= 10) + debhelper (>= 11) Build-Depends-Indep: simutrans-makeobj (>= 120.1) Standards-Version: 4.1.2.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/simutrans-pak64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

