[SCM] libav/master: Fix issue with generation of formats-*.txt file.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun Apr 22 16:12:02 UTC 2012


The following commit has been merged in the master branch:
commit cc74e824dca21740440df265a6f9d96ba03cfe64
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sun Apr 22 12:11:42 2012 -0400

    Fix issue with generation of formats-*.txt file.

diff --git a/debian/rules b/debian/rules
index 440daa0..9e1e2ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -133,7 +133,7 @@ install-common: build $(DH_INSTALL_FILES)
 	dh_strip $(addprefix -p,$(LIB_PKGS2)) --dbg-package=libav-regular-dbg
 	dh_strip -pffmpeg --dbg-package=ffmpeg-dbg
 	env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)" \
-	debian/tmp/usr/bin/avconv -formats | tee formats.txt
+	debian/tmp/usr/bin/avconv -formats | tee formats-$(DEB_HOST_ARCH).txt
 	env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)" \
 	debian/tmp/usr/bin/avconv -codecs | tee codecs.txt
 	dh_installdocs -plibavformat53 formats-$(DEB_HOST_ARCH).txt

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list