This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-cli-java.
commit 7153c14132db8b3241f0e41bdb74a7dac25fd9db Author: Emmanuel Bourg <[email protected]> Date: Tue May 16 17:30:09 2017 +0200 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 4 +--- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 40d4be2..197861b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libcommons-cli-java (1.3.1-4) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 16 May 2017 17:29:54 +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 91ec8e4..ec488c2 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Ludovic Claude <[email protected]>, tony mancill <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper, junit4 diff --git a/debian/rules b/debian/rules index cfc045d..64d7b0d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,7 @@ #!/usr/bin/make -f -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/libcommons-cli-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

