From a93912499493117812cdf1cad339d4c1f64d1c4a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 29 Jan 2017 11:10:14 -0700 Subject: initial debianisation --- debian/control | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3