This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gant.
commit b6f0f94a4eea08d72ad5c10dfcc2227851223b18 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 31 13:30:41 2015 +0200 Switch to debhelper level 9 --- 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 1627337..cf39a16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ gant (1.9.11-1) UNRELEASED; urgency=medium - Removed 01_fix_ant_1.9_api_changes.diff (fixed upstream) * Transition to Groovy 2 * debian/watch: Track the release tags on GitHub + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Fri, 31 Jul 2015 12:20:15 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 90b81c8..84fd41f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Miguel Landaeta <[email protected]> -Build-Depends: cdbs, debhelper (>= 7) +Build-Depends: cdbs, debhelper (>= 9) Build-Depends-Indep: ant, groovy2, default-jdk, libmaven-ant-tasks-java, maven2, libplexus-classworlds-java, libplexus-utils-java Standards-Version: 3.9.4 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gant.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

