summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-01-21 20:45:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-01-21 20:47:43 +0000
commit6c555ae3cfc7cc5a17b43a7f68a681266abf152f (patch)
tree735a4c7911e8df0a3e1fdfe6881a52e81b6aecd4
parentUpdating to standards version 4.5.0. (diff)
downloadopen-infrastructure-service-tools-6c555ae3cfc7cc5a17b43a7f68a681266abf152f.tar.xz
open-infrastructure-service-tools-6c555ae3cfc7cc5a17b43a7f68a681266abf152f.zip
Adding patch to fix FTBFS with newer asciidoc versions (Closes: #948901).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/upstream/0001-ftbfs-asciidoc.patch15
2 files changed, 16 insertions, 0 deletions
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 <daniel.baumann@progress-linux.org>
+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