This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libjide-oss-java.
commit 393676f807f4657d99b5ed973c2de038b595bca0 Author: Markus Koschany <[email protected]> Date: Sat Oct 26 22:01:26 2013 +0200 Add --parallel to dh again. --- debian/changelog | 4 +--- debian/rules | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c5ae880..0df47da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,11 @@ libjide-oss-java (3.5.10+dfsg-1) unstable; urgency=low - * [1c22fd4] Imported Upstream version 3.5.10+dfsg + * [1c22fd4] Imported Upstream version 3.5.10+dfsg. * [910812b] Update libjide-oss-java.jlibs to 3.5.10. * [588ac98] debian/control: - Add maven-repo-helper to Build-Depends. * [437116c] debian/rules: - Build with javahelper plugin jh_maven_repo_helper. - * [f8661f2] debian/rules: - - Do not build with --parallel to avoid a FTBFS when using mh_linkjars. * [0329e02] Add libjide-oss-java.poms. * [a94b69d] Improve debian/watch file. Thanks to Bart Martens for writing it. * [ee9e090] Produce identical tarballs. diff --git a/debian/rules b/debian/rules index d62c30d..92d5d61 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ PKG := libjide-oss-java VER ?= $(shell dpkg-parsechangelog -l$(DPATH)/changelog | perl -ne 'print $$1 if m{Version:\s*([\d\.]+)}') %: - dh $@ --with javahelper --with jh_maven_repo_helper + dh $@ --parallel --with javahelper,jh_maven_repo_helper override_dh_clean: dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjide-oss-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

