From b9bd4bc23d865717ac8faccc52f6c17888d4681f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 18 Nov 2019 10:29:28 +0100 Subject: Adding patch to fix FTBFS with newer asciidoc versions. Signed-off-by: Daniel Baumann --- debian/patches/series | 1 + debian/patches/upstream/0001-ftbfs-asciidoc.patch | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 debian/patches/series create mode 100644 debian/patches/upstream/0001-ftbfs-asciidoc.patch diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..cfc95e6 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +upstream/0001-ftbfs-asciidoc.patch diff --git a/debian/patches/upstream/0001-ftbfs-asciidoc.patch b/debian/patches/upstream/0001-ftbfs-asciidoc.patch new file mode 100644 index 0000000..87d8484 --- /dev/null +++ b/debian/patches/upstream/0001-ftbfs-asciidoc.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +Description: Fixing FTBFS with newer asciidoc versions. + +diff -Naurp open-infrastructure-compute-tools.orig/share/man/Makefile open-infrastructure-compute-tools/share/man/Makefile +--- open-infrastructure-compute-tools.orig/share/man/Makefile ++++ open-infrastructure-compute-tools/share/man/Makefile +@@ -20,7 +20,7 @@ + # Depends: asciidoc dblatex docbook-xsl libxml2-utils source-highlight + + A2X = a2x \ +- --asciidoc-opts "-a revdate=$(shell cat ../../VERSION.txt)" \ ++ --asciidoc-opts="-a revdate=$(shell cat ../../VERSION.txt)" \ + --doctype=manpage + + SHELL := sh -e -- cgit v1.2.3