debian/0000755000000000000000000000000012274234004007164 5ustar debian/watch0000644000000000000000000000020412245120321010203 0ustar version=3 http://hackage.haskell.org/package/test-framework/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000015412245120321010236 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000276612245120321011124 0ustar Copyright (c) 2008, Maximilian Bolingbroke 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 Maximilian Bolingbroke 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/0000755000000000000000000000000012245120321010456 5ustar debian/source/format0000644000000000000000000000001412245120321011664 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212245120320010353 0ustar 9 debian/control0000644000000000000000000000720312245120526010572 0ustar Source: haskell-test-framework Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Kiwamu Okabe Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.13), cdbs, ghc, ghc-prof, libghc-ansi-terminal-dev (>= 0.4.0), libghc-ansi-terminal-prof, libghc-ansi-wl-pprint-dev (>= 0.5.1), libghc-ansi-wl-pprint-prof, libghc-hostname-dev (>= 1.0), libghc-hostname-prof, libghc-random-dev (>> 1.0), libghc-random-prof, libghc-regex-posix-dev (>= 0.72), libghc-regex-posix-prof, libghc-xml-dev (>= 1.3.5), libghc-xml-prof Build-Depends-Indep: ghc-doc, libghc-ansi-terminal-doc, libghc-ansi-wl-pprint-doc, libghc-hostname-doc, libghc-random-doc, libghc-regex-posix-doc, libghc-xml-doc Standards-Version: 3.9.5 Homepage: http://batterseapower.github.com/test-framework/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-test-framework Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-test-framework Package: libghc-test-framework-dev Architecture: any Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Framework for running and organising tests Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. . You should install libghc-test-framework-{hunit,quickcheck2}-* package to use this with {HUnit,QuickCheck2}. . This package contains the normal library files. Package: libghc-test-framework-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Framework for running and organising tests; profiling libraries Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. . You should install libghc-test-framework-{hunit,quickcheck2}-* package to use this with {HUnit,QuickCheck2}. . This package contains the libraries compiled with profiling enabled. Package: libghc-test-framework-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Framework for running and organising tests; documentation Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. . You should install libghc-test-framework-{hunit,quickcheck2}-* package to use this with {HUnit,QuickCheck2}. . This package contains the documentation files. debian/changelog0000644000000000000000000000455112274234004011043 0ustar haskell-test-framework (0.8.0.3-1build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Tue, 04 Feb 2014 18:57:08 +0000 haskell-test-framework (0.8.0.3-1build2) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Tue, 31 Dec 2013 01:47:17 +0000 haskell-test-framework (0.8.0.3-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 12 Dec 2013 15:51:11 +0000 haskell-test-framework (0.8.0.3-1) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Clint Adams ] * New upstream version. -- Clint Adams Tue, 26 Nov 2013 08:24:02 -0500 haskell-test-framework (0.8-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sat, 15 Jun 2013 12:11:59 +0200 haskell-test-framework (0.6-3) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:52:14 +0200 haskell-test-framework (0.6-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * Depend on libghc-extensible-exceptions-dev -- Joachim Breitner Wed, 17 Oct 2012 16:09:56 +0200 haskell-test-framework (0.6-1) unstable; urgency=low * New upstream version. -- Kiwamu Okabe Sun, 15 Apr 2012 12:52:59 +0900 haskell-test-framework (0.5-1) unstable; urgency=low * New upstream version. -- Clint Adams Thu, 09 Feb 2012 22:17:23 -0500 haskell-test-framework (0.4.2.0-1) unstable; urgency=low * Imported Upstream version 0.4.2.0. -- Kiwamu Okabe Wed, 28 Dec 2011 21:38:14 +0900 haskell-test-framework (0.4.1.1-3) unstable; urgency=low * first release. * ITP (Closes: #644384) -- Kiwamu Okabe Wed, 02 Nov 2011 15:34:12 +0900 haskell-test-framework (0.4.1.1-2) UNRELEASED; urgency=low * repo is moved to darcs. * change Vcs-* lines on debian/control. -- Kiwamu Okabe Wed, 12 Oct 2011 23:20:47 +0900 haskell-test-framework (0.4.1.1-1) UNRELEASED; urgency=low * Debianization generated by cabal-debian -- Kiwamu Okabe Wed, 05 Oct 2011 11:20:49 +0900