[SCM] FFmpeg packaging branch, master, updated. upstream/0.svn20090119-33-g141ca8c

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Jan 20 14:10:57 UTC 2009


The following commit has been merged in the master branch:
commit 141ca8c761c72939bc23245fa51341b99c2ff483
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue Jan 20 14:10:31 2009 +0100

    when creating formats.txt, print to stdout, so that it appears in the buildlogs

diff --git a/debian/rules b/debian/rules
index 3023e63..3bc8041 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,7 +107,7 @@ endif
 
 formats.txt: install
 	env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/usr/lib" \
-	debian/tmp/usr/bin/ffmpeg -formats > $@
+	debian/tmp/usr/bin/ffmpeg -formats | tee $@
 
 ifneq ($(DEB_SOURCE),ffmpeg-debian)
 binary-indep: install

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list