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

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sat May 16 05:20:07 UTC 2009


The following commit has been merged in the master branch:
commit fb2f827eb4fce37267ebf9bc339ee3978b724a42
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sat May 16 01:10:08 2009 -0400

    Use backqouted command substitution instead.

diff --git a/debian/rules b/debian/rules
index 468752e..3029085 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ configure-stamp-%: $(QUILT_STAMPFN) config-extra-includes.h
 	dh_testdir
 	mkdir -p debian-$*
 	[ ! -r .svnrevision ] || \
-		echo "SVN-r$$(cat .svnrevision)" > debian-$*/snapshot_version
+		echo "SVN-r`cat .svnrevision`" > debian-$*/snapshot_version
 	cd debian-$* && CFLAGS="$(CFLAGS)" $(CURDIR)/configure \
 		$($*_build_confflags) $(extra_$*_build_confflags)
 ifeq ($(internalencoders),)

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list