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

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 :