@@ -11,6 +11,8 @@ python-coverage (4.2+dfsg.1-1) UNRELEASED; urgency=medium
* debian/*.lintian-overrides:
* Override false-positive Lintian warnings about Coverage.py being an
application.
+ * debian/control:
+ * Declare the package for upstream documentation.
--
@@ -70,3 +70,17 @@ Description: code coverage tool for Python 2
.
This package installs the Python version 2 ‘coverage’ library, and the
‘python2-coverage’ program to perform and report coverage tests.
+
+Package: python-coverage-doc
+Architecture: all
+Section: doc
+Depends:
+ ${sphinxdoc:Depends},
+ ${misc:Depends}
+Description: code coverage tool for Python — documentation
+ Coverage.py is a tool for measuring code coverage of Python programs.
+ It monitors your program, noting which parts of the code have been
+ executed, then analyzes the source to identify code that could have
+ been executed but was not.
+ .
+ This package installs the HTML documentation for Coverage.py.