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

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat May 2 07:40:22 UTC 2009


The following commit has been merged in the master branch:
commit c96343b51877a5ab3fd00f542f0d913da6ad2188
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Apr 26 21:10:24 2009 +0200

    create right filenames for the orig.tar.gz files
    
    the new versioning scheme requires the filenames for upstream sources to
    be renamed.

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index a1a4441..e1bc738 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -67,8 +67,8 @@ if [ -z $SVNDATE ]; then
 fi
 
 CLEANUPSCRIPT=`pwd`/debian/strip.sh
-TARBALL=../ffmpeg-debian_0.svn${SVNDATE}.orig.tar.gz
-TARBALL_UNSTRIPPED=../ffmpeg_0.svn${SVNDATE}.orig.tar.gz
+TARBALL=../ffmpeg-debian_0.5+svn${SVNDATE}.orig.tar.gz
+TARBALL_UNSTRIPPED=../ffmpeg_0.5+svn${SVNDATE}.orig.tar.gz
 PACKAGENAME=ffmpeg
 
 TMPDIR=`mktemp -d`

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list