This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository qdox.
commit 84d6b0ddde43937c00d4c5532ad4bcbb78ac8c79 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 9 13:02:10 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 1b44af3..12dd11a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ qdox (1.12-1.1) 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]> Wed, 09 Sep 2015 12:39:57 +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 b81109d..4f1d98b 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]>, Damien Raude-Morvan <[email protected]> -Build-Depends: byacc-j, debhelper (>= 7), default-jdk +Build-Depends: byacc-j, debhelper (>= 9), default-jdk Build-Depends-Indep: ant, ant-optional, default-jdk-doc, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/qdox.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

