summaryrefslogtreecommitdiff
path: root/p/haskell-pandoc-citeproc
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-26 14:44:23 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-04-26 14:44:23 +0400
commite38f34ca4eb7110af9f82243d560771825474b06 (patch)
tree0a7d5a8a8b9b49a7765c143cb6b045c3adb72230 /p/haskell-pandoc-citeproc
parent568bd8437b19c956a4e6fd16a1ecb3c09d4fc48d (diff)
downloadDHG_packages-e38f34ca4eb7110af9f82243d560771825474b06.tar.gz
haskell-pandoc-citeproc: New upstream release
Diffstat (limited to 'p/haskell-pandoc-citeproc')
-rw-r--r--p/haskell-pandoc-citeproc/debian/changelog6
-rw-r--r--p/haskell-pandoc-citeproc/debian/control18
2 files changed, 17 insertions, 7 deletions
diff --git a/p/haskell-pandoc-citeproc/debian/changelog b/p/haskell-pandoc-citeproc/debian/changelog
index df60f35fc..62dac61c7 100644
--- a/p/haskell-pandoc-citeproc/debian/changelog
+++ b/p/haskell-pandoc-citeproc/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pandoc-citeproc (0.3.0.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 26 Apr 2014 12:44:16 +0200
+
haskell-pandoc-citeproc (0.2-3) unstable; urgency=medium
* Fix data file handling (closes: #734155):
diff --git a/p/haskell-pandoc-citeproc/debian/control b/p/haskell-pandoc-citeproc/debian/control
index 4bef5016c..eda847c7a 100644
--- a/p/haskell-pandoc-citeproc/debian/control
+++ b/p/haskell-pandoc-citeproc/debian/control
@@ -32,13 +32,16 @@ Build-Depends: debhelper (>= 9)
, libghc-text-prof
, libghc-text-icu-dev
, libghc-text-icu-prof
- , libghc-vector-dev
+ , libghc-vector-dev (>= 0.10)
+ , libghc-vector-dev (<< 0.11)
, libghc-vector-prof
- , libghc-yaml-dev
+ , libghc-yaml-dev (>= 0.8)
, libghc-yaml-prof
+ , libghc-syb-dev
+ , libghc-syb-prof
, libghc-aeson-pretty-dev
, libghc-temporary-dev (>= 1.1)
- , libghc-yaml-dev (>= 0.8)
+ , libghc-attoparsec-dev
Build-Depends-Indep: ghc-doc
, libghc-aeson-doc
, libghc-hs-bibutils-doc
@@ -54,6 +57,7 @@ Build-Depends-Indep: ghc-doc
, libghc-text-icu-doc
, libghc-vector-doc
, libghc-yaml-doc
+ , libghc-yaml-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/pandoc-citeproc
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pandoc-citeproc
@@ -134,7 +138,7 @@ Description: Pandoc support for Citation Style Language - tools
pandoc-citeproc is a Haskell implementation of the Citation Style Language
(CSL).
.
- This contains two executables: pandoc-citeproc, which works as a
- pandoc filter (pandoc >= 1.12), and biblio2yaml, which converts
- bibliographic databases to a yaml format suitable for inclusion in
- pandoc YAML metadata.
+ This package also contains an executable: pandoc-citeproc, which works as a
+ pandoc filter (pandoc >= 1.12), and also has a mode for converting
+ bibliographic databases a YAML format suitable for inclusion in pandoc YAML
+ metadata.