summaryrefslogtreecommitdiff
path: root/debian/patches/2001_avoid_missing_files.patch
blob: 5d5adcc75427494b3fabdd7f066d4d11e7081d2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description: avoid missing files during build
Author: Jonas Smedegaard <dr@jones.dk>
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 @@
                  data/odt/META-INF/manifest.xml
                   -- stylesheet for EPUB writer
                  data/epub.css
-                 -- data for LaTeXMathML writer
-                 data/LaTeXMathML.js
                  -- data for dzslides writer
                  data/dzslides/template.html
                  -- sample lua custom writer
@@ -141,7 +139,6 @@
                  tests/mediawiki-reader.wiki
                  tests/rst-reader.rst
                  tests/s5-basic.html
-                 tests/s5-fancy.html
                  tests/s5-fragment.html
                  tests/s5-inserts.html
                  tests/tables.context
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -92,7 +92,6 @@
           ]
         , testGroup "s5"
           [ s5WriterTest "basic" ["-s"] "s5"
-          , s5WriterTest "fancy" ["-s","-m","-i"] "s5"
           , s5WriterTest "fragment" [] "html"
           , s5WriterTest "inserts"  ["-s", "-H", "insert",
             "-B", "insert", "-A", "insert", "-c", "main.css"] "html"