This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-containers1.5.
commit 0eab692e0a86ac9f56df9b774ba241b53cf9b9f7 Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 14:24:40 2017 +0200 Switch to debhelper level 10 --- debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 04eb55d..e110678 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plexus-containers1.5 (1.6-4) UNRELEASED; urgency=medium + + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Thu, 18 May 2017 14:24:34 +0200 + plexus-containers1.5 (1.6-3) unstable; urgency=medium * Team upload. 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 ab31063..0682821 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk +Build-Depends: debhelper (>= 10), default-jdk Build-Depends-Indep: junit4, libasm-java (>= 5.0), libcommons-cli-java, diff --git a/debian/rules b/debian/rules index 93c1df6..e81ab42 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ get-orig-source: uscan --download-curent-version --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers1.5.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

