debian/0000755000000000000000000000000012151514777007200 5ustar debian/watch0000644000000000000000000000033412036247017010221 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|attoparsec-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/attoparsec \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000020512036247017010245 0ustar #!/usr/bin/make -f DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/examples0000644000000000000000000000001312036247016010722 0ustar examples/* debian/copyright0000644000000000000000000000431212036247016011122 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Bryan O'Sullivan > Source: http://hackage.haskell.org/package/attoparsec Name: attoparsec Files: * Copyright: Bryan O'Sullivan > 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 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/docs0000644000000000000000000000002012036247016010032 0ustar README.markdown debian/source/0000755000000000000000000000000012036247017010470 5ustar debian/source/format0000644000000000000000000000001412036247017011676 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012036247017010617 5ustar debian/patches/no-threaded-testsuite0000644000000000000000000000061012036247016014757 0ustar Description: Do not run test suite threaded, does not work on all arches. Author: Joachim Breitner --- haskell-attoparsec-0.10.1.1.orig/attoparsec.cabal +++ haskell-attoparsec-0.10.1.1/attoparsec.cabal @@ -74,7 +74,7 @@ test-suite tests QC.Text ghc-options: - -Wall -threaded -rtsopts + -Wall -rtsopts build-depends: attoparsec, debian/patches/series0000644000000000000000000000002612036247017012032 0ustar no-threaded-testsuite debian/compat0000644000000000000000000000000212147620640010366 0ustar 9 debian/control0000644000000000000000000000401612147627334010603 0ustar Source: haskell-attoparsec Section: haskell Priority: optional Maintainer: Debian Haskell Group Uploaders: TANIGUCHI Takaki , Clint Adams Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-text-dev (>> 0.11.1.5) , libghc-text-prof , libghc-quickcheck2-dev (>> 2.4) , libghc-test-framework-dev (>> 0.4) , libghc-test-framework-quickcheck2-dev (>> 0.2) Build-Depends-Indep: ghc-doc , libghc-text-doc Standards-Version: 3.9.4 Homepage: http://bitbucket.org/bos/attoparsec Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-attoparsec Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-attoparsec Package: libghc-attoparsec-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Suggests: ${haskell:Suggests} Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb} A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. . ${haskell:Blurb} Package: libghc-attoparsec-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Suggests: ${haskell:Suggests} Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb} A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. . ${haskell:Blurb} Package: libghc-attoparsec-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb} A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. . ${haskell:Blurb} debian/changelog0000644000000000000000000000506012151514777011053 0ustar haskell-attoparsec (0.10.4.0-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 30 May 2013 01:14:55 +0100 haskell-attoparsec (0.10.4.0-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:49:50 +0200 haskell-attoparsec (0.10.4.0-1) experimental; urgency=low * New upstream release -- Joachim Breitner Thu, 07 Feb 2013 20:29:31 +0100 haskell-attoparsec (0.10.1.1-4) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental -- Joachim Breitner Wed, 17 Oct 2012 13:54:01 +0200 haskell-attoparsec (0.10.1.1-3) experimental; urgency=low * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:00:11 +0200 haskell-attoparsec (0.10.1.1-2) unstable; urgency=low * Do not run test suite threaded, does not work on all arches. -- Joachim Breitner Tue, 20 Mar 2012 09:37:40 +0100 haskell-attoparsec (0.10.1.1-1) unstable; urgency=low * New upstream version. * Enable test suite. -- Clint Adams Sun, 12 Feb 2012 17:28:38 -0500 haskell-attoparsec (0.10.1.0-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 04 Feb 2012 18:10:13 -0500 haskell-attoparsec (0.10.0.3-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Thu, 01 Dec 2011 10:22:05 +0900 haskell-attoparsec (0.9.1.2-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Tue, 20 Sep 2011 10:43:53 +0900 haskell-attoparsec (0.9.1.1-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Thu, 11 Aug 2011 21:29:21 +0900 haskell-attoparsec (0.9.0.0-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.2 (with no changes). -- TANIGUCHI Takaki Fri, 10 Jun 2011 10:47:49 +0900 haskell-attoparsec (0.8.5.2-1) unstable; urgency=low * debian/control: Use ghc instead of ghc6. * debian/watch: Improved. * Imported Upstream version 0.8.5.2 * debian/control: Add libghc-deepseq-dev to Build-Depends. -- TANIGUCHI Takaki Thu, 14 Apr 2011 22:34:42 +0900 haskell-attoparsec (0.8.2.0-1) unstable; urgency=low * Initial release. (Closes: #607412) -- TANIGUCHI Takaki Fri, 17 Dec 2010 23:53:50 +0900