This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jboss-classfilewriter.
commit a17c0dc1f6b20f2a985f1a96d09d5482976bf52c Author: Markus Koschany <[email protected]> Date: Sat Dec 24 01:04:07 2016 +0100 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) 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 4f1b714..5aa73f2 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, default-jdk-doc, junit4, diff --git a/debian/rules b/debian/rules index fc6afff..105f627 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,7 @@ #!/usr/bin/make -f -export JAVA_HOME=/usr/lib/jvm/default-java %: - dh $@ --parallel --buildsystem=maven + dh $@ --buildsystem=maven get-orig-source: uscan --verbose --download-current-version --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-classfilewriter.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

