The following commit has been merged in the master branch:
commit f8661f255d64eb3ac3ee5dfd63691c58006803e6
Author: Markus Koschany <[email protected]>
Date: Sat Mar 30 22:45:46 2013 +0100
debian/rules:
- Do not build with --parallel to avoid a FTBFS when using mh_linkjars.
diff --git a/debian/rules b/debian/rules
index 8cf9c2e..f38fd36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh $@ --parallel --with javahelper --with jh_maven_repo_helper
+ dh $@ --with javahelper --with jh_maven_repo_helper
override_dh_builddeb:
dh_builddeb -- -Zxz
--
libjide-oss-java packaging
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits