[SCM] hydrogen/master: Fix removing data/doc/manual_en.html file during build of docs.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Nov 13 18:06:53 UTC 2016


The following commit has been merged in the master branch:
commit 7eb05560b0f74ab8c42030e6584d4b5da4ee0ba2
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Nov 13 18:52:52 2016 +0100

    Fix removing data/doc/manual_en.html file during build of docs.

diff --git a/debian/rules b/debian/rules
index 0dfcf35..35e534c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,12 +40,14 @@ export QTDIR=/usr/share/qt4
 
 common-build-indep:: debian/docs.stamp
 debian/docs.stamp:
+	cp data/doc/manual_en.html data/doc/manual_en.html.bak
 	touch data/doc/manual.docbook data/doc/tutorial.docbook
 	$(MAKE) -C data/doc
 	touch $@
+	mv data/doc/manual_en.html.bak data/doc/manual_en.html
 clean::
 	rm -f debian/docs.stamp
-
+	
 imgstub = data/img/gray/h2-icon
 common-build-arch::
 	#inkscape -z -e$(imgstub).png -D -w32 -h32 --export-area-snap $(imgstub).svg

-- 
hydrogen packaging



More information about the pkg-multimedia-commits mailing list