This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository qdox.
commit f032569198d8764a7e2d46e80a0dbbb59a374f5b Author: Emmanuel Bourg <[email protected]> Date: Tue Aug 1 12:33:56 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 4835008..e25919b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qdox (1.12.1-3) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 01 Aug 2017 12:33:44 +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 d531e50..7d58b0f 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 (>= 9), default-jdk +Build-Depends: byacc-j, debhelper (>= 10), 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

