aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-20 13:32:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-21 09:18:46 -0700
commit88669fce6741b918f96aff2959cc5d1b6d871e0f (patch)
tree7b1b6a98293327419ea3e28e70f7e634357751b0 /debian
parentc968fae89a3ad50a75f17885116ef885ec63e800 (diff)
downloadpandoc-citeproc-preamble-88669fce6741b918f96aff2959cc5d1b6d871e0f.tar.gz
updates for --filter pandoc-citeproc-preamble -> --citeproc change
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/control22
-rw-r--r--debian/tests/control2
3 files changed, 20 insertions, 13 deletions
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 <spwhitton@spwhitton.name> 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 <!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
@@ -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