debian/0000755000000000000000000000000012150231263007161 5ustar debian/copyright0000644000000000000000000000327712036251774011141 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: vector-algorithms Maintainer: Dan Doel 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. debian/watch0000644000000000000000000000035612036251774010232 0ustar 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)/ debian/compat0000644000000000000000000000000212147616353010374 0ustar 9 debian/control0000644000000000000000000000355512150230204010566 0ustar Source: haskell-vector-algorithms Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco TĂșlio Gontijo e Silva , Iulian Udrea DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-vector-dev (>= 0.6) , libghc-vector-dev (<< 0.11) , libghc-vector-prof , libghc-primitive-dev (>= 0.3) , libghc-primitive-dev (<< 0.6) , libghc-primitive-prof Build-Depends-Indep: ghc-doc , libghc-vector-doc , libghc-primitive-doc Standards-Version: 3.9.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: libghc-vector-algorithms-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Efficient algorithms for vector array${haskell:ShortBlurb} Efficient algorithms for vector arrays . ${haskell:Blurb} Package: libghc-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${haskell:ShortBlurb} Efficient algorithms for vector arrays . ${haskell:Blurb} Package: libghc-vector-algorithms-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Efficient algorithms for vector arrays${haskell:ShortBlurb} Efficient algorithms for vector arrays . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036251774010256 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000416212150231263011036 0ustar haskell-vector-algorithms (0.5.4.2-4) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:51 +0200 haskell-vector-algorithms (0.5.4.2-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:25 +0200 haskell-vector-algorithms (0.5.4.2-2) experimental; urgency=low * Actually upload to experimental. I guess the accidental upload to unstable made the whole experimental exercise a bit pointless :-( -- Joachim Breitner Sun, 21 Oct 2012 15:43:21 +0200 haskell-vector-algorithms (0.5.4.2-2~sid) unstable; urgency=low * Sid-compatible re-upload -- Joachim Breitner Sun, 21 Oct 2012 16:59:58 +0200 haskell-vector-algorithms (0.5.4.2-1) unstable; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Wed, 17 Oct 2012 20:50:51 +0200 haskell-vector-algorithms (0.5.4-1) unstable; urgency=low * New upstream release -- Joachim Breitner Mon, 06 Feb 2012 17:30:04 +0100 haskell-vector-algorithms (0.5.3-1) unstable; urgency=low * New upstream release. * Bump libghc-{primitive,vector}-dev dependencies. * Add myself to Uploaders. * Add DM-Upload-Allowed: yes. * Bump Standards-Version to 3.9.2; no changes required. * Add missing short description to libghc-vector-algorithms-dev. -- Iulian Udrea Thu, 01 Sep 2011 18:48:30 +0100 haskell-vector-algorithms (0.4-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release -- Joachim Breitner Fri, 15 Apr 2011 19:06:20 +0530 haskell-vector-algorithms (0.3.2-1) unstable; urgency=low * Initial release. (Closes: #582547) -- Marco TĂșlio Gontijo e Silva Fri, 21 May 2010 15:42:31 -0300 debian/source/0000755000000000000000000000000012036251774010475 5ustar debian/source/format0000644000000000000000000000001412036251774011703 0ustar 3.0 (quilt)