@@ -21,7 +21,8 @@ Command-line programs
The Debian “python-coverage” source package provides the command-line
program by the following names:
-* For Debian's default Python version, the program `/usr/bin/python-coverage`.
+* 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`.
@@ -30,8 +30,6 @@ python-coverage (4.1+dfsg.1-1) UNRELEASED; urgency=medium
* Disable upstream test suite run.
* Install manpage aliases as normal files.
* Add hardening build flags for ELF binaries.
- * Remove the ‘python-coverage’ command from Python 3 package.
- This resolves a conflict between the Python 2 and Python 3 packages.
* debian/rules, debian/*.install, debian/*.links:
* Migrate Python packaging tool to Pybuild.
(Closes: bug#735373)
@@ -58,6 +56,10 @@ python-coverage (4.1+dfsg.1-1) UNRELEASED; urgency=medium
* Remove explicit debug symbol packages, now implicit for all
architecture-dependent packages in Debian.
* Remove special handling for documentation for debug packages.
+ * debian/rules, debian/control, debian/README.Debian:
+ * Remove the ‘python-coverage’ command from Python 3 package.
+ This resolves a conflict between the Python 2 and Python 3 packages.
+ * Document that the ‘python-coverage’ command is only for Python 2.
--
@@ -67,4 +67,4 @@ Description: code coverage tool for Python 2
tests, and which are not.
.
This package installs the Python version 2 ‘coverage’ library, and the
- ‘python-coverage’ program to perform and report coverage tests.
+ ‘python2-coverage’ program to perform and report coverage tests.