[SCM] libav/master: install css template file as well

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Oct 14 19:59:08 UTC 2013


The following commit has been merged in the master branch:
commit e3a79e7b43ff257b2176ecae755b51f6a639af62
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Mon Oct 14 22:01:02 2013 +0200

    install css template file as well

diff --git a/debian/patches/makeinfo.patch b/debian/patches/makeinfo.patch
index c273308..2310bc1 100644
--- a/debian/patches/makeinfo.patch
+++ b/debian/patches/makeinfo.patch
@@ -41,7 +41,7 @@ Description: Transition from the `texi2html' utility to the `makeinfo' utility f
  doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI)
  	$(Q)$(TEXIDEP)
 -	$(M)texi2html -I doc -monolithic --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
-+	$(M)makeinfo --html -I doc --no-split --css-ref=$(SRC_PATH)/doc/t2h.init --output $@ $<
++	$(M)makeinfo --html -I doc --no-split --css-ref=t2h.init --output $@ $<
  
  doc/%.pod: TAG = POD
  doc/%.pod: doc/%.texi $(GENTEXI)
diff --git a/debian/rules b/debian/rules
index dc7510b..1fc9398 100755
--- a/debian/rules
+++ b/debian/rules
@@ -178,7 +178,7 @@ install-extra: build $(DH_INSTALL_FILES)
 	dh_installdocs -plibavcodec-extra-54 codecs.txt
 ifeq ($(DEB_SOURCE), libav)
 	dh_installdocs -a doc/APIchanges
-	install -m 644 -D debian-shared/doc/*.html debian/libav-tools/usr/share/doc/libav-tools
+	install -m 644 -D debian-shared/doc/*.html doc/t2h.init debian/libav-tools/usr/share/doc/libav-tools
 	dh_installexamples -p libavcodec-dev libavcodec/api-example.c
 	dh_installchangelogs -a Changelog
 else

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list