summaryrefslogtreecommitdiffstats
path: root/debian/patches/0013-Fix-incorrect-name-in-Makefile.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 00:50:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 00:50:22 +0000
commit4283a547939c204787a35239ff31758cccf2674f (patch)
tree961e298be9b22e950ab392515aa18ebb3de9bcd9 /debian/patches/0013-Fix-incorrect-name-in-Makefile.patch
parentAdding upstream version 2.18+dfsg. (diff)
downloadirker-4283a547939c204787a35239ff31758cccf2674f.tar.xz
irker-4283a547939c204787a35239ff31758cccf2674f.zip
Adding debian version 2.18+dfsg-3.debian/2.18+dfsg-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0013-Fix-incorrect-name-in-Makefile.patch')
-rw-r--r--debian/patches/0013-Fix-incorrect-name-in-Makefile.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/0013-Fix-incorrect-name-in-Makefile.patch b/debian/patches/0013-Fix-incorrect-name-in-Makefile.patch
new file mode 100644
index 0000000..57b08e0
--- /dev/null
+++ b/debian/patches/0013-Fix-incorrect-name-in-Makefile.patch
@@ -0,0 +1,23 @@
+From: Neil Muller <drnlmuller+debian@gmail.com>
+Date: Sun, 13 May 2018 15:20:45 +0200
+Subject: Fix incorrect name in Makefile.
+
+Forwarded: https://gitlab.com/esr/irker/merge_requests/17
+Patch-Name: 0013-fix-wrong-name-in-makefile
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index fc6ac7f..6bd2052 100644
+--- a/Makefile
++++ b/Makefile
+@@ -24,7 +24,7 @@ irkerhook.html: irkerhook.xml
+ irk.1: irk.xml
+ xmlto man irk.xml
+ irk.html: irk.xml
+- xmlto html-nochunks irkerhook.xml
++ xmlto html-nochunks irk.xml
+
+ install.html: install.txt
+ asciidoc -o install.html install.txt