This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-processor-plugin.
commit 1bcda7fc055f52f1b5d6813e7343d32084b471b1 Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 29 01:04:06 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 42dc16f..151d327 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ maven-processor-plugin (2.0.8-3) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Sat, 29 Jul 2017 01:03:55 +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 c2dc16e..bc295ef 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: cdbs, - debhelper (>= 9), + debhelper (>= 10), default-jdk, junit4, libmaven-plugin-tools-java (>= 3.2), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-processor-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

