summaryrefslogtreecommitdiff
path: root/p/haskell-data-memocombinators/debian/control
diff options
context:
space:
mode:
authorclint <clint@debian.org>2011-06-18 03:05:21 +0400
committerclint <clint@debian.org>2011-06-18 03:05:21 +0400
commit1093bc1c77ad9bf094477bb6cf4c2013aa8ae0ee (patch)
tree6cf9497a2a8b7975ce37f839bc87a1d5e7cbfafb /p/haskell-data-memocombinators/debian/control
parent42305812a919e136806309ef718e386192614980 (diff)
downloadDHG_packages-1093bc1c77ad9bf094477bb6cf4c2013aa8ae0ee.tar.gz
haskell-data-memocombinators: Initial Check-In
Diffstat (limited to 'p/haskell-data-memocombinators/debian/control')
-rw-r--r--p/haskell-data-memocombinators/debian/control59
1 files changed, 59 insertions, 0 deletions
diff --git a/p/haskell-data-memocombinators/debian/control b/p/haskell-data-memocombinators/debian/control
new file mode 100644
index 000000000..1b61d534f
--- /dev/null
+++ b/p/haskell-data-memocombinators/debian/control
@@ -0,0 +1,59 @@
+Source: haskell-data-memocombinators
+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)
+ , ghc
+ , ghc-prof
+ , libghc-data-inttrie-dev
+ , libghc-data-inttrie-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-data-inttrie-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/data-memocombinators
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-memocombinators
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-memocombinators
+
+Package: libghc-data-memocombinators-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Combinators for building memo tables library
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It contains combinators for building memo tables.
+
+Package: libghc-data-memocombinators-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Combinators for building memo tables library; 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 contains combinators for building memo tables.
+
+Package: libghc-data-memocombinators-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Combinators for building memo tables library; 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 contains combinators for building memo tables.