From 85ed317c5a6f7651af01f2ec3a5a496cb12fa570 Mon Sep 17 00:00:00 2001 From: Marco TĂșlio Gontijo e Silva Date: Fri, 21 May 2010 22:42:24 +0400 Subject: haskell-vector-algorithms: Initial version. --- p/haskell-vector-algorithms/debian/control | 65 ++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 p/haskell-vector-algorithms/debian/control (limited to 'p/haskell-vector-algorithms/debian/control') 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 +Uploaders: Marco TĂșlio Gontijo e Silva +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 -- cgit v1.2.3