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 16b20923e204979edaacacafb4574f12c2a8c50c Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 26 16:18:54 2017 +0200 Switch to debhelper 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 06844c4..0ad500d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maven-ant-helper (7.12) UNRELEASED; urgency=medium * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 26 Jun 2017 16:18:46 +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 768a06a..124e036 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: cdbs, debhelper (>= 9), default-jdk +Build-Depends: cdbs, debhelper (>= 10), default-jdk Build-Depends-Indep: ant, ant-contrib, ant-optional Standards-Version: 4.0.0 Vcs-Git: git://anonscm.debian.org/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

