This is an automated email from the git hooks/post-receive script. fnatter-guest pushed a commit to branch master in repository svgsalamander.
commit d6cf84d2d7869560804bd351948f08f6cf5138f2 Author: Felix Natter <[email protected]> Date: Sat Aug 6 16:21:31 2016 +0200 add --parallel to dh call --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9f07395..fc69c14 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.gz %: - dh $@ --with javahelper,maven-repo-helper + dh $@ --parallel --with javahelper,maven-repo-helper override_dh_auto_build: -mkdir -p $(CURDIR)/svg-core/src/gen/res -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/svgsalamander.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

