debian/0000755000000000000000000000000011705777753007211 5ustar debian/changelog0000644000000000000000000000474311705777652011071 0ustar python-coverage-test-runner (1.8-1) unstable; urgency=low * New upstream release. -- Lars Wirzenius Thu, 19 Jan 2012 11:27:56 +0000 python-coverage-test-runner (1.7.1-1) unstable; urgency=low * New upstream release. -- Lars Wirzenius Sun, 04 Sep 2011 20:09:01 +0100 python-coverage-test-runner (1.7-1) unstable; urgency=low * New upstream version. * Update packaging to use dh_python2. -- Lars Wirzenius Sun, 04 Sep 2011 19:49:32 +0100 python-coverage-test-runner (1.6-1) unstable; urgency=low * New upstream version. - license change to GPL3+ - tweaks to documentation (README) * Re-uploaded to Debian. (Closes: #628016) * debian/copyright: Updated to reflect reality (GPL3+, not GPL2+), and converted to DEP5. * debian/control: - Standards-Version bumped to 3.9.2 (no other changes required). - Add python-coverage to Build-Depends. - Add X-Python-Version header. - Add Homepage. * debian/source/format: Use 3.0 (quilt). -- Lars Wirzenius Thu, 26 May 2011 13:47:06 +0100 python-coverage-test-runner (1.5) squeeze; urgency=low * New upstream release -- Lars Wirzenius Fri, 18 Feb 2011 22:33:20 +0000 python-coverage-test-runner (1.4.1) squeeze; urgency=low * New upstream version. -- Lars Wirzenius Mon, 05 Apr 2010 15:52:00 +1200 python-coverage-test-runner (1.3) karmic; urgency=low * New upstream version. -- Lars Wirzenius Sun, 14 Feb 2010 12:23:11 +1300 python-coverage-test-runner (1.2) karmic; urgency=low * New upstream version. -- Lars Wirzenius Wed, 30 Sep 2009 11:41:11 +0300 python-coverage-test-runner (1.1-1) unstable; urgency=low * New upstream version. * debian/control: Change Section: to python to match the Debian override file. * debian/control: Update Maintainer: to use my current e-mail address. * debian/control: Bump Standards-Version. No other changes required. -- Lars Wirzenius Sat, 12 Jul 2008 16:16:11 +0300 python-coverage-test-runner (1.0-2) unreleased; urgency=low * debian/copyright: Fixed wording to point out explicitly that version two or later of the GPL is the license. Thanks to Joerg Jaspert for pointing it out. -- Lars Wirzenius Sun, 30 Dec 2007 00:15:57 +0200 python-coverage-test-runner (1.0-1) unstable; urgency=low * First public version. (Closes: #456443) -- Lars Wirzenius Sat, 15 Dec 2007 23:05:47 +0200 debian/copyright0000644000000000000000000000171311705777652011144 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: coverage-test-runner Upstream-Contact: Lars Wirzenius Source: http://code.liw.fi/coverage-test-runner/bzr/trunk/ Files: * Copyright: 2007-2011, Lars Wirzenius 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 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On a Debian system, you can find a copy of GPL version 3 at /usr/share/common-licenses/GPL-3 . debian/control0000644000000000000000000000136311705777652010615 0ustar Source: python-coverage-test-runner Maintainer: Lars Wirzenius Section: python Priority: optional Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-coverage X-Python-Version: >= 2.6 Package: python-coverage-test-runner Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-coverage Homepage: http://liw.fi/coverage-test-runner/ Description: fail Python program unit tests unless they test everything This package contains the Python module CoverageTestRunner, which runs unit tests implemented using the unittest module in the Python standard library. It runs them using coverage.py (in the python-coverage package) and fails the test if all statements are not covered. debian/rules0000755000000000000000000000026211705777652010267 0ustar #!/usr/bin/make -f %: dh $@ --with=python2 --buildsystem=python_distutils override_dh_auto_clean: $(MAKE) clean dh_auto_clean --with=python2 --buildsystem=python_distutils debian/source/0000755000000000000000000000000011705777652010507 5ustar debian/source/format0000644000000000000000000000001411705777652011715 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211705777652010405 0ustar 7