summaryrefslogtreecommitdiff
path: root/p/haskell-openssl-streams/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-15 18:16:04 +0000
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-15 23:40:54 +0200
commit31e424e592fcc0ebf5b6bd807963850df4f5877d (patch)
treeee9117e318753f9227b6afaf828a0560b7d46448 /p/haskell-openssl-streams/debian/control
parentd3f30fd4b9e6c80d4cd1a407e06cfc03b0210b3f (diff)
downloadDHG_packages-31e424e592fcc0ebf5b6bd807963850df4f5877d.tar.gz
Initial packaging of openssl-streams-1.2.1.0
Diffstat (limited to 'p/haskell-openssl-streams/debian/control')
-rw-r--r--p/haskell-openssl-streams/debian/control70
1 files changed, 70 insertions, 0 deletions
diff --git a/p/haskell-openssl-streams/debian/control b/p/haskell-openssl-streams/debian/control
new file mode 100644
index 000000000..f1010f953
--- /dev/null
+++ b/p/haskell-openssl-streams/debian/control
@@ -0,0 +1,70 @@
+Source: haskell-openssl-streams
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata@debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-hsopenssl-dev (>= 0.10.3),
+ libghc-hsopenssl-dev (<< 0.12),
+ libghc-hsopenssl-prof,
+ libghc-io-streams-dev (>= 1.0),
+ libghc-io-streams-dev (<< 1.4),
+ libghc-io-streams-prof,
+ libghc-network-dev (>= 2.4),
+ libghc-network-dev (<< 2.7),
+ libghc-network-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hsopenssl-doc,
+ libghc-io-streams-doc,
+ libghc-network-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/openssl-streams
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-openssl-streams
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-openssl-streams
+X-Description: OpenSSL network support for io-streams.
+ The openssl-streams library contains io-streams routines for secure
+ networking using OpenSSL (by way of HsOpenSSL).
+
+Package: libghc-openssl-streams-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-openssl-streams-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-openssl-streams-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}