Ben Finney dc41d90de5 Finalise release “4.2+dfsg.1-2”. vor 8 Jahren
..
patches 69a24627cc Configure Sphinx build system to allow import of code during build. vor 8 Jahren
source 483ff468d3 Convert packaging to source format “3.0 (quilt)”. vor 15 Jahren
tests d23998f9bf Add invocations of command-line programs to autopkgtests. vor 8 Jahren
.editorconfig a56a8f8448 Add EditorConfig configuration for Debian packaging files. vor 8 Jahren
README.Debian 7c55a45670 Update my email address for Debian work. vor 8 Jahren
README.source 8130022671 Much more detail about how to build the source package from VCS. vor 8 Jahren
TODO.Debian 97be63db06 Add a To Do document for Debian packaging work. vor 9 Jahren
changelog dc41d90de5 Finalise release “4.2+dfsg.1-2”. vor 8 Jahren
clean a2e12e6ab3 dh_clean: Remove Setuptools build artefacts. vor 8 Jahren
compat d8a702ee1d Use Debhelper >= 9 to get Debian compilation build flags. vor 12 Jahren
control 41c153ff72 Specify current VCS for Debian packaging work. vor 8 Jahren
copyright 7c55a45670 Update my email address for Debian work. vor 8 Jahren
gbp.conf a3511b70bd Add configuration for Git-buildpackage. vor 8 Jahren
manpage_encoding_declaration.UTF-8 a806c17f95 Add character encoding declaration header to generated manpages. vor 15 Jahren
python-coverage-doc.doc-base 5c6b30208b Install the upstream documentation. vor 8 Jahren
python-coverage-doc.docs 5c6b30208b Install the upstream documentation. vor 8 Jahren
python-coverage.1.txt 7c55a45670 Update my email address for Debian work. vor 8 Jahren
python-coverage.docs 5480e5627b Explain separate versioned packaging and program names. vor 11 Jahren
python-coverage.lintian-overrides ce55b581dd Override false-positive Lintian warnings; Coverage.py is not an application. vor 8 Jahren
python-coverage.manpages 53ab7e5b0a Install manpages from their generated location. vor 11 Jahren
python-coverage.preinst 331360a925 Correct error message for maintainer scripts. vor 11 Jahren
python3-coverage.docs 5480e5627b Explain separate versioned packaging and program names. vor 11 Jahren
python3-coverage.lintian-overrides ce55b581dd Override false-positive Lintian warnings; Coverage.py is not an application. vor 8 Jahren
python3-coverage.manpages 53ab7e5b0a Install manpages from their generated location. vor 11 Jahren
repack 7c55a45670 Update my email address for Debian work. vor 8 Jahren
rules 7c55a45670 Update my email address for Debian work. vor 8 Jahren
source_package_build.bash 7c55a45670 Update my email address for Debian work. vor 8 Jahren
watch 7201175324 Convert UScan configuration to format version 4. vor 8 Jahren

README.Debian

===================================
Python “coverage” library in Debian
===================================

:Author: Ben Finney

Packages
========

The Python `“coverage” library`_ is packaged in Debian separately for each
Python version in Debian:

* `python-coverage` for Python 2.
* `python3-coverage` for Python 3.

.. _“coverage” library: https://pypi.python.org/pypi/coverage/

Command-line programs
=====================

The Debian “python-coverage” source package provides the command-line
program by the following names:

* For Debian's default Python 2 version, the program
`/usr/bin/python-coverage`.

* For Debian's default Python 2 and Python 3, the programs
`/usr/bin/python2-coverage` and `/usr/bin/python3-coverage`.

* For other Python versions, the program `/usr/bin/pythonN.M-coverage`
(where “N.M” is the major and minor Python version, e.g.
`/usr/bin/python3.2-coverage`).

Man pages are in section 1 under the corresponding names.


..
Local variables:
coding: utf-8
mode: text
mode: rst
End:
vim: fileencoding=utf-8 filetype=rst :