This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-utils2.
commit 7ec2271f7c7de727e27f5c7dcf753f9fedc22da0 Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 17:25:47 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 64f1002..618e86a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ plexus-utils2 (3.0.22-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Thu, 18 May 2017 17:25:26 +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 b74f7d4..c5d3331 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, junit (>= 3.8.2), libmaven-javadoc-plugin-java, libmaven-plugin-testing-java diff --git a/debian/rules b/debian/rules index c09e3ef..18f5849 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-version $(DEB_UPSTREAM_VERSION) --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-utils2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

