This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository commons-jcs.
commit 287132f93c3d72b4d6e7132b3674b41c4b055d76 Author: Bas Couwenberg <[email protected]> Date: Sat Nov 21 00:21:54 2015 +0100 Enable parallel builds. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d60d84f..4fca82c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ commons-jcs (2.0~beta1-2) UNRELEASED; urgency=medium * Add gbp.conf to use pristine-tar by default. * Update Vcs-Browser URL to use HTTPS. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Sat, 21 Nov 2015 00:15:06 +0100 diff --git a/debian/rules b/debian/rules index 6463a91..2634684 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export JAVA_HOME := /usr/lib/jvm/default-java %: - dh $@ --buildsystem=maven + dh $@ --buildsystem=maven --parallel get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-jcs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

