debian/0000755000000000000000000000000012254057174007175 5ustar debian/watch0000644000000000000000000000033412036250541010215 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|iteratee-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/iteratee \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512036250541010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/examples0000644000000000000000000000001312036250541010717 0ustar Examples/* debian/copyright0000644000000000000000000000422712036250541011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: iteratee Upstream-Contact: Oleg Kiselyov, John W. Lato > Source: http://hackage.haskell.org/package/iteratee Files: * Copyright: John W. Lato 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 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 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: 2010, TANIGUCHI Takaki License: GPL-3 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 3, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of version 3 of the General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/docs0000644000000000000000000000000712036250541010034 0ustar README debian/source/0000755000000000000000000000000012036250541010464 5ustar debian/source/format0000644000000000000000000000001412036250541011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147620642010370 0ustar 9 debian/control0000644000000000000000000000513212147627353010604 0ustar Source: haskell-iteratee Section: haskell Priority: optional Maintainer: Debian Haskell Group Uploaders: TANIGUCHI Takaki Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15), ghc, ghc-prof, libghc-listlike-dev (>= 3.0), libghc-listlike-dev (<< 4), libghc-listlike-prof, libghc-monadcatchio-transformers-dev (>= 0.2), libghc-monadcatchio-transformers-dev (<< 0.4), libghc-monadcatchio-transformers-prof, libghc-monad-control-dev (>= 0.3), libghc-monad-control-dev (<< 0.4), libghc-monad-control-prof, libghc-parallel-dev (>= 2), libghc-parallel-dev (<< 4), libghc-parallel-prof, libghc-transformers-dev (>= 0.2), libghc-transformers-dev (<< 0.4), libghc-transformers-prof, libghc-transformers-base-dev (>= 0.4), libghc-transformers-base-dev (<< 0.5), libghc-transformers-base-prof Build-Depends-Indep: ghc-doc , libghc-listlike-doc , libghc-monadcatchio-transformers-doc , libghc-monad-control-doc , libghc-parallel-doc , libghc-transformers-doc , libghc-transformers-base-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/iteratee Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-iteratee Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-iteratee Package: libghc-iteratee-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Suggests: ${haskell:Suggests} Description: Haskell library for Iteratee-based I/O${haskell:ShortBlurb} The Iteratee monad provides strict, safe, and functional I/O. In addition to pure Iteratee processors, file IO and combinator functions are provided. . ${haskell:Blurb} Package: libghc-iteratee-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Suggests: ${haskell:Suggests} Description: Haskell library for Iteratee-based I/O${haskell:ShortBlurb} The Iteratee monad provides strict, safe, and functional I/O. In addition to pure Iteratee processors, file IO and combinator functions are provided. . ${haskell:Blurb} Package: libghc-iteratee-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Haskell library for Iteratee-based I/O${haskell:ShortBlurb} The Iteratee monad provides strict, safe, and functional I/O. In addition to pure Iteratee processors, file IO and combinator functions are provided. . ${haskell:Blurb} debian/changelog0000644000000000000000000000575412254057174011062 0ustar haskell-iteratee (0.8.9.4-2build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 17 Dec 2013 14:23:56 +0000 haskell-iteratee (0.8.9.4-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:12 +0200 haskell-iteratee (0.8.9.4-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * New upstream release -- Joachim Breitner Thu, 08 Nov 2012 23:28:11 +0100 haskell-iteratee (0.8.8.2-3) experimental; urgency=low [ Giovanni Mascellani ] * Team upload. * Fix Homepage: link [ Joachim Breitner ] * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:21 +0200 haskell-iteratee (0.8.8.2-2) unstable; urgency=low * Update build-dependencies, makes the package installable again. -- Joachim Breitner Sun, 13 May 2012 12:01:39 +0200 haskell-iteratee (0.8.8.2-1) unstable; urgency=low * New upstream release * Standards-Version: 3.9.3 + debian/copyright: copyright-format 1.0 -- TANIGUCHI Takaki Wed, 09 May 2012 10:12:25 +0900 haskell-iteratee (0.8.8.1-1) unstable; urgency=low * New upstream release. -- Clint Adams Thu, 23 Feb 2012 10:05:08 -0500 haskell-iteratee (0.8.7.4-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Thu, 01 Dec 2011 10:33:13 +0900 haskell-iteratee (0.8.7.2-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Tue, 15 Nov 2011 11:16:07 +0900 haskell-iteratee (0.8.6.2-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Thu, 11 Aug 2011 21:41:19 +0900 haskell-iteratee (0.8.5.0-3) unstable; urgency=low * Add dependency on parallel (Closes: #631541) and make sure that the Debian build dependencies imply the cabal constraints. * Add Vcs-fields per Debian Haskell Group policy. -- Joachim Breitner Sat, 25 Jun 2011 10:49:40 +0200 haskell-iteratee (0.8.5.0-2) unstable; urgency=low * Rebuild with new haskell-listlike. -- TANIGUCHI Takaki Tue, 21 Jun 2011 17:24:02 +0900 haskell-iteratee (0.8.5.0-1) unstable; urgency=low * New upstream release * Standards-Version: 3.9.2 (no changes) -- TANIGUCHI Takaki Mon, 20 Jun 2011 11:29:22 +0900 haskell-iteratee (0.8.1.2-1) unstable; urgency=low * New upstream release * Use ghc instead of ghc 6. (Closes: #617577) * Fix "FTBFS: following dependencies are missing: ListLike >=1.0 && <3" (Closes: #617660) -- TANIGUCHI Takaki Mon, 11 Apr 2011 16:37:59 +0900 haskell-iteratee (0.6.0.1-1) unstable; urgency=low * Initial release. (Closes: #607420) -- TANIGUCHI Takaki Fri, 08 Apr 2011 20:49:41 +0900