aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog22
-rw-r--r--debian/control22
-rw-r--r--debian/tests/control2
3 files changed, 31 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index 69377f8..ae4dd8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,28 @@
-pandoc-citeproc-preamble (1.6-1) UNRELEASED; urgency=medium
+pandoc-citeproc-preamble (1.7-2) unstable; urgency=medium
+
+ * Rebuild against newer Pandoc.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 21 Mar 2024 19:13:55 +0800
+
+pandoc-citeproc-preamble (1.7-1) unstable; 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.
+
+ * Update homepage in pandoc-citeproc-preamble.cabal.
+ * Fix a manpage typo.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 21 Aug 2022 14:36:30 -0700
+
+pandoc-citeproc-preamble (1.6-1) unstable; urgency=medium
* Drop mistaken Tests: field from d/tests/control.
* Fix test/test to use /usr/bin/pandoc-citeproc-preamble when
AUTOPKGTEST_TMP is set.
- -- Sean Whitton <spwhitton@spwhitton.name> Sun, 26 Jul 2020 14:41:21 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 26 Jul 2020 14:50:55 -0700
pandoc-citeproc-preamble (1.5-1) unstable; urgency=medium
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