This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-javadoc-plugin.
commit 364f7316f92f4f14c0ff10ec2b97f2c22381529d Author: Emmanuel Bourg <[email protected]> Date: Wed Mar 28 15:26:25 2018 +0200 Switch to debhelper level 11 --- 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 00e2e61..29cd928 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-javadoc-plugin (3.0.0-3) UNRELEASED; urgency=medium * Team upload. * Add the --ignore-source-errors option when using the default doclet with Java 9 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Wed, 28 Mar 2018 15:25:12 +0200 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index d603e3d..db6e7c6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> Build-Depends: - debhelper (>= 10~), + debhelper (>= 11), default-jdk, libcommons-lang3-java, libdoxia-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-javadoc-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

