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

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 :