summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-28 05:53:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-28 09:22:27 +0000
commit97aeb36aee8acf8f7a1c26c1cd7edf6fcaa7becb (patch)
tree6c9a97e794b1ccd54a491454cbf33ef17642450b
parentUpdating year in copyright file. (diff)
downloadopen-infrastructure-service-tools-97aeb36aee8acf8f7a1c26c1cd7edf6fcaa7becb.tar.xz
open-infrastructure-service-tools-97aeb36aee8acf8f7a1c26c1cd7edf6fcaa7becb.zip
Removing ftbfs-asciidoc.patch, not needed anymore.
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, 0 insertions, 16 deletions
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index cfc95e6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-upstream/0001-ftbfs-asciidoc.patch
diff --git a/debian/patches/upstream/0001-ftbfs-asciidoc.patch b/debian/patches/upstream/0001-ftbfs-asciidoc.patch
deleted file mode 100644
index 87d8484..0000000
--- a/debian/patches/upstream/0001-ftbfs-asciidoc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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