This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libpicocontainer-java.
commit f2cb9517b7b9c8f8f44a018fbda05f39fd28acf0 Author: Markus Koschany <[email protected]> Date: Wed Dec 21 19:52:08 2016 +0100 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 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 c017e02..a9ab01f 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), javahelper, maven-repo-helper (>= 1.6~) Build-Depends-Indep: diff --git a/debian/rules b/debian/rules index 0ae45da..7ea3b90 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/paranamer.jar %: - dh $@ --parallel --with javahelper,jh_maven_repo_helper + dh $@ --with javahelper,jh_maven_repo_helper override_dh_auto_build: jh_build --javadoc picocontainer-$(VER).jar org -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpicocontainer-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

