debian/0000755000000000000000000000000012150440165007164 5ustar debian/source/0000755000000000000000000000000012150437540010467 5ustar debian/source/format0000644000000000000000000000001412150437540011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000300112150437553011037 0ustar ghc-testsuite (7.6.3-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sun, 26 May 2013 18:59:23 +0200 ghc-testsuite (7.6.1.20121207-2) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:49:44 +0200 ghc-testsuite (7.6.1.20121207-1) experimental; urgency=low * New upstream release (7.6.2-rc1) * Use QuickCheck version 2 -- Joachim Breitner Sun, 06 Jan 2013 11:50:48 +0100 ghc-testsuite (7.6.1-1) experimental; urgency=low * Bump standards version, no change * New upstream release -- Joachim Breitner Fri, 09 Nov 2012 21:14:31 +0100 ghc-testsuite (7.4.1-3) unstable; urgency=low * Only depend on ghc-dynamic on i386 and amd64 -- Joachim Breitner Tue, 14 Feb 2012 09:27:23 +0100 ghc-testsuite (7.4.1-2) unstable; urgency=low * Build-Depend on python -- Joachim Breitner Mon, 13 Feb 2012 22:13:45 +0100 ghc-testsuite (7.4.1-1) unstable; urgency=low * Fix watch URL -- Joachim Breitner Mon, 13 Feb 2012 20:56:31 +0100 ghc-testsuite (7.0.4-2) unstable; urgency=low * Actually put the log file in the binary... * Move maintenance to the Debian Haskell Group -- Joachim Breitner Sat, 07 Jan 2012 18:25:31 +0100 ghc-testsuite (7.0.4-1) unstable; urgency=low * Initial release -- Joachim Breitner Sat, 07 Jan 2012 13:03:14 +0100 debian/rules0000755000000000000000000000113312150437540010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: cp -al testsuite testsuite-run # Does not seem to work: # OUTPUT_SUMMARY="$(CURDIR)/debian/ghc-testsuite/usr/share/doc/ghc-testsuite/result.txt" make -C testsuite-run \ SKIPWAY="" \ fast=YES \ 2>&1 | tee result.txt override_dh_auto_install: mkdir -p debian/ghc-testsuite/usr/share/doc/ghc-testsuite cp result.txt "$(CURDIR)/debian/ghc-testsuite/usr/share/doc/ghc-testsuite/result.txt" override_dh_auto_clean: rm -rf testsuite-run rm -f result.txt debian/control0000644000000000000000000000223712150437540010576 0ustar Source: ghc-testsuite Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: python, debhelper (>= 9), ghc (>= 7.6.3), ghc (<< 7.6.3+), ghc-prof, ghc-dynamic [i386 amd64], libghc-quickcheck2-dev, libghc-quickcheck2-prof, libghc-vector-dev, libghc-vector-prof, libghc-mtl-dev, libghc-mtl-prof, libghc-parallel-dev, libghc-parallel-prof, libghc-regex-compat-dev, libghc-regex-compat-prof, libghc-regex-posix-dev, libghc-regex-posix-prof, libghc-syb-dev, libghc-syb-prof, libghc-utf8-string-dev, libghc-utf8-string-prof, libghc-parsec3-dev, libghc-parsec3-prof, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/trac/ghc/wiki/Building/RunningTests Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ghc-testsuite Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ghc-testsuite Package: ghc-testsuite Architecture: any Depends: ${misc:Depends} Description: GHC testsuite results This package is just a container for the results of the GHC testsuite. There is usually no point in installing this package. debian/README.Debian0000644000000000000000000000037412150437540011234 0ustar ghc-testsuite for Debian ------------------------ This package is just a container for the results of the GHC testsuite. There is usually no point in installing this package. -- Joachim Breitner Sat, 07 Jan 2012 13:03:14 +0100 debian/compat0000644000000000000000000000000212150437540010365 0ustar 9 debian/watch0000644000000000000000000000011612150437540010216 0ustar version=3 http://haskell.org/ghc/dist/([\d.]+)/ghc-([\d.]+)-testsuite.tar.bz2 debian/dirs0000644000000000000000000000003512150437540010051 0ustar /usr/share/doc/ghc-testsuite debian/copyright0000644000000000000000000000406412150437540011126 0ustar This is the testsuite that belongs to GHC, and is therefore covered by the same copyright terms: Upstream Authors: The GHC team Simon Peyton Jones Simon Marlow Other copyright holders mentioned in the test cases: (c) 2003 The University of Glasgow (c) 2000 Galois Connections, Inc (c) 2001 The FFI task force (c) 1999 sof See http://www.haskell.org/ghc/contributors.html for more details. Copyright: The Glasgow Haskell Compiler License Copyright 2002-2010, The University Court of the University of Glasgow. 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 name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW AND 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 UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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.