The following commit has been merged in the master branch:
commit 95f48dbf7938a3f2f1fa4879f84deb8f60063c1a
Author: Giovanni Mascellani <[email protected]>
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
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits