This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch experimental in repository libnetlib-java.
commit fd83573cfde5917e1fc7c6aea055c6df6bf0d7a0 Author: Markus Koschany <[email protected]> Date: Sun May 8 18:24:11 2016 +0200 Build with parallel --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index bde0193..a5f206b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,8 @@ #!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: - dh $@ --buildsystem=maven --with javahelper + dh $@ --parallel --with javahelper --buildsystem=maven override_dh_auto_build: dh_auto_build -- install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnetlib-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

