summaryrefslogtreecommitdiff
path: root/p/haskell-vector-algorithms/debian/control
diff options
context:
space:
mode:
authorMarco TĂșlio Gontijo e Silva <marcot@debian.org>2010-05-21 22:42:24 +0400
committer=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=>2010-05-21 22:42:24 +0400
commit85ed317c5a6f7651af01f2ec3a5a496cb12fa570 (patch)
treedb3b8c54dac52e6df63e9b80a831556fbcd7148a /p/haskell-vector-algorithms/debian/control
parent1483ce53d11c7110751907bed3901ea7a6f35267 (diff)
downloadDHG_packages-85ed317c5a6f7651af01f2ec3a5a496cb12fa570.tar.gz
haskell-vector-algorithms: Initial version.
Diffstat (limited to 'p/haskell-vector-algorithms/debian/control')
-rw-r--r--p/haskell-vector-algorithms/debian/control65
1 files changed, 65 insertions, 0 deletions
diff --git a/p/haskell-vector-algorithms/debian/control b/p/haskell-vector-algorithms/debian/control
new file mode 100644
index 000000000..42548beb5
--- /dev/null
+++ b/p/haskell-vector-algorithms/debian/control
@@ -0,0 +1,65 @@
+Source: haskell-vector-algorithms
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.7)
+ , ghc6
+ , ghc6-prof
+ , libghc6-vector-dev (>= 0.5)
+ , libghc6-vector-dev (<< 0.7)
+ , libghc6-vector-prof
+ , libghc6-primitive-dev (>= 0.2)
+ , libghc6-primitive-dev (<< 0.4)
+ , libghc6-primitive-prof
+Build-Depends-Indep: ghc6-doc
+ , libghc6-vector-doc
+ , libghc6-primitive-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/vector-algorithms
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vector-algorithms
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vector-algorithms
+
+Package: libghc6-vector-algorithms-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Short description of vector-algorithms
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Efficient algorithms for vector arrays
+
+Package: libghc6-vector-algorithms-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Efficient algorithms for vector arrays; 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.
+ .
+ Efficient algorithms for vector arrays
+
+Package: libghc6-vector-algorithms-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Efficient algorithms for vector arrays; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Efficient algorithms for vector arrays