summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-12-15 01:39:22 +0100
committerJonas Smedegaard <dr@jones.dk>2012-12-15 01:39:22 +0100
commit41a2350915a2cbc76611f89c72a3e76b445cc0bd (patch)
tree4e2eb4f193e6519af67e297424f32a062c38e753 /debian/control
parent063f5af01a544aaccbd63f6bb9663537181290ab (diff)
Prepare for release: Update changelog, control file and copyright hints.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control119
1 files changed, 52 insertions, 67 deletions
diff --git a/debian/control b/debian/control
index fd2629571..fdda05fe1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,72 +5,57 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Jonas Smedegaard <dr@jones.dk>
, Kiwamu Okabe <kiwamu@debian.or.jp>,
, Clint Adams <clint@debian.org>
-Build-Depends: cdbs (>= 0.4.72~)
- , devscripts
- , debhelper
- , dh-buildinfo
- , ghc
- , libghc-parsec3-dev (>> 3.1)
- , libghc-parsec3-dev (<< 3.2)
- , libghc-mtl-dev (>> 1.1)
- , libghc-mtl-dev (<< 2.2)
- , libghc-network-dev (>> 2)
- , libghc-network-dev (<< 2.5)
- , libghc-zip-archive-dev (>> 0.1.1.7)
- , libghc-zip-archive-dev (<< 0.2)
- , libghc-utf8-string-dev (>> 0.3)
- , libghc-utf8-string-dev (<< 0.4)
- , libghc-http-dev (>> 1:4000.0.5)
- , libghc-http-dev (<< 1:4000.3)
- , libghc-texmath-dev (>> 0.6.0.2)
- , libghc-texmath-dev (<< 0.7)
- , libghc-xml-dev (>> 1.3.12)
- , libghc-xml-dev (<< 1.4)
- , libghc-random-dev (>> 1)
- , libghc-random-dev (<< 1.1)
- , libghc-citeproc-hs-dev (>> 0.3.4)
- , libghc-citeproc-hs-dev (<< 0.4)
- , libghc-pandoc-types-dev (>> 1.9.0.2)
- , libghc-pandoc-types-dev (<< 1.10)
- , libghc-json-dev (>> 0.4)
- , libghc-json-dev (<< 0.8)
- , libghc-tagsoup-dev (>> 0.12.5)
- , libghc-tagsoup-dev (<< 0.13)
- , libghc-base64-bytestring-dev (>> 0.1)
- , libghc-base64-bytestring-dev (<< 1.1)
- , libghc-zlib-dev (>> 0.5)
- , libghc-zlib-dev (<< 0.6)
- , libghc-highlighting-kate-dev (>> 0.5.1)
- , libghc-highlighting-kate-dev (<< 0.6)
- , libghc-temporary-dev (>> 1.1)
- , libghc-temporary-dev (<< 1.2)
- , libghc-blaze-html-dev (>> 0.5)
- , libghc-blaze-html-dev (<< 0.6)
- , libghc-blaze-markup-dev (>> 0.5.1)
- , libghc-blaze-markup-dev (<< 0.6)
- , libghc-syb-dev (<< 0.4)
- , ghc-prof
- , libghc-parsec3-prof
- , libghc-mtl-prof
- , libghc-network-prof
- , libghc-zip-archive-prof
- , libghc-utf8-string-prof
- , libghc-http-prof
- , libghc-texmath-prof
- , libghc-xml-prof
- , libghc-random-prof
- , libghc-citeproc-hs-prof
- , libghc-pandoc-types-prof
- , libghc-json-prof
- , libghc-tagsoup-prof
- , libghc-base64-bytestring-prof
- , libghc-zlib-prof
- , libghc-highlighting-kate-prof
- , libghc-temporary-prof
- , libghc-blaze-html-prof
- , libghc-blaze-markup-prof
- , libghc-syb-prof
- , haskell-devscripts (>= 0.5.13)
+Build-Depends: cdbs,
+ devscripts,
+ debhelper,
+ dh-buildinfo,
+ ghc,
+ libghc-parsec3-dev (<< 3.2),
+ libghc-mtl-dev (<< 2.2),
+ libghc-network-dev (<< 2.5),
+ libghc-zip-archive-dev (<< 0.2),
+ libghc-utf8-string-dev (<< 0.4),
+ libghc-http-dev (<< 1:4000.3),
+ libghc-texmath-dev (<< 0.7),
+ libghc-xml-dev (<< 1.4),
+ libghc-random-dev (<<1.1 ),
+ libghc-extensible-exceptions-dev (<< 0.2),
+ libghc-citeproc-hs-dev (<< 0.4),
+ libghc-pandoc-types-dev (<< 1.10),
+ libghc-json-dev (<< 0.8),
+ libghc-tagsoup-dev (<< 0.13),
+ libghc-base64-bytestring-dev (<< 1.1),
+ libghc-zlib-dev (<< 0.6),
+ libghc-highlighting-kate-dev (>= 0.5.1),
+ libghc-highlighting-kate-dev (<< 0.6),
+ libghc-temporary-dev (<< 1.2),
+ libghc-blaze-html-dev (>= 0.5),
+ libghc-blaze-html-dev (<< 0.6),
+ libghc-blaze-markup-dev (<< 0.6),
+ libghc-syb-dev (<< 0.4),
+ ghc-prof,
+ libghc-parsec3-prof,
+ libghc-mtl-prof,
+ libghc-network-prof,
+ libghc-zip-archive-prof,
+ libghc-utf8-string-prof,
+ libghc-http-prof,
+ libghc-texmath-prof,
+ libghc-xml-prof,
+ libghc-random-prof,
+ libghc-extensible-exceptions-prof,
+ libghc-citeproc-hs-prof,
+ libghc-pandoc-types-prof,
+ libghc-json-prof,
+ libghc-tagsoup-prof,
+ libghc-base64-bytestring-prof,
+ libghc-zlib-prof,
+ libghc-highlighting-kate-prof,
+ libghc-temporary-prof,
+ libghc-blaze-html-prof,
+ libghc-blaze-markup-prof,
+ libghc-syb-prof,
+ haskell-devscripts (>=0.5.12)
Build-Depends-Indep: ghc-doc
, libghc-syb-doc
, libghc-parsec3-doc
@@ -82,6 +67,7 @@ Build-Depends-Indep: ghc-doc
, libghc-http-doc
, libghc-texmath-doc
, libghc-xml-doc
+ , libghc-extensible-exceptions-doc
, libghc-citeproc-hs-doc
, libghc-pandoc-types-doc
, libghc-json-doc
@@ -113,7 +99,6 @@ Architecture: any
Depends: ${misc:Depends}
, ${shlibs:Depends}
Recommends: ${cdbs:Recommends}
- , libghc-citeproc-hs-data
Suggests: ${cdbs:Suggests}
Description: general markup converter
Pandoc is a Haskell library for converting from one markup format to