This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit e246a3e4d994141b610b95bdf625564020c719f2 Author: Emmanuel Bourg <[email protected]> Date: Mon May 12 12:58:20 2014 +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 44fffcf..36e8ebf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ gradle (1.5-1) unstable; urgency=medium * Standards-Version updated to 3.9.5 (no changes) * Updated the version of Guava used to fix a clean error * Use XZ compression for the upstream tarball + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Mon, 12 May 2014 11:26:59 +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 2905654..71ca96e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: ant (>= 1.8), ant-optional (>= 1.8), bnd, checkstyle (>= 5.1), - debhelper (>= 7.0.50~), + debhelper (>= 9), default-jdk, default-jdk-doc, docbook-xsl, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

