[SCM] Mathpiper: a Java Computer Algebra System branch, master, updated. debian/0.0.svn2556-3-16-g8b41131
Giovanni Mascellani
mascellani at poisson.phc.unipi.it
Sat Nov 26 23:26:06 UTC 2011
The following commit has been merged in the master branch:
commit 6334dac3d0805ca4287befbf959586c61808ab8f
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
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
More information about the pkg-java-commits
mailing list