aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-29 11:10:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-29 11:10:14 -0700
commita93912499493117812cdf1cad339d4c1f64d1c4a (patch)
tree29518e9cbdc913b9f76e0660ecdf4c6c9545859b /debian/control
parent73a9136ac3567732a5aabf0f5592b96cfbe26459 (diff)
downloadpandoc-citeproc-preamble-a93912499493117812cdf1cad339d4c1f64d1c4a.tar.gz
initial debianisation
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3b63ad0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: pandoc-citeproc-preamble
+Maintainer: Sean Whitton <spwhitton@spwhitton.name>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ ghc,
+ libghc-pandoc-types-dev,
+Standards-Version: 3.9.8
+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},
+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.