Add dependencies on the documentation package.
authorBen Finney <[email protected]>
Mon, 8 Aug 2016 16:42:40 +0000 (9 02:42 +1000)
committerBen Finney <[email protected]>
Mon, 8 Aug 2016 19:09:44 +0000 (9 05:09 +1000)
debian/changelog
debian/control

index ab81896..84f4c94 100644 (file)
@@ -13,6 +13,7 @@ python-coverage (4.2+dfsg.1-1) UNRELEASED; urgency=medium
       application.
   * debian/control:
     * Declare the package for upstream documentation.
+    * Add dependencies on the documentation package.
 
  --
 
index e10fd49..fa6912b 100644 (file)
@@ -32,6 +32,8 @@ Recommends:
     libjs-jquery-tablesorter,
     libjs-jquery-throttle-debounce,
     libjs-jquery
+Suggests:
+    python-coverage-doc
 Description: code coverage tool for Python 3
  Coverage.py is a tool for measuring code coverage of Python programs.
  It monitors your program, noting which parts of the code have been
@@ -58,6 +60,8 @@ Recommends:
     libjs-jquery-tablesorter,
     libjs-jquery-throttle-debounce,
     libjs-jquery
+Suggests:
+    python-coverage-doc
 Description: code coverage tool for Python 2
  Coverage.py is a tool for measuring code coverage of Python programs.
  It monitors your program, noting which parts of the code have been