[SCM] FFmpeg packaging branch, master, updated. debian/0.svn20090303-1-32-g19a82c9

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun May 3 18:20:00 UTC 2009


The following commit has been merged in the master branch:
commit 7f21d03eeb31cccda82b5a292a25f86162e0c4b4
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat May 2 10:54:28 2009 +0200

    be more careful with svn:externals in get-orig-source.sh
    
    the ffmpeg 0.5 release branch used to contain an svn:external to
    libswscale. However, the branch was changed to include libswscale rather
    than reference it. The problem in the script is that it fetches the
    svn:external information from the HEAD revision of the branch rather
    than the revision that is being checked out. This patch fixes the issue.

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index e1bc738..f798ea8 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -87,7 +87,7 @@ svn info -r{${SVNDATE}} \
 	> ${TMPDIR}/${PACKAGENAME}/.svnrevision
 
 # get svn externals
-svn pg svn:externals $baseurl | \
+svn pg svn:externals -r${${SVNDATE}} $baseurl | \
 while read external url; do
     [ -z $url ] && continue
     dest="${TMPDIR}/${PACKAGENAME}/${external}"

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list