summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-03 19:05:10 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-03 19:05:10 +0100
commitc6f594415f2546d40c4facc3ce932bf41d59b77b (patch)
tree1a5bc009cf68201c883a5cce021c50a18bf06342
parent1a9a9b45c18e3d33dde150443d7c9b9a9d77aff1 (diff)
downloadcoverage-test-runner-c6f594415f2546d40c4facc3ce932bf41d59b77b.tar.gz
Add Homepage: field to Debian packaging.
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 309a0b9..a548cd6 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ 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