summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-07-26 15:59:26 +0000
committerJonas Smedegaard <dr@jones.dk>2017-07-26 15:59:26 +0000
commite242bebca8f43f8c80412888edc7a7069c242f16 (patch)
treef4425d0d02ab1df23af16fd6ab81915b3644f056 /debian
parentc95c97ff4051a402317198aead0361340310d067 (diff)
Unfuzz patches, and advertise DEP3 format.
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/1001_online_latexmathml_default.patch8
-rw-r--r--debian/patches/2003_bump_directory_bounds.patch3
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/patches/1001_online_latexmathml_default.patch b/debian/patches/1001_online_latexmathml_default.patch
index 07eac7c8c..2b276ef6a 100644
--- a/debian/patches/1001_online_latexmathml_default.patch
+++ b/debian/patches/1001_online_latexmathml_default.patch
@@ -5,7 +5,7 @@ Last-Update: 2017-07-21
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pandoc.hs
+++ b/pandoc.hs
-@@ -819,8 +819,11 @@
+@@ -818,8 +818,11 @@
, Option "m" ["latexmathml", "asciimathml"]
(OptArg
@@ -19,7 +19,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
"URL")
"" -- "Use LaTeXMathML script in html output"
-@@ -1319,12 +1322,6 @@
+@@ -1315,12 +1318,6 @@
in throwIO e')
else throwIO e)
@@ -32,7 +32,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
variables'' <- if format == "dzslides"
then do
dztempl <- readDataFileUTF8 datadir
-@@ -1333,8 +1330,8 @@
+@@ -1329,8 +1326,8 @@
let dzcore = unlines
$ dropWhile (not . (dzline `isPrefixOf`))
$ lines dztempl
@@ -67,7 +67,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
$ mempty
--- a/man/pandoc.1
+++ b/man/pandoc.1
-@@ -1106,14 +1106,10 @@
+@@ -1105,14 +1105,10 @@
.SS Math rendering in HTML
.TP
.B \f[C]\-m\f[] [\f[I]URL\f[]], \f[C]\-\-latexmathml\f[][\f[C]=\f[]\f[I]URL\f[]]
diff --git a/debian/patches/2003_bump_directory_bounds.patch b/debian/patches/2003_bump_directory_bounds.patch
index 4564b64f3..e7e8f7954 100644
--- a/debian/patches/2003_bump_directory_bounds.patch
+++ b/debian/patches/2003_bump_directory_bounds.patch
@@ -1,6 +1,7 @@
Description: Bump directory bounds on buildds.
Author: Bhavani Shankar <bhavi@ubuntu.com>
-
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -258,7 +258,7 @@