summaryrefslogtreecommitdiff
path: root/p/haskell-pem/debian/control
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-05-01 00:05:34 +0400
committerClint Adams <clint@debian.org>2012-05-01 00:05:34 +0400
commit69e72d045733b0395cb8561080ae4f75d18257d9 (patch)
treea02c15b532923885226277150ed825eb5011d9b4 /p/haskell-pem/debian/control
parent69118d988ab9173ecba2e180697758e83c6c16ba (diff)
downloadDHG_packages-69e72d045733b0395cb8561080ae4f75d18257d9.tar.gz
haskell-pem: Initial Check-In
Diffstat (limited to 'p/haskell-pem/debian/control')
-rw-r--r--p/haskell-pem/debian/control76
1 files changed, 76 insertions, 0 deletions
diff --git a/p/haskell-pem/debian/control b/p/haskell-pem/debian/control
new file mode 100644
index 000000000..2f6ce5a74
--- /dev/null
+++ b/p/haskell-pem/debian/control
@@ -0,0 +1,76 @@
+Source: haskell-pem
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8.10)
+ , ghc
+ , ghc-prof
+ , libghc-attoparsec-dev
+ , libghc-attoparsec-prof
+ , libghc-base64-bytestring-dev
+ , libghc-base64-bytestring-prof
+ , libghc-cereal-dev
+ , libghc-cereal-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-test-framework-dev (>> 0.3.3)
+ , libghc-test-framework-dev (<< 0.7)
+ , libghc-test-framework-quickcheck2-dev (>> 0.2.9)
+ , libghc-test-framework-quickcheck2-dev (<< 0.3)
+ , libghc-quickcheck2-dev (>> 2.4.0.1)
+Build-Depends-Indep: ghc-doc
+ , libghc-attoparsec-doc
+ , libghc-base64-bytestring-doc
+ , libghc-cereal-doc
+ , libghc-mtl-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/pem
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pem
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pem
+
+Package: libghc-pem-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Privacy Enhanced Mail (PEM) format reader and writer
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is for reading and writing PEM (Privacy Enhanced Mail; see
+ RFCs 1421 through 1424) structures.
+
+Package: libghc-pem-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Privacy Enhanced Mail (PEM) format reader and writer; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is for reading and writing PEM (Privacy Enhanced Mail; see
+ RFCs 1421 through 1424) structures.
+
+Package: libghc-pem-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Privacy Enhanced Mail (PEM) format reader and writer; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is for reading and writing PEM (Privacy Enhanced Mail; see
+ RFCs 1421 through 1424) structures.