debian/0000755000000000000000000000000012157163770007177 5ustar debian/watch0000644000000000000000000000035012124041662010213 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|ChasingBottoms-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/ChasingBottoms \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512124041570010243 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000256412124041570011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: chasingbottoms Upstream-Contact: Nils Anders Danielsson Source: http://hackage.haskell.org/package/chasingbottoms Files: * Copyright: 2004-2011 Nils Anders Danielsson License: Expat Files: debian/* Copyright: 2013 Joachim Breitner License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS 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. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000012124041570010462 5ustar debian/source/format0000644000000000000000000000001412124041570011670 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616131010366 0ustar 9 debian/control0000644000000000000000000000641512150657166010610 0ustar Source: haskell-chasingbottoms Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-quickcheck2-dev (>= 2.1) , libghc-quickcheck2-dev (<< 2.7) , libghc-quickcheck2-prof , libghc-mtl-dev (>= 1.1) , libghc-mtl-dev (<< 2.2) , libghc-mtl-prof , libghc-random-dev (>= 1.0) , libghc-random-dev (<< 1.1) , libghc-random-prof , libghc-syb-dev (>= 0.1.0.2) , libghc-syb-dev (<< 0.5) , libghc-syb-prof Build-Depends-Indep: ghc-doc , libghc-quickcheck2-prof , libghc-mtl-prof , libghc-random-prof , libghc-syb-prof Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/chasingbottoms Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chasingbottoms Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chasingbottoms Package: libghc-chasingbottoms-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Library for testing partial and infinite values${haskell:ShortBlurb} Do you ever feel the need to test code involving bottoms (e.g. calls to the error function), or code involving infinite values? Then this library could be useful for you. . It is usually easy to get a grip on bottoms by showing a value and waiting to see how much gets printed before the first exception is encountered. However, that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With this library you can do such tests like other automatic tests. . ${haskell:Blurb} Package: libghc-chasingbottoms-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Library for testing partial and infinite values${haskell:ShortBlurb} Do you ever feel the need to test code involving bottoms (e.g. calls to the error function), or code involving infinite values? Then this library could be useful for you. . It is usually easy to get a grip on bottoms by showing a value and waiting to see how much gets printed before the first exception is encountered. However, that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With this library you can do such tests like other automatic tests. . ${haskell:Blurb} Package: libghc-chasingbottoms-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Library for testing partial and infinite values${haskell:ShortBlurb} Do you ever feel the need to test code involving bottoms (e.g. calls to the error function), or code involving infinite values? Then this library could be useful for you. . It is usually easy to get a grip on bottoms by showing a value and waiting to see how much gets printed before the first exception is encountered. However, that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With this library you can do such tests like other automatic tests. . ${haskell:Blurb} debian/changelog0000644000000000000000000000157712157163770011063 0ustar haskell-chasingbottoms (1.3.0.6-1build2) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 15 Jun 2013 23:17:28 +0100 haskell-chasingbottoms (1.3.0.6-1build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 10:41:10 +0100 haskell-chasingbottoms (1.3.0.6-1) unstable; urgency=low * New upstream release -- Joachim Breitner Mon, 27 May 2013 15:23:50 +0200 haskell-chasingbottoms (1.3.0.5-2) unstable; urgency=low * Enable compat level 9 * Bump standards version to 3.9.4 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:06 +0200 haskell-chasingbottoms (1.3.0.5-1) experimental; urgency=low * Initial release. -- Joachim Breitner Mon, 25 Mar 2013 13:30:59 +0100