python-coverage 3.4-1build1 source package in Ubuntu

Changelog

python-coverage (3.4-1build1) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.
 -- Matthias Klose <email address hidden>   Sat, 31 Dec 2011 02:09:24 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Ben Finney
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-coverage_3.4.orig.tar.gz 90.0 KiB ac8a28fbe4a5d3ece87c731a9de08eaaa5357179856d43cb5c3756c709ff8e12
python-coverage_3.4-1build1.debian.tar.gz 6.7 KiB 34945c9b64f968e796eb8d4ab9254a274f07bc0ebc5fb7897e5fdd95becf58db
python-coverage_3.4-1build1.dsc 1.5 KiB 32a97e574853109b000811c6276853fa8b3f3ace478ab9b001383a6812a00ee9

Available diffs

View changes file

Binary packages built by this source

python-coverage: code coverage tool for Python

 The ‘coverage’ library measures which parts (statements) of a Python
 program are executed while it is run. This is useful for testing:
 those parts of a program that are not executed by the tests have not
 been tested.
 .
 This package contains the Python ‘coverage’ library and the
 ‘python-coverage’ program to perform and report coverage tests.

python-coverage-dbg: code coverage tool for Python – debug symbols

 The ‘coverage’ library measures which parts (statements) of a Python
 program are executed while it is run. This is useful for testing:
 those parts of a program that are not executed by the tests have not
 been tested.
 .
 This package contains the debugging symbols for the C extension
 libraries in ‘python-coverage’.