debian/0000755000000000000000000000000012150657724007177 5ustar debian/copyright0000644000000000000000000001022512036251711011117 0ustar Format-Specification: http://dep.debian.net/deps/dep5 Name: An efficient packed Unicode text type for Haskell Maintainer: Tom Harper Source: http://hackage.haskell.org/package/text Files: * Copyright: © 2008-2009 Tom Harper © 2009-2011 Bryan O'Sullivan © 2008-2009 Duncan Coutts © 2009 Simon Marlow © 2008 Roman Leshchinskiy © 2010 Johan Tibell © 2011 MailRank, Inc © 2008-2010 Björn Höhrmann . 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: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * 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. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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: scripts/CaseFolding.txt, scripts/SpecialCasing.txt Copyright: © 1991-2009 Unicode, Inc. License: other All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html. . Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified. . THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE. . Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder. 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/watch0000644000000000000000000000032412036251711010214 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|text-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/text \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616343010373 0ustar 9 debian/control0000644000000000000000000000430112150230177010565 0ustar Source: haskell-text Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Giovanni Mascellani Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.15), cdbs, ghc, ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/text Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-text Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-text Package: libghc-text-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: efficient packed Unicode text type for Haskell${haskell:ShortBlurb} This is a Haskell time and space-efficient implementation of Unicode text using packed Word16 arrays. Suitable for performance critical use, both in terms of large data quantities and high speed. . It supports many basic string operations and has some substring search tools. . ${haskell:Blurb} Package: libghc-text-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: efficient packed Unicode text type for Haskell${haskell:ShortBlurb} This is a Haskell time and space-efficient implementation of Unicode text using packed Word16 arrays. Suitable for performance critical use, both in terms of large data quantities and high speed. . It supports many basic string operations and has some substring search tools. . ${haskell:Blurb} Package: libghc-text-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: efficient packed Unicode text type for Haskell${haskell:ShortBlurb} This is a Haskell time and space-efficient implementation of Unicode text using packed Word16 arrays. Suitable for performance critical use, both in terms of large data quantities and high speed. . It supports many basic string operations and has some substring search tools. . ${haskell:Blurb} debian/rules0000755000000000000000000000022212036251711010240 0ustar #!/usr/bin/make -f DEB_BUILD_DEPENDENCIES = build-arch include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000667012150657724011062 0ustar haskell-text (0.11.3.1-1) unstable; urgency=low * New upstream release -- Joachim Breitner Mon, 27 May 2013 15:29:56 +0200 haskell-text (0.11.2.3-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:16 +0200 haskell-text (0.11.2.3-2) experimental; urgency=low * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:02:16 +0200 haskell-text (0.11.2.3-1) experimental; urgency=low * Depend on haskell-devscripts (>= 0.8.13), to ensure it is built against experimental * New upstream release -- Joachim Breitner Mon, 08 Oct 2012 22:45:37 +0200 haskell-text (0.11.2.0-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sun, 13 May 2012 11:50:38 +0200 haskell-text (0.11.1.13-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sat, 04 Feb 2012 13:12:50 +0100 haskell-text (0.11.1.5-1) unstable; urgency=low * New upstream release, for haskell platform 2011.3.0.0 -- Joachim Breitner Wed, 14 Sep 2011 15:16:55 +0200 haskell-text (0.11.0.6-1) unstable; urgency=low * New upstream release -- Joachim Breitner Wed, 13 Apr 2011 11:38:29 +0530 haskell-text (0.11.0.5-2) unstable; urgency=low * Remove doc-base file (Closes: #620183) -- Joachim Breitner Thu, 31 Mar 2011 18:50:44 +0530 haskell-text (0.11.0.5-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Giovanni Mascellani ] * Updated my email address. [ Joachim Breitner ] * New upstream release -- Joachim Breitner Sun, 27 Mar 2011 10:51:22 +0530 haskell-text (0.7.1.0-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). * Create Build-Depends-Indep. * control: Vcs-Darcs: Use simpler URL. [ Giovanni Mascellani ] * New upstream release -- Giovanni Mascellani Mon, 22 Mar 2010 22:40:37 +0100 haskell-text (0.7.0.1-3) 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: 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 15:59:16 +0100 haskell-text (0.7.0.1-2) unstable; urgency=low [ Giovanni Mascellani ] * debian/watch: Use format that works for --download-current-version. * debian/copyright: Add missing bits of copyright information. [ Marco Túlio Gontijo e Silva ] * debian/watch: Add .tar.gz to downloaded filename. -- Giovanni Mascellani Wed, 06 Jan 2010 13:37:00 +0100 haskell-text (0.7.0.1-1) unstable; urgency=low * Initial release. (closes: #562286) -- Giovanni Mascellani Sun, 27 Dec 2009 16:44:07 +0100 debian/source/0000755000000000000000000000000012036251711010464 5ustar debian/source/format0000644000000000000000000000001412036251711011672 0ustar 3.0 (quilt)