debian/0000755000000000000000000000000012150657627007201 5ustar debian/copyright0000644000000000000000000000377012036251625011132 0ustar Format-Specification: http://dep.debian.net/deps/dep5 Name: Haskell library for splitting lists Maintainer: Brent Yorgey Source: http://hackage.haskell.org/package/split Files: * Copyright: © 2008 Brent Yorgey © 2008 Louis Wasserman License: BSD All rights reserved. . 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 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 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. Files: debian/* Copyright: © 2009 Giovanni Mascellani License: GPL-3+ The Debian packaging information is under the GPL, version 3 or later. On Debian GNU/Linux systems, the complete text of the GNU General Public License Version 3 can be found in `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000032612036251625010222 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|split-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/split \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616326010374 0ustar 9 debian/control0000644000000000000000000000414212150230172010563 0ustar Source: haskell-split Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Giovanni Mascellani , Clint Adams Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof , ghc-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/split Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-split Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-split Package: libghc-split-dev Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} , ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell library for splitting lists${haskell:ShortBlurb} This Haskell library provides a wide range of strategies and a unified combinator framework for splitting lists with respect to some sort of delimiter. . For example, it can split a list every N elements, or on elements that satisfy some condition. . ${haskell:Blurb} Package: libghc-split-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell library for splitting lists${haskell:ShortBlurb} This Haskell library provides a wide range of strategies and a unified combinator framework for splitting lists with respect to some sort of delimiter. . For example, it can split a list every N elements, or on elements that satisfy some condition. . ${haskell:Blurb} Package: libghc-split-doc Section: doc Architecture: all Depends: ${haskell:Depends} , ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: Haskell library for splitting lists${haskell:ShortBlurb} This Haskell library provides a wide range of strategies and a unified combinator framework for splitting lists with respect to some sort of delimiter. . For example, it can split a list every N elements, or on elements that satisfy some condition. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036251625010251 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000503712150657627011060 0ustar haskell-split (0.2.2-1) unstable; urgency=low * Fix Vcs-Darcs url: http://darcs.debian.org/ instead of http://darcs.debian.org/darcs/ * New upstream release -- Joachim Breitner Mon, 27 May 2013 15:28:55 +0200 haskell-split (0.2.1.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:05 +0200 haskell-split (0.2.1.1-1) experimental; 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 16:55:30 +0200 haskell-split (0.1.4.2-2) unstable; urgency=low * Remove doc-base file, to avoid upgrade error from squeeze. -- Joachim Breitner Sat, 19 May 2012 22:26:01 +0200 haskell-split (0.1.4.2-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sat, 04 Feb 2012 11:36:51 +0100 haskell-split (0.1.4.1-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.2. -- Clint Adams Fri, 21 Oct 2011 23:44:29 -0400 haskell-split (0.1.3-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). [ Marco Silva ] * Use ghc instead of ghc6 [ Giovanni Mascellani ] * Updated my email address. [ Joachim Breitner ] * New upstream release -- Joachim Breitner Fri, 08 Apr 2011 15:17:46 +0530 haskell-split (0.1.2-2) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Use comma in the beginning of the line. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. [ Joachim Breitner ] * Bump haskell-devscripts dependency to 0.7 -- Joachim Breitner Sat, 20 Feb 2010 16:07:43 +0100 haskell-split (0.1.2-1) unstable; urgency=low * Initial release. (closes: #562769) -- Giovanni Mascellani Thu, 07 Jan 2010 18:02:17 +0100 debian/source/0000755000000000000000000000000012036251625010470 5ustar debian/source/format0000644000000000000000000000001412036251625011676 0ustar 3.0 (quilt)