This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 7b55710cea3052aaa23d77d3578bee8c4f295175 Author: Markus Koschany <[email protected]> Date: Sat Dec 26 21:46:05 2015 +0100 Build with parallel --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2d1d173..6679299 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ define symlink endef %: - dh $@ --with javahelper + dh $@ --parallel --with javahelper override_dh_auto_build: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

