python-coverage 3.4-1ubuntu1 source package in Ubuntu

Changelog

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

  * Bump version number, introducing Ubuntu delta from last upload
    which satisfied requirements for python-coverage MIR of dropping
    libjs-jquery to Suggests. LP: #981101
 -- Dave Walker (Daviey) <email address hidden>   Mon, 23 Apr 2012 10:38:29 +0100

Upload details

Uploaded by:
Dave Walker
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main python

Downloads

File Size SHA-256 Checksum
python-coverage_3.4.orig.tar.gz 90.0 KiB ac8a28fbe4a5d3ece87c731a9de08eaaa5357179856d43cb5c3756c709ff8e12
python-coverage_3.4-1ubuntu1.debian.tar.gz 6.9 KiB 3a2baf4f37f82dfb0d26ce487c16daf0296bce323c786fba3f5225dd2c4fcd50
python-coverage_3.4-1ubuntu1.dsc 1.6 KiB 217c6e7bd0b1864e97b7a9fe5aa6b0ff0c3a75716c93af5b41e37456392d7554

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’.