aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-29 11:09:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-29 11:09:30 -0700
commit73a9136ac3567732a5aabf0f5592b96cfbe26459 (patch)
tree98eed9eae021a850f7b90ce8af8dc4c6f0469185
parent082a29784394950d795c90fd967d3e1d9e8bd668 (diff)
downloadpandoc-citeproc-preamble-73a9136ac3567732a5aabf0f5592b96cfbe26459.tar.gz
convert changelog to Debian's format
l---------[-rw-r--r--]CHANGELOG31
-rw-r--r--debian/changelog44
-rw-r--r--pandoc-citeproc-preamble.cabal2
3 files changed, 46 insertions, 31 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1332a62..d526672 100644..120000
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,30 +1 @@
-<!-- -*- mode: markdown; -*- -->
-
-# Version 1.2.2 (2016-12-22) #
-
-* Delete LTS Haskell cabal.config.
-
-pandoc-citeproc-preamble is tested and working with pandoc 1.19 and
-pandoc-citeproc 0.10.3. However, to use these versions, you need to
-compile pandoc-citeproc-preamble against pandoc-types 1.17. The
-existing cabal.config was making that more difficult.
-
-# Version 1.2.1 (2016-11-10) #
-
-* Bump version in pandoc-citeproc-preamble.cabal.
-* Bump resolver in README.md.
-
-# Version 1.2.0 (2016-11-10) #
-
-* Bump LTS Haskell version to 7.8.
-
-# Version 1.1.0 (2016-02-23) #
-
-* Bump LTS Haskell version to 5.4 by means of cabal.config file.
- This should fix SoftBreak errors.
-* Don't insert a preamble if pandoc-citeproc inserted no bibliographic
- entries.
-
-# Version 1.0.0 (2015-09-26)
-
-* Initial release.
+debian/changelog \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ad03739
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,44 @@
+pandoc-citeproc-preamble (1.2.3) UNRELEASED; urgency=medium
+
+ * Convert changelog to Debian's format.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 29 Jan 2017 11:00:07 -0700
+
+pandoc-citeproc-preamble (1.2.2) unstable; urgency=medium
+
+ * Delete LTS Haskell cabal.config.
+
+ pandoc-citeproc-preamble is tested and working with pandoc 1.19 and
+ pandoc-citeproc 0.10.3. However, to use these versions, you need to
+ compile pandoc-citeproc-preamble against pandoc-types 1.17. The
+ existing cabal.config was making that more difficult.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 22 Dec 2016 13:54:00 +0000
+
+pandoc-citeproc-preamble (1.2.1) unstable; urgency=medium
+
+ * Bump version in pandoc-citeproc-preamble.cabal.
+ * Bump resolver in README.md.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 10 Nov 2016 09:48:40 -0700
+
+pandoc-citeproc-preamble (1.2.0) unstable; urgency=medium
+
+ * Bump LTS Haskell version to 7.8.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 10 Nov 2016 09:45:19 -0700
+
+pandoc-citeproc-preamble (1.1.0) unstable; urgency=medium
+
+ * Bump LTS Haskell version to 5.4 by means of cabal.config file.
+ This should fix SoftBreak errors.
+ * Don't insert a preamble if pandoc-citeproc inserted no bibliographic
+ entries.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 23 Feb 2016 20:50:34 -0700
+
+pandoc-citeproc-preamble (1.0.0) unstable; urgency=medium
+
+ * Initial release.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 26 Sep 2015 22:18:00 -0700
diff --git a/pandoc-citeproc-preamble.cabal b/pandoc-citeproc-preamble.cabal
index 16321c5..1732210 100644
--- a/pandoc-citeproc-preamble.cabal
+++ b/pandoc-citeproc-preamble.cabal
@@ -1,5 +1,5 @@
name: pandoc-citeproc-preamble
-version: 1.2.2
+version: 1.2.3
synopsis: Insert a preamble before pandoc-citeproc's bibliography
description: Please see README.md
homepage: https://github.com/spwhitton/pandoc-citeproc-preamble