summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-29 12:41:17 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-29 12:41:17 +0000
commit690c8239938fdd5792d71d53055477adf1e591ff (patch)
tree7d09f2e4c48eecc46e1fbad8551bf63d3f3f6b8c /debian/control
parent3ff1e3d62896b4775320eb38149c775909fe6ce4 (diff)
downloadcoverage-test-runner-690c8239938fdd5792d71d53055477adf1e591ff.tar.gz
Tweak debian/control
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 16904d8..f1b61e8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
Source: python-coverage-test-runner
Maintainer: Lars Wirzenius <liw@liw.fi>
+Homepage: http://liw.fi/coverage-test-runner/
Section: python
Priority: optional
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~),
python-coverage
X-Python-Version: >= 2.6
@@ -10,7 +11,6 @@ X-Python-Version: >= 2.6
Package: python-coverage-test-runner
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-coverage
-Homepage: http://liw.fi/coverage-test-runner/
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