This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xml-maven-plugin.
commit 79f18896b1bddfa9818879ac1eb5f87ee26fe06f Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 31 16:58:20 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 fd820c3..c261d06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ xml-maven-plugin (1.0.1-3) UNRELEASED; urgency=medium * Team upload. * Moved the package to Git * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 31 Jul 2017 16:56:18 +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 7e249e3..9ef7906 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Eugene Zhukov <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, libjaxp1.3-java, libmaven-invoker-plugin-java, diff --git a/debian/rules b/debian/rules index c6c03b1..3c9889b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --parallel --buildsystem=maven + dh $@ override_dh_clean: dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xml-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

