[Pkg-haskell-commits] darcs: haskell-vector-algorithms: Initial version.

Marco Túlio Gontijo e Silva marcot at debian.org
Fri May 21 18:58:51 UTC 2010


Fri May 21 18:42:24 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Initial version.
  Ignore-this: d3a3770f7826c55e3ee8e5f7bbe0c745

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Fri May 21 18:42:24 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Initial version.
  Ignore-this: d3a3770f7826c55e3ee8e5f7bbe0c745
diff -rN -u old-haskell-vector-algorithms/changelog new-haskell-vector-algorithms/changelog
--- old-haskell-vector-algorithms/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-algorithms/changelog	2010-05-21 18:58:51.043800062 +0000
@@ -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 at debian.org>  Fri, 21 May 2010 15:33:27 -0300
diff -rN -u old-haskell-vector-algorithms/compat new-haskell-vector-algorithms/compat
--- old-haskell-vector-algorithms/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-algorithms/compat	2010-05-21 18:58:51.043800062 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-vector-algorithms/control new-haskell-vector-algorithms/control
--- old-haskell-vector-algorithms/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-algorithms/control	2010-05-21 18:58:51.043800062 +0000
@@ -0,0 +1,65 @@
+Source: haskell-vector-algorithms
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Marco Túlio Gontijo e Silva <marcot at 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 -rN -u old-haskell-vector-algorithms/copyright new-haskell-vector-algorithms/copyright
--- old-haskell-vector-algorithms/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-algorithms/copyright	2010-05-21 18:58:51.043800062 +0000
@@ -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 at 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 -rN -u old-haskell-vector-algorithms/rules new-haskell-vector-algorithms/rules
--- old-haskell-vector-algorithms/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-algorithms/rules	2010-05-21 18:58:51.043800062 +0000
@@ -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 -rN -u old-haskell-vector-algorithms/source/format new-haskell-vector-algorithms/source/format
--- old-haskell-vector-algorithms/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-algorithms/source/format	2010-05-21 18:58:51.043800062 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-vector-algorithms/watch new-haskell-vector-algorithms/watch
--- old-haskell-vector-algorithms/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-algorithms/watch	2010-05-21 18:58:51.039799851 +0000
@@ -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)/





More information about the Pkg-haskell-commits mailing list