summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index e230faf..636c728 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Homepage: http://liw.fi/coverage-test-runner/
Section: python
Priority: optional
-Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.7~),
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9), python-all (>= 2.7~),
python-coverage
X-Python-Version: >= 2.7
Package: python-coverage-test-runner
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-coverage
+Depends: ${misc:Depends}, ${python:Depends}, python (>= 2.7), python-coverage
Description: fail Python program unit tests unless they test everything
This package contains the Python module CoverageTestRunner, which runs
unit tests implemented using the unittest module in the Python standard