This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository qdwizard.
commit bd8d4612802f65e3c53c5ddecd9db86ffcde0d16 Author: Markus Koschany <[email protected]> Date: Sun Mar 6 15:45:08 2016 +0100 Build with parallel to speed up dh commands --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4b2453b..aeb7942 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ --parallel --buildsystem=maven get-orig-source: uscan --force-download --no-symlink -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/qdwizard.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

