aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: fdae29e78df0c2d95fe1538c5808cdec47e8e985 (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
Source: pandoc-citeproc-preamble
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
 ghc,
 haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
 libghc-text-conversions-dev,
 libghc-pandoc-types-dev (>= 1.20),
 pandoc <!nocheck>,
 pandoc-citeproc <!nocheck>,
Standards-Version: 4.4.1
Homepage: https://spwhitton.name/tech/code/pandoc-citeproc-preamble/
Vcs-Git: https://git.spwhitton.name/pandoc-citeproc-preamble
Vcs-Browser: https://git.spwhitton.name/pandoc-citeproc-preamble

Package: pandoc-citeproc-preamble
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${haskell:Depends},
Recommends: pandoc-citeproc
Description: insert a preamble before pandoc-citeproc's bibliography
 pandoc-citeproc-preamble is a JSON filter for Pandoc which inserts a
 preamble before the output that the pandoc-citeproc filter appends to
 the document. This preamble might include a heading
 (e.g. "Bibliography") and raw markup to format the bibliography for
 the output format.
 .
 Since pandoc-citeproc doesn't provide any facility to add formatting
 control code to its output, pandoc-citeproc-preamble is necessary to
 avoid the user being forced to add their control code to the end of
 their input files, thereby losing the input file's agnosticity with
 regard to output format.