summaryrefslogtreecommitdiff
path: root/p/haskell-process-extras/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2012-12-02 14:36:16 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2012-12-02 14:36:16 +0400
commit8b5c6252a8e3bdcc11dd41d1fe4887289d694c1f (patch)
tree9a855a2c4751b068e26f0ff3b0a4f4e7c2fccfe9 /p/haskell-process-extras/debian/control
parentb31defe2c4f67f0629b3b935969f5de862e60938 (diff)
downloadDHG_packages-8b5c6252a8e3bdcc11dd41d1fe4887289d694c1f.tar.gz
haskell-process-extras: Initial check-in
Diffstat (limited to 'p/haskell-process-extras/debian/control')
-rw-r--r--p/haskell-process-extras/debian/control61
1 files changed, 61 insertions, 0 deletions
diff --git a/p/haskell-process-extras/debian/control b/p/haskell-process-extras/debian/control
new file mode 100644
index 000000000..f72bf79ea
--- /dev/null
+++ b/p/haskell-process-extras/debian/control
@@ -0,0 +1,61 @@
+Source: haskell-process-extras
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8.13)
+ , ghc
+ , ghc-prof
+ , libghc-text-dev
+ , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-text-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/process-extras
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-process-extras
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-process-extras
+
+Package: libghc-process-extras-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Extra functionality for the Process library
+ This libraries provides variants of the System.Process module, based on lazy
+ and strict ByteStrings resp. lazy and strict Text.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-process-extras-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Extra functionality for the Process library; profiling libraries
+ This libraries provides variants of the System.Process module, based on lazy
+ and strict ByteStrings resp. lazy and strict Text.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling. See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-process-extras-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Extra functionality for the Process library; documentation
+ This libraries provides variants of the System.Process module, based on lazy
+ and strict ByteStrings resp. lazy and strict Text.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.