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 b7bbf3620cbcc0ddd19a25b2dce535504a2932e4 Author: Jörg Frings-Fürst <[email protected]> Date: Sun Jun 25 14:58:10 2017 +0200 Migrate to debhelper 10 --- debian/changelog | 3 +++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c4e43bd..de1a655 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ simutrans-pak64 (120.2-1) UNRELEASED; urgency=medium - Remove useless patches. - Remove Build-Depends-Indep simutrans-makeobj. - Rewrite debian/simutrans-pak64.install. + * Migrate to debhelper 10: + - Change debian/compat to 10. + - Bump minimum debhelper version in debian/control to >= 10. -- Jörg Frings-Fürst <[email protected]> Sun, 25 Jun 2017 14:02:47 +0200 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 737c54c..c72bb1f 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 (>= 9) + debhelper (>= 10) Standards-Version: 3.9.7 Homepage: http://www.simutrans.com/ Vcs-Git: https://anonscm.debian.org/git/pkg-games/simutrans-pak64.git -- 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

