Document that the ‘python-coverage’ command is only for Python 2.
authorBen Finney <[email protected]>
Fri, 10 Jun 2016 15:33:11 +0000 (11 01:33 +1000)
committerBen Finney <[email protected]>
Wed, 15 Jun 2016 12:33:10 +0000 (15 22:33 +1000)
debian/README.Debian
debian/changelog
debian/control

index 298957c..aa79860 100644 (file)
@@ -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`.
index cfce2ad..9d89203 100644 (file)
@@ -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.
 
  --
 
index 7b2d31b..40a65ac 100644 (file)
@@ -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.