projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adefaf1
)
Revert "Allow to select a new revision via GPAC_SVN_REVISION envvar."
author
Alessio Treglia
<alessio@debian.org>
Fri, 10 Feb 2012 20:18:51 +0000
(21:18 +0100)
committer
Alessio Treglia
<alessio@debian.org>
Fri, 10 Feb 2012 20:18:51 +0000
(21:18 +0100)
This reverts commit
d2e4516391001494e29d9042cda5867ffdc724a1
.
debian/gpac-get-orig-source
patch
|
blob
|
history
diff --git
a/debian/gpac-get-orig-source
b/debian/gpac-get-orig-source
index 64993cd7139a21aaad46b43ccc24c6dafdb81859..1ce3ddc5c75921ace9d67fd92453a05206e58e6d 100755
(executable)
--- a/
debian/gpac-get-orig-source
+++ b/
debian/gpac-get-orig-source
@@
-3,8
+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_CURRENT_REVISION=$(head debian/changelog -n 1 | sed -e 's/.*+svn\([0-9]\+\)[^0-9].*$/\1/')
-echo "Retrieving revision ${GPAC_SVN_REVISION:=${GPAC_SVN_CURRENT_REVISION}} ..."
+GPAC_SVN_REVISION="3450"
GPAC_VERSION="0.4.5+svn${GPAC_SVN_REVISION}"
svn export -r "$GPAC_SVN_REVISION" "$GPAC_SVN_URL" "gpac-${GPAC_VERSION}"