summaryrefslogtreecommitdiff
path: root/p/haskell-repa
diff options
context:
space:
mode:
authorDenis Laxalde <denis@laxalde.org>2013-02-22 13:44:22 +0400
committerDenis Laxalde <denis@laxalde.org>2013-02-22 13:44:22 +0400
commit73cdcdaeb02a3793755b13cd37d4b597660f9fee (patch)
treeb435d6181c99a6fc711dd72af0377ebee6e9ecdd /p/haskell-repa
parentf0d41a68cf7fd3ee95398af16170f590af68158c (diff)
downloadDHG_packages-73cdcdaeb02a3793755b13cd37d4b597660f9fee.tar.gz
haskell-repa: Initial Check-In
Diffstat (limited to 'p/haskell-repa')
-rw-r--r--p/haskell-repa/debian/changelog5
-rw-r--r--p/haskell-repa/debian/compat1
-rw-r--r--p/haskell-repa/debian/control71
-rw-r--r--p/haskell-repa/debian/copyright37
-rwxr-xr-xp/haskell-repa/debian/rules4
-rw-r--r--p/haskell-repa/debian/source/format1
-rw-r--r--p/haskell-repa/debian/watch5
7 files changed, 124 insertions, 0 deletions
diff --git a/p/haskell-repa/debian/changelog b/p/haskell-repa/debian/changelog
new file mode 100644
index 000000000..69156fd8b
--- /dev/null
+++ b/p/haskell-repa/debian/changelog
@@ -0,0 +1,5 @@
+repa (3.2.3.1-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #701042)
+
+ -- Denis Laxalde <denis@laxalde.org> Tue, 19 Feb 2013 21:19:51 +0100
diff --git a/p/haskell-repa/debian/compat b/p/haskell-repa/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-repa/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-repa/debian/control b/p/haskell-repa/debian/control
new file mode 100644
index 000000000..8b2525172
--- /dev/null
+++ b/p/haskell-repa/debian/control
@@ -0,0 +1,71 @@
+Source: repa
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Denis Laxalde <denis@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 --git a/p/haskell-repa/debian/copyright b/p/haskell-repa/debian/copyright
new file mode 100644
index 000000000..b9fec563f
--- /dev/null
+++ b/p/haskell-repa/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: repa
+Upstream-Contact: Ben Lippmeier <benl@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@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 --git a/p/haskell-repa/debian/rules b/p/haskell-repa/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-repa/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-repa/debian/source/format b/p/haskell-repa/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-repa/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-repa/debian/watch b/p/haskell-repa/debian/watch
new file mode 100644
index 000000000..779e4020e
--- /dev/null
+++ b/p/haskell-repa/debian/watch
@@ -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)/