[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090420-2-59-g2dbc0de

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Jul 6 06:21:57 UTC 2009


The following commit has been merged in the master branch:
commit 2dbc0de8b327aee8ac21b6ac6172f222231130d2
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Jul 6 07:58:52 2009 +0200

    just copy .svnrevision, don't mangle it with 'echo' and 'cat'
    
    without this patch, the ffmpeg binary produces this:
    
    FFmpeg version SVN-rSVN-r19134-4:0.5+svn20090609-1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    
    one "SVN-r" too much.

diff --git a/debian/rules b/debian/rules
index 101fc33..b0dee9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ configure-stamp-%: $(QUILT_STAMPFN)
 	dh_testdir
 	mkdir -p debian-$*
 	[ ! -r .svnrevision ] || \
-		echo "SVN-r`cat .svnrevision`" > debian-$*/snapshot_version
+		cp .svnrevision debian-$*/snapshot_version
 	cd debian-$* && CFLAGS="$(CFLAGS)" $(CURDIR)/configure \
 		$($*_build_confflags) $(extra_$*_build_confflags)
 	touch $@

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list