summaryrefslogtreecommitdiff
path: root/p/haskell-cmark/debian/control
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-05-29 00:00:36 +0300
committerClint Adams <clint@debian.org>2015-05-29 00:00:36 +0300
commit42e52209be26ce659e2b3ec8c0ccf8234a2d5eec (patch)
treecd25ba69ec9659db303bbba4f5ef7d1525cd694b /p/haskell-cmark/debian/control
parent9b65eeffb9a135bd770e563e3860560cbad3bb3c (diff)
downloadDHG_packages-42e52209be26ce659e2b3ec8c0ccf8234a2d5eec.tar.gz
haskell-cmark: Initial Check-In
Diffstat (limited to 'p/haskell-cmark/debian/control')
-rw-r--r--p/haskell-cmark/debian/control62
1 files changed, 62 insertions, 0 deletions
diff --git a/p/haskell-cmark/debian/control b/p/haskell-cmark/debian/control
new file mode 100644
index 000000000..4de3fb839
--- /dev/null
+++ b/p/haskell-cmark/debian/control
@@ -0,0 +1,62 @@
+Source: haskell-cmark
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-text-dev (>= 1.0)
+ , libghc-text-dev (<< 1.3)
+ , libghc-text-prof
+ , libghc-hunit-dev (>= 1.2)
+ , libghc-hunit-dev (<< 1.3)
+Build-Depends-Indep: ghc-doc
+ , libghc-text-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/cmark
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cmark
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cmark
+X-Description: fast, accurate CommonMark (Markdown) parser and renderer
+ This package provides Haskell bindings for libcmark, the reference
+ parser for CommonMark, a fully specified variant of Markdown.
+
+Package: libghc-cmark-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+# if this is a C library binding, repeat the dev packages here:
+# , libcmark-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-cmark-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-cmark-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}