This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository javatools.
commit 57f34916b6ae16cac2e91d308c1976ba5f00db76 Author: Markus Koschany <[email protected]> Date: Fri Dec 5 09:47:53 2014 +0100 debian/rules: Build with dh --parallel option and and remove ifneq conditional to determine parallel jobs by filtering DEB_BUILD_OPTIONS --- debian/rules | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 8f71234..85b5f76 100755 --- a/debian/rules +++ b/debian/rules @@ -6,13 +6,8 @@ POD2MAN=pod2man --stderr --utf8 -c Javahelper -r "$(VERSION)" MOD_PATH:=lib/Debian/Javahelper -ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) - jobs = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) - PAR_ARGS=-j $(jobs) -endif - %: - dh $@ + dh $@ --parallel jh_lib.sh: jh_lib.sh.in sed 's,%JAVATOOLS_VERSION%,${VERSION},' < $< > $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

