The following commit has been merged in the master branch:
commit 6334dac3d0805ca4287befbf959586c61808ab8f
Author: Giovanni Mascellani <[email protected]>
Date: Sat Nov 26 18:38:28 2011 +0100
Disable the automatic use of ant.
diff --git a/debian/rules b/debian/rules
index 02e24a0..38d333e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ export
CLASSPATH=/usr/share/java/jdom1.jar:/usr/share/java/jas.jar:/usr/share/ja
%:
dh $@ --with javahelper
-# Avoid the default build.xml file
+# Avoid the default build.xml and its ant dependency
override_dh_auto_build:
true
+
+override_dh_auto_clean:
+ true
--
Mathpiper: a Java Computer Algebra System
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits