summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-11-18 19:40:51 +0200
committerLars Wirzenius <liw@liw.fi>2009-11-18 19:40:51 +0200
commit60fcac77e50800fa55963700ca34f494aea07d6b (patch)
treecb7066ed48c4b42e9f0e2b40d306fbc440387f6a /debian/control
parent771f44dcd16685ee4ab1dd6f51ae90a4696a0fed (diff)
downloadcoverage-test-runner-60fcac77e50800fa55963700ca34f494aea07d6b.tar.gz
Switch rules file to dh, and assorted changes.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index a76bf62..b2c7e91 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,12 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.8.0
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38),
- python-central (>= 0.5.6), python
+Build-Depends: debhelper (>= 7.0), python-support (>= 1.0.3), python
XS-Python-Version: all
Package: python-coverage-test-runner
Architecture: all
-Depends: ${python:Depends}, python-coverage
+Depends: ${misc:Depends}, ${python:Depends}, python-coverage
XB-Python-Version: ${python:Versions}
Description: fail Python program unit tests unless they test everything
This package contains the Python module CoverageTestRunner, which runs