The following commit has been merged in the master branch:
commit 5cd357d5b57b7a35822daf51bc7c83f0fd58ca43
Author: Giovanni Mascellani <[email protected]>
Date: Sat May 12 00:13:48 2012 +0200
Fix upstream repository URL.
diff --git a/debian/get_orig_source.sh b/debian/get_orig_source.sh
index 4493382..8df244d 100755
--- a/debian/get_orig_source.sh
+++ b/debian/get_orig_source.sh
@@ -24,9 +24,9 @@ if [ "x$ONLYFILTER" == "x" ] ; then
SVNDIR="tags/$TAG/geogebra/"
fi
if [ "x$REVISION" == "x" ] ; then
- svn export "http://geogebra.uni.lu/svn/$SVNDIR" "$DESTDIR"
+ svn export "http://dev.geogebra.org/svn/$SVNDIR" "$DESTDIR"
else
- svn export -r "$REVISION" "http://geogebra.uni.lu/svn/$SVNDIR"
"$DESTDIR"
+ svn export -r "$REVISION" "http://dev.geogebra.org/svn/$SVNDIR"
"$DESTDIR"
fi
else
# Uncompress the previous tarball
--
GeoGebra: Dynamic mathematics software for education
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits