This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-invoker.
commit bcf4f5877c2dd20d5fe917c35e912f948477e78d Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 22:19:36 2016 +0100 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 17337e1..c03e597 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ maven-invoker (2.1.1-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git * Use XZ compression for the upstream tarball + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Mon, 18 Jan 2016 22:06:25 +0100 diff --git a/debian/compat b/debian/compat index 1e8b314..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +9 diff --git a/debian/control b/debian/control index 39bff98..ae27276 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: cdbs, debhelper (>= 6), default-jdk +Build-Depends: cdbs, debhelper (>= 9), default-jdk Build-Depends-Indep: ant, ant-optional, junit, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-invoker.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

