From 88669fce6741b918f96aff2959cc5d1b6d871e0f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 20 Aug 2022 13:32:54 -0700 Subject: updates for --filter pandoc-citeproc-preamble -> --citeproc change Signed-off-by: Sean Whitton --- debian/changelog | 9 +++++++++ debian/control | 22 ++++++++++------------ debian/tests/control | 2 +- 3 files changed, 20 insertions(+), 13 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 017dc95..37f5075 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +pandoc-citeproc-preamble (1.7-1) UNRELEASED; urgency=medium + + * Replace references to pandoc-citeproc. + We now say "Pandoc's citeproc filter", "Pandoc's bibliography", etc.. + * Replace '--filter pandoc-citeproc' -> '--citeproc' (Closes: #1017256). + * Drop build-dep and autopkgtest dep on pandoc-citeproc. + + -- Sean Whitton Sat, 20 Aug 2022 13:25:24 -0700 + pandoc-citeproc-preamble (1.6-1) unstable; urgency=medium * Drop mistaken Tests: field from d/tests/control. diff --git a/debian/control b/debian/control index fdae29e..aa9e60e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 10), libghc-text-conversions-dev, libghc-pandoc-types-dev (>= 1.20), pandoc , - pandoc-citeproc , Standards-Version: 4.4.1 Homepage: https://spwhitton.name/tech/code/pandoc-citeproc-preamble/ Vcs-Git: https://git.spwhitton.name/pandoc-citeproc-preamble @@ -20,15 +19,14 @@ 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. +Description: insert a preamble before Pandoc's bibliography + pandoc-citeproc-preamble is a JSON filter for Pandoc which inserts a preamble + before the output that Pandoc's 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. + Since Pandoc's citeproc filter 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. diff --git a/debian/tests/control b/debian/tests/control index c8f286d..be59a79 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,4 +1,4 @@ Test-Command: test/test Restrictions: rw-build-tree # ^ produces test/output.tex -Depends: @, pandoc, pandoc-citeproc +Depends: @, pandoc -- cgit v1.2.3