From: Reinhard Tartler Date: Sat, 22 Feb 2014 13:15:25 +0000 (+0000) Subject: update GPAC_SVN_URL to point to new location X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~161 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=760b6cc80fe574ac3bfa92a23dab27195d373420;p=gpac.git update GPAC_SVN_URL to point to new location --- diff --git a/debian/gpac-get-orig-source b/debian/gpac-get-orig-source index 7bf189f..fc6a8fa 100755 --- a/debian/gpac-get-orig-source +++ b/debian/gpac-get-orig-source @@ -4,7 +4,7 @@ set -e # Script used to generate the orig source tarball for gpac. -GPAC_SVN_URL="http://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac" +GPAC_SVN_URL="svn://svn.code.sf.net/p/gpac/code/trunk/gpac" GPAC_BASE_VER="${GPAC_BASE_VER:-0.5.0}" GPAC_VERSION="${GPAC_BASE_VER}+svn${GPAC_SVN_REVISION}"