The following commit has been merged in the master branch:
commit e144c007b4d43aee9b66955d026117e31fd70636
Author: Giovanni Mascellani <mascell...@poisson.phc.unipi.it>
Date:   Mon Feb 27 14:26:08 2012 +0100

    Build Lisp scripts.

diff --git a/debian/rules b/debian/rules
index 16f9ec7..dcb59f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,12 @@ override_dh_auto_build:
        true
 
 override_dh_auto_clean:
-       true
+       rm -f reduceimg.log default.img
 
 override_jh_build:
        jh_build -N
 
+       # Compile the Lisp scripts and put them into the JAR
+       CLASSPATH=$CLASSPATH:./mathpiper.jar java -Xmx300M -Xms300M -Xss8M 
org.mathpiper.mpreduce.Jlisp -w -v -z -o default.img 
lib/build_scripts/buildreduce.lsp -D@srcdir=lib/build_scripts -- reduceimg.log
+       jar uf mathpiper.jar default.img
+

-- 
Mathpiper: a Java Computer Algebra System

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to