[SCM] GeoGebra: Dynamic mathematics software for education branch, master, updated. upstream/4.0.19.0+dfsg1-172-gcb0585b

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Fri May 11 22:32:06 UTC 2012


The following commit has been merged in the master branch:
commit 5cd357d5b57b7a35822daf51bc7c83f0fd58ca43
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
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



More information about the pkg-java-commits mailing list