[Pkg-haskell-commits] darcs: repa: Initial Check-In

Denis Laxalde denis at laxalde.org
Fri Feb 22 09:46:18 UTC 2013


Fri Feb 22 09:44:22 UTC 2013  Denis Laxalde <denis at laxalde.org>
  * Initial Check-In
  Ignore-this: 16122af8615443bf363e06bce8add7e1

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

Fri Feb 22 09:44:22 UTC 2013  Denis Laxalde <denis at laxalde.org>
  * Initial Check-In
  Ignore-this: 16122af8615443bf363e06bce8add7e1
diff -rN -u old-repa//changelog new-repa//changelog
--- old-repa//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-repa//changelog	2013-02-22 09:46:17.987219044 +0000
@@ -0,0 +1,5 @@
+repa (3.2.3.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #701042)
+
+ -- Denis Laxalde <denis at laxalde.org>  Tue, 19 Feb 2013 21:19:51 +0100
diff -rN -u old-repa//compat new-repa//compat
--- old-repa//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-repa//compat	2013-02-22 09:46:17.991217562 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-repa//control new-repa//control
--- old-repa//control	1970-01-01 00:00:00.000000000 +0000
+++ new-repa//control	2013-02-22 09:46:17.991217562 +0000
@@ -0,0 +1,71 @@
+Source: repa
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Denis Laxalde <denis at laxalde.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.13)
+  , ghc
+  , ghc-prof
+  , libghc-vector-dev (>= 0.10)
+  , libghc-vector-prof
+  , libghc-quickcheck2-dev (>= 2.3)
+  , libghc-quickcheck2-dev (<< 2.6)
+  , libghc-quickcheck2-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-vector-doc
+  , libghc-quickcheck2-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/repa
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/repa
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/repa
+
+Package: libghc-repa-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Regular parallel arrays for Haskell
+ Repa provides high performance, regular, multi-dimensional, shape polymorphic
+ parallel arrays. All numeric data is stored unboxed. Functions written with
+ the Repa combinators are automatically parallel provided you supply +RTS -Nn
+ on the command line when running the program.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-repa-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Regular parallel arrays for Haskell; profiling libraries
+ Repa provides high performance, regular, multi-dimensional, shape polymorphic
+ parallel arrays. All numeric data is stored unboxed. Functions written with
+ the Repa combinators are automatically parallel provided you supply +RTS -Nn
+ on the command line when running the program.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-repa-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Regular parallel arrays for Haskell; documentation
+ Repa provides high performance, regular, multi-dimensional, shape polymorphic
+ parallel arrays. All numeric data is stored unboxed. Functions written with
+ the Repa combinators are automatically parallel provided you supply +RTS -Nn
+ on the command line when running the program.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-repa//copyright new-repa//copyright
--- old-repa//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-repa//copyright	2013-02-22 09:46:17.991217562 +0000
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: repa
+Upstream-Contact: Ben Lippmeier <benl at ouroborus.net>
+Source: http://hackage.haskell.org/package/repa
+
+Files: *
+Copyright: 2010-2012, University of New South Wales
+License: BSD-3
+
+Files: debian/*
+Copyright: 2013 Denis Laxalde <denis at laxalde.org>
+License: BSD-3
+
+License: BSD-3
+ 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 University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 REGENTS 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-repa//rules new-repa//rules
--- old-repa//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-repa//rules	2013-02-22 09:46:17.991217562 +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-repa//source/format new-repa//source/format
--- old-repa//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-repa//source/format	2013-02-22 09:46:17.991217562 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-repa//watch new-repa//watch
--- old-repa//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-repa//watch	2013-02-22 09:46:17.991217562 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|repa-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/repa \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list