summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-07-21 21:38:49 +0200
committerJonas Smedegaard <dr@jones.dk>2017-07-21 21:49:05 +0200
commitf9e4e83b2d92ab45596af08b01f55465b9661a29 (patch)
tree9f970147ef15266435e04bf32c7249f692956108 /debian/patches
parent366a0acd609e67013511be4dc788231dad10b49e (diff)
Unfuzz patches, and advertise DEP3 format.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/1001_online_latexmathml_default.patch13
-rw-r--r--debian/patches/2001_avoid_missing_files.patch5
2 files changed, 10 insertions, 8 deletions
diff --git a/debian/patches/1001_online_latexmathml_default.patch b/debian/patches/1001_online_latexmathml_default.patch
index 41faa6b7c..07eac7c8c 100644
--- a/debian/patches/1001_online_latexmathml_default.patch
+++ b/debian/patches/1001_online_latexmathml_default.patch
@@ -1,10 +1,11 @@
Description: use online LaTeXMathML.js by default
Author: Jonas Smedegaard <dr@jones.dk>
-Last-Update: 2016-06-01
-
+Last-Update: 2017-07-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pandoc.hs
+++ b/pandoc.hs
-@@ -818,8 +818,11 @@
+@@ -819,8 +819,11 @@
, Option "m" ["latexmathml", "asciimathml"]
(OptArg
@@ -18,7 +19,7 @@ Last-Update: 2016-06-01
"URL")
"" -- "Use LaTeXMathML script in html output"
-@@ -1315,12 +1318,6 @@
+@@ -1319,12 +1322,6 @@
in throwIO e')
else throwIO e)
@@ -31,7 +32,7 @@ Last-Update: 2016-06-01
variables'' <- if format == "dzslides"
then do
dztempl <- readDataFileUTF8 datadir
-@@ -1329,8 +1326,8 @@
+@@ -1333,8 +1330,8 @@
let dzcore = unlines
$ dropWhile (not . (dzline `isPrefixOf`))
$ lines dztempl
@@ -66,7 +67,7 @@ Last-Update: 2016-06-01
$ mempty
--- a/man/pandoc.1
+++ b/man/pandoc.1
-@@ -1105,14 +1105,10 @@
+@@ -1106,14 +1106,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/2001_avoid_missing_files.patch b/debian/patches/2001_avoid_missing_files.patch
index 4a229ef6d..5d5adcc75 100644
--- a/debian/patches/2001_avoid_missing_files.patch
+++ b/debian/patches/2001_avoid_missing_files.patch
@@ -1,7 +1,8 @@
Description: avoid missing files during build
Author: Jonas Smedegaard <dr@jones.dk>
-Last-Update: 2016-06-01
-
+Last-Update: 2017-07-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -95,8 +95,6 @@