diff options
| author | Marco 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 |
| commit | 85ed317c5a6f7651af01f2ec3a5a496cb12fa570 (patch) | |
| tree | db3b8c54dac52e6df63e9b80a831556fbcd7148a /p/haskell-vector-algorithms | |
| parent | 1483ce53d11c7110751907bed3901ea7a6f35267 (diff) | |
| download | DHG_packages-85ed317c5a6f7651af01f2ec3a5a496cb12fa570.tar.gz | |
haskell-vector-algorithms: Initial version.
Diffstat (limited to 'p/haskell-vector-algorithms')
| -rw-r--r-- | p/haskell-vector-algorithms/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-vector-algorithms/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-vector-algorithms/debian/control | 65 | ||||
| -rw-r--r-- | p/haskell-vector-algorithms/debian/copyright | 31 | ||||
| -rwxr-xr-x | p/haskell-vector-algorithms/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-vector-algorithms/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-vector-algorithms/debian/watch | 5 |
7 files changed, 112 insertions, 0 deletions
diff --git a/p/haskell-vector-algorithms/debian/changelog b/p/haskell-vector-algorithms/debian/changelog new file mode 100644 index 000000000..3675a65b5 --- /dev/null +++ b/p/haskell-vector-algorithms/debian/changelog @@ -0,0 +1,5 @@ +haskell-vector-algorithms (0.3.2-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #582547) + + -- Marco Túlio Gontijo e Silva <marcot@debian.org> Fri, 21 May 2010 15:33:27 -0300 diff --git a/p/haskell-vector-algorithms/debian/compat b/p/haskell-vector-algorithms/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-vector-algorithms/debian/compat @@ -0,0 +1 @@ +7 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 diff --git a/p/haskell-vector-algorithms/debian/copyright b/p/haskell-vector-algorithms/debian/copyright new file mode 100644 index 000000000..861df9d57 --- /dev/null +++ b/p/haskell-vector-algorithms/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: vector-algorithms +Maintainer: Dan Doel <dan.doel@gmail.com> +Source: http://hackage.haskell.org/packages/archive/vector-algorithms/0.3.2/vector-algorithms-0.3.2.tar.gz + +Copyright: 2008-2010, Dan Doel +License: BSD3 + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of the author nor the names of his contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/p/haskell-vector-algorithms/debian/rules b/p/haskell-vector-algorithms/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-vector-algorithms/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-vector-algorithms/debian/source/format b/p/haskell-vector-algorithms/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-vector-algorithms/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-vector-algorithms/debian/watch b/p/haskell-vector-algorithms/debian/watch new file mode 100644 index 000000000..9486fed16 --- /dev/null +++ b/p/haskell-vector-algorithms/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|vector-algorithms-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/vector-algorithms \ + ([\d\.]*\d)/ |
