[SCM] gsequencer/master: fixed old htmlhelp path

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Mon May 23 06:10:24 UTC 2016


The following commit has been merged in the master branch:
commit e1b05f802f78c816ff825eb8e51659bec39ec97c
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Mon May 23 07:00:38 2016 +0200

    fixed old htmlhelp path

diff --git a/debian/patches/htmlhelp-path.diff b/debian/patches/htmlhelp-path.diff
new file mode 100644
index 0000000..dbf8388
--- /dev/null
+++ b/debian/patches/htmlhelp-path.diff
@@ -0,0 +1,13 @@
+Index: gsequencer/Makefile.am
+===================================================================
+--- gsequencer.orig/Makefile.am
++++ gsequencer/Makefile.am
+@@ -1388,7 +1388,7 @@ gsequencer.desktop: gsequencer.desktop.i
+ 
+ html:
+ 	mkdir -p html/
+-	xsltproc --output html/ --xinclude /usr/share/xml/docbook/stylesheet/docbook-xsl/htmlhelp/htmlhelp.xsl $(top_srcdir)/doc/usersBook.xml
++	xsltproc --output html/ --xinclude /usr/share/xml/docbook/stylesheet/docbook-xsl/htmlhelp/htmlhelp.xsl $(top_srcdir)/docs/usersBook.xml
+ 
+ install-data-local:
+ 	mkdir -p $(DESTDIR)/$(datadir)/doc-base
diff --git a/debian/patches/series b/debian/patches/series
index 15051e7..310fed9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 gtk-doc.diff
+htmlhelp-path.diff

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list