debian/0000755000000000000000000000000012147643146007176 5ustar debian/watch0000644000000000000000000000034212036251755010224 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|utf8-string-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/utf8-string \ ([\d\.]*\d)/ debian/control0000644000000000000000000000400212147621375010575 0ustar Source: haskell-utf8-string Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Chris Lamb , Joachim Breitner , Clint Adams Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.13), cdbs, ghc, ghc-doc, ghc-prof, cpphs, Standards-Version: 3.9.4 Homepage: http://github.com/glguy/utf8-string/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-utf8-string/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-utf8-string Package: libghc-utf8-string-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: GHC libraries for the Haskell UTF-8 library UTF8 layer for IO and Strings. The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation. . This package contains the libraries compiled for GHC. Package: libghc-utf8-string-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Provides: ${haskell:Provides} Description: Profiling support for the GHC Haskell UTF-8 library UTF8 layer for IO and Strings. The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation. . This package contains additional GHC profiling libraries which can be used with libghc-utf8-string-dev. Package: libghc-utf8-string-doc Section: doc Architecture: all Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: GHC libraries for the Haskell UTF-8 library (documentation) UTF8 layer for IO and Strings. The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation. . This package contains the GHC library documentation. debian/rules0000755000000000000000000000015512036251755010255 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000001131112147643146011045 0ustar haskell-utf8-string (0.3.7-3) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:52:22 +0200 haskell-utf8-string (0.3.7-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:02:21 +0200 haskell-utf8-string (0.3.7-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.2. -- Clint Adams Sun, 05 Feb 2012 12:07:49 -0500 haskell-utf8-string (0.3.6-5) unstable; urgency=low * Upload to unstable, where it should have gone in the first place -- Joachim Breitner Sun, 03 Apr 2011 16:25:26 +0530 haskell-utf8-string (0.3.6-4) experimental; urgency=low * Update debian/copyright -- Joachim Breitner Sun, 03 Apr 2011 16:25:06 +0530 haskell-utf8-string (0.3.6-3) experimental; urgency=low * Migrate to ghc instead of ghc6 * Switch to 3.0 (quilt) * utf8-string is not provided by ghc anymore, re-uploading this source package -- Joachim Breitner Sat, 02 Apr 2011 12:34:32 +0530 haskell-utf8-string (0.3.6-2) experimental; urgency=low [ Joachim Breitner ] * Adopt by the Debian Haskell Group [ Iain Lane ] * Drop hugs support as this is not compatible with the new Cabal -- Joachim Breitner Thu, 11 Feb 2010 21:34:16 +0100 haskell-utf8-string (0.3.6-1) unstable; urgency=low * New upstream release. * Bump Standards-Version. * Don't install empty "haddock" directory. -- Chris Lamb Wed, 13 Jan 2010 23:10:07 +0000 haskell-utf8-string (0.3.5-1) unstable; urgency=low * New upstream release. * debian/control: - Bump Standards-Version to 3.8.2. - Correct default Section - Add GitHub Homepage field (taken from .cabal) -- Chris Lamb Fri, 26 Jun 2009 11:42:22 +0100 haskell-utf8-string (0.3.4-5) unstable; urgency=low * Really add missing Build-Depends on hscolour (Closes: #517497) -- Chris Lamb Mon, 02 Mar 2009 11:14:50 +0000 haskell-utf8-string (0.3.4-4) unstable; urgency=low * Add missing Build-Depends on hscolour (Closes: #517497) * Bump Build-Depends on ghc6 to 6.10.1+dfsg1-13 and haddock to 2.4.1-4 to prevent arch-dependent issues with ghc6-doc. (Closes: #517506) -- Chris Lamb Sun, 01 Mar 2009 15:40:04 +0000 haskell-utf8-string (0.3.4-3) unstable; urgency=low * Re-upload for GHC 6.10. (Closes: #516787) * Move to hlibrary.mk for packaging. THanks to Joachim Breitner for the walkthrough. * Update Git repository location. * Refresh Debian-specific copyright in debian/copyright. -- Chris Lamb Wed, 25 Feb 2009 22:43:26 +0000 haskell-utf8-string (0.3.4-1) unstable; urgency=low * New upstream release. * Add cpphs to Build-Depends -- Chris Lamb Sun, 15 Feb 2009 22:39:24 +0000 haskell-utf8-string (0.3.3-2) unstable; urgency=low * Build libraries for Hugs98 (Closes: #511413) - Add libhugs-utf8-string binary package. - Add hugs to Build-Depends. - Modify long descriptions of existing libghc6* packages so they do not assume usage of GHC. * Bump debhelper compatibility level to 7. -- Chris Lamb Sat, 10 Jan 2009 16:07:17 +0000 haskell-utf8-string (0.3.3-1) unstable; urgency=low * New upstream release. * New maintainer email address. -- Chris Lamb Mon, 29 Dec 2008 23:15:28 +0000 haskell-utf8-string (0.3.1.1-2) unstable; urgency=low * Build libghc6-utf8-string-prof profiling package (Closes: #495872) * Extend copyright for Debian packaging in debian/copyright. -- Chris Lamb Fri, 22 Aug 2008 10:06:51 +0100 haskell-utf8-string (0.3.1.1-1) unstable; urgency=low * New upstream release. * Constrain Build-Depends on haskell-devscripts to >= 0.6.13 to avoid FTBFS due to #491506. * Bump Standards-Version to 3.8.0. * Fix debian/watch. * Update upstream URL in debian/copyright. -- Chris Lamb Sun, 20 Jul 2008 02:32:25 +0100 haskell-utf8-string (0.3.1-1) unstable; urgency=low * New upstream release. - Update Build-Depends for ghc6 to >= 6.8 -- Chris Lamb Thu, 01 May 2008 20:53:09 +0100 haskell-utf8-string (0.3-1) unstable; urgency=low * New upstream release. -- Chris Lamb Fri, 18 Apr 2008 16:13:42 +0100 haskell-utf8-string (0.2-1) unstable; urgency=low * Initial release. (Closes: #455758) -- Chris Lamb Thu, 24 Jan 2008 20:11:22 +0000 debian/source/0000755000000000000000000000000012036251755010474 5ustar debian/source/format0000644000000000000000000000001412036251755011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616351010372 0ustar 9 debian/copyright0000644000000000000000000000407312036251755011133 0ustar This package was debianized by Chris Lamb on Fri, 25 Jan 2008 06:47:45 +0000. It was downloaded from: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/utf8-string Upstream Author: Eric Mertens . License: Copyright (C) 2007 Galois Inc. Copyright (C) 2007-2009 Eric Mertens. Copyright (C) 2009 Iavor S. Diatchki 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. * Neither the name of Galois Inc. 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 Galois Inc. ``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 Galois Inc. 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. The Debian packaging is Copyright (C) 2008, 2009, Chris Lamb and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.