This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-deploy-plugin.
commit e2640cddf936b788eadfa42ffdfa395fff1d0afa Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 31 15:10:15 2017 +0200 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bac5304..9dadd4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ maven-deploy-plugin (2.8.2-2) UNRELEASED; urgency=medium * Relocate the version 2.7 used by Maven to the current one * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 31 Jul 2017 15:08:48 +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 ac1ebf7..fd9e998 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, junit4, libmaven-plugin-testing-java, diff --git a/debian/rules b/debian/rules index f39cf2f..2c3101d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export JAVA_HOME := /usr/lib/jvm/default-java %: - dh $@ --buildsystem=maven + dh $@ get-orig-source: uscan --download-current-version --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-deploy-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

