From af3ede2b63c85c3a162fe783922faf4f67759cee Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Mon, 18 Jan 2016 19:10:38 +0100 Subject: Unbreak parallel build (Closes: #810280). --- debian/patches/03-parallel_mdoc.patch | 26 ++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 27 insertions(+) create mode 100644 debian/patches/03-parallel_mdoc.patch (limited to 'debian/patches') diff --git a/debian/patches/03-parallel_mdoc.patch b/debian/patches/03-parallel_mdoc.patch new file mode 100644 index 0000000..a75e05e --- /dev/null +++ b/debian/patches/03-parallel_mdoc.patch @@ -0,0 +1,26 @@ +Author: Andrew Shadura +Description: Don't run things twice. + +--- a/doc/Makefile.am ++++ b/doc/Makefile.am +@@ -15,9 +15,6 @@ + update: + $(MDOC) update --out=en $(ASSEMBLIES) + +-$(srcdir)/en/*/*.xml $(srcdir)/en/*.xml: +- $(MDOC) update --out=en $(ASSEMBLIES) +- + $(ASSEMBLY_NAME)-docs.source: + @echo "Generating $@" + @echo "" > $@ +@@ -25,7 +22,9 @@ + @echo " " >> $@ + @echo "" >> $@ + +-$(ASSEMBLY_NAME)-docs.zip $(ASSEMBLY_NAME)-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml ++$(ASSEMBLY_NAME)-docs.zip $(ASSEMBLY_NAME)-docs.tree: assemble ++ ++assemble: update + $(MDASSEMBLER) --ecma $(srcdir)/en -o $(ASSEMBLY_NAME)-docs + + CLEANFILES = $(TARGETS) diff --git a/debian/patches/series b/debian/patches/series index e6e4d3a..9b2a90b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 01-pkgconfig_fixes.patch 02-dllmap_fix.patch +03-parallel_mdoc.patch -- cgit v1.2.3