This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository netpanzer.
commit d4b9ca671bf0d87564614caaafd5adc209a8b549 Author: Markus Koschany <[email protected]> Date: Sun Jun 5 07:17:13 2016 +0200 Use compat level 9 and require debhelper >= 9. --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 563859f..76fa45f 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Barry deFreese <[email protected]> Build-Depends: - debhelper (>= 5.0.0), + debhelper (>= 9), liblua5.1-0-dev, libphysfs-dev, libpng12-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

