debian/0000755000000000000000000000000012151073360007164 5ustar debian/watch0000644000000000000000000000035012150077424010217 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|wl-pprint-text-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/wl-pprint-text \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512150077424010251 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000537012150077424011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: wl-pprint-text Upstream-Contact: Ivan Lazar Miljenovic Source: http://hackage.haskell.org/package/wl-pprint-text Files: debian/* Copyright: 2013 Masayuki Hatta (mhatta) License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: * Copyright: Copyright 2010 Ivan Lazar Miljenovic License: BSD-3-Clause Copyright (c)2010, Ivan Lazar Miljenovic . 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. . * Neither the name of Ivan Lazar Miljenovic 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 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. debian/source/0000755000000000000000000000000012150077424010470 5ustar debian/source/format0000644000000000000000000000001312150077424011675 0ustar 3.0 (quilt)debian/compat0000644000000000000000000000000212150077456010373 0ustar 9 debian/control0000644000000000000000000000432012150077523010572 0ustar Source: haskell-wl-pprint-text Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Masayuki Hatta (mhatta) Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof , libghc-text-dev (>= 0.11.0.0) , libghc-text-dev (<< 0.12.0.0) , libghc-text-prof (>= 0.11.0.0) , libghc-text-prof (<< 0.12.0.0) Build-Depends-Indep: ghc-doc , libghc-text-doc (>= 0.11.0.0) , libghc-text-doc (<< 0.12.0.0) Standards-Version: 3.9.3 Homepage: http://hackage.haskell.org/package/wl-pprint-text Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-wl-pprint-text Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-wl-pprint-text Package: libghc-wl-pprint-text-dev Architecture: any Depends: ${shlibs:Depends} , ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Wadler/Leijen Pretty Printer for Text values in Haskell${haskell:ShortBlurb} This Haskell library provides a clone of wl-pprint for use with the text library. . This package contains the normal library files. Package: libghc-wl-pprint-text-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Wadler/Leijen Pretty Printer for Text values in Haskell${haskell:ShortBlurb} This Haskell library provides a clone of wl-pprint for use with the text library. . This package contains the libraries compiled with profiling enabled. Package: libghc-wl-pprint-text-doc Architecture: all Section: doc Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Wadler/Leijen Pretty Printer for Text values in Haskell${haskell:ShortBlurb} This Haskell library provides a clone of wl-pprint for use with the text library. . This package contains the documentation files. debian/changelog0000644000000000000000000000112712151073360011037 0ustar haskell-wl-pprint-text (1.1.0.0-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 10:20:48 +0100 haskell-wl-pprint-text (1.1.0.0-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Sat, 25 May 2013 11:17:59 +0200 haskell-wl-pprint-text (1.1.0.0-1) unstable; urgency=low * Initial release. (closes: #701770) * Debianization generated by cabal-debian -- Masayuki Hatta (mhatta) Wed, 27 Feb 2013 05:30:08 +0900