From abe019c110947e4351d0b64eb99719b993bb571e Mon Sep 17 00:00:00 2001 From: Andres Mejia Date: Sat, 30 Apr 2011 21:29:04 -0400 Subject: [PATCH] Update gpac-get-orig-source for new upstream release. --- debian/gpac-get-orig-source | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/gpac-get-orig-source b/debian/gpac-get-orig-source index f75f5dc..0ae503a 100755 --- a/debian/gpac-get-orig-source +++ b/debian/gpac-get-orig-source @@ -3,7 +3,7 @@ # Script used to generate the orig source tarball for gpac. GPAC_SVN_URL="http://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac" -GPAC_SVN_REVISION="2210" +GPAC_SVN_REVISION="3042" GPAC_VERSION="0.4.5+svn${GPAC_SVN_REVISION}" svn export -r "$GPAC_SVN_REVISION" "$GPAC_SVN_URL" "gpac-${GPAC_VERSION}" @@ -31,6 +31,9 @@ find gpac-${GPAC_VERSION} \ \) \ \) +# Make ./configure executable +chmod 755 gpac-${GPAC_VERSION}/configure + # Remove empty directories echo "Removing empty directories" find gpac-${GPAC_VERSION} -type d -empty -delete -- 2.30.2