summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2019-07-07 22:22:01 -0400
committerFelipe Sateler <fsateler@debian.org>2019-07-07 22:22:01 -0400
commit0127fbfb95bb42b900e0010b4b7bc365fd196ddd (patch)
treec35ff25188ac079d96a201a9ac0a1112d9997b7b /debian
parent940f248a88f9f65344b77380c7d3c6a8ccc0da57 (diff)
Fix format error in generated manpage
Man does not like emdash vs dash
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/mkosi.md-convert-emdash-into-regular-dash.patch24
-rw-r--r--debian/patches/series1
2 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/mkosi.md-convert-emdash-into-regular-dash.patch b/debian/patches/mkosi.md-convert-emdash-into-regular-dash.patch
new file mode 100644
index 0000000..e97c700
--- /dev/null
+++ b/debian/patches/mkosi.md-convert-emdash-into-regular-dash.patch
@@ -0,0 +1,24 @@
+From: Felipe Sateler <fsateler@debian.org>
+Date: Sun, 7 Jul 2019 22:21:33 -0400
+Subject: mkosi.md: convert emdash into regular dash
+
+Otherwise pandoc emits a manpage that cannot be parsed by lexgrog
+
+Detected by lintian
+---
+ mkosi.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mkosi.md b/mkosi.md
+index 2b56a58..c2caf43 100644
+--- a/mkosi.md
++++ b/mkosi.md
+@@ -4,7 +4,7 @@
+
+ # NAME
+
+-mkosi — Build Legacy-Free OS Images
++mkosi - Build Legacy-Free OS Images
+
+ # SYNOPSIS
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8d3d25b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+mkosi.md-convert-emdash-into-regular-dash.patch