[SCM] Mathpiper: a Java Computer Algebra System branch, master, updated. debian/0.81f+dfsg1-1-5-g122cad7
Giovanni Mascellani
mascellani at poisson.phc.unipi.it
Fri Dec 16 14:25:00 UTC 2011
The following commit has been merged in the master branch:
commit 95f48dbf7938a3f2f1fa4879f84deb8f60063c1a
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Fri Dec 16 14:39:46 2011 +0100
Also download mpreduce code.
diff --git a/debian/get_orig_source.sh b/debian/get_orig_source.sh
index c05de35..4b48d63 100755
--- a/debian/get_orig_source.sh
+++ b/debian/get_orig_source.sh
@@ -13,8 +13,10 @@ if [ "x$ONLYFILTER" == "x" ] ; then
test -d ../tarballs/. || mkdir -p ../tarballs
if [ "x$REVISION" == "x" ] ; then
svn export "http://mathpiper.googlecode.com/svn/trunk/src/library_apps/mathpiper" "$DESTDIR"
+ svn export "http://mathpiper.googlecode.com/svn/trunk/src/library_apps/mpreduce/src/java/org/mathpiper/mpreduce" "$DESTDIR/src/org/mathpiper/mpreduce"
else
svn export -r "$REVISION" "http://mathpiper.googlecode.com/svn/trunk/src/library_apps/mathpiper" "$DESTDIR"
+ svn export -r "$REVISION" "http://mathpiper.googlecode.com/svn/trunk/src/library_apps/mpreduce/src/java/org/mathpiper/mpreduce" "$DESTDIR/src/org/mathpiper/mpreduce"
fi
else
# Uncompress the previous tarball
--
Mathpiper: a Java Computer Algebra System
More information about the pkg-java-commits
mailing list