Declare the package for upstream documentation.
authorBen Finney <[email protected]>
Mon, 8 Aug 2016 16:42:02 +0000 (9 02:42 +1000)
committerBen Finney <[email protected]>
Mon, 8 Aug 2016 19:09:06 +0000 (9 05:09 +1000)
debian/changelog
debian/control

index fee9195..ab81896 100644 (file)
@@ -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.
 
  --
 
index d03d240..e10fd49 100644 (file)
@@ -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.