[SCM] libav/master: Fix issue with generation of formats-*.txt file.
Reinhard Tartler
siretart at gmail.com
Sat May 12 20:41:41 UTC 2012
On Sun, Apr 22, 2012 at 6:12 PM, <ceros-guest at users.alioth.debian.org> wrote:
> 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
Why just for formats, but not codecs.txt? Also, I think these files do
not get correctly cleaned up in the clean rule.
--
regards,
Reinhard
More information about the pkg-multimedia-maintainers
mailing list