This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-ant-helper.
commit 1a3b96db16b477211e8e1865cd995c0a9695ed5d Author: Emmanuel Bourg <[email protected]> Date: Sat Mar 17 23:05:14 2018 +0100 Switch to debhelper level 11 --- 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 67c4d74..9a7b63b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ maven-ant-helper (8.3) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.1.3 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Sat, 17 Mar 2018 23:04:57 +0100 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 d93e084..c848feb 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]>, Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk +Build-Depends: debhelper (>= 11), default-jdk Build-Depends-Indep: ant, ant-contrib, ant-optional Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-ant-helper.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ant-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

