debian/0000755000000000000000000000000012157164210007165 5ustar debian/watch0000644000000000000000000000032412157054144010221 0ustar 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)/ debian/rules0000755000000000000000000000015512157054144010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000345112157054144011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: repa Upstream-Contact: Ben Lippmeier 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 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 of New South Wales nor the names of other 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. debian/source/0000755000000000000000000000000012157054144010471 5ustar debian/source/format0000644000000000000000000000001412157054144011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212157054144010367 0ustar 9 debian/control0000644000000000000000000000462612157054170010603 0ustar Source: haskell-repa Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Denis Laxalde Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , ghc-ghci , libghc-vector-dev (>= 0.10) , libghc-vector-dev (<< 0.11) , libghc-vector-prof , libghc-quickcheck2-dev (>= 2.3) , libghc-quickcheck2-dev (<< 2.7) , 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/haskell-repa Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/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${haskell:ShortBlurb} 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. . ${haskell:Blurb} 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${haskell:ShortBlurb} 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. . ${haskell:Blurb} 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${haskell:ShortBlurb} 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. . ${haskell:Blurb} debian/changelog0000644000000000000000000000155412157164210011044 0ustar haskell-repa (3.2.3.3-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 15 Jun 2013 23:19:52 +0100 haskell-repa (3.2.3.3-2) unstable; urgency=low * Build-depend on ghc-ghci, due to use of Template Haskell. -- Colin Watson Sat, 15 Jun 2013 13:06:01 +0100 haskell-repa (3.2.3.3-1) unstable; urgency=low * New upstream release -- Joachim Breitner Fri, 31 May 2013 10:23:30 +0200 haskell-repa (3.2.3.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:52 +0200 haskell-repa (3.2.3.1-1) experimental; urgency=low [ Denis Laxalde ] * Initial release. (Closes: #701042) -- Joachim Breitner Thu, 28 Feb 2013 10:22:18 +0100