summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-11-18 19:58:45 +0200
committerLars Wirzenius <liw@liw.fi>2009-11-18 19:58:45 +0200
commit79bf40188e316ed3d4ddd32e0190a5b01ac34233 (patch)
treee4c585cf93634a52d5ecf1f9f8307d061764a22d /debian
parent9bacfa9fec9dcfffc9643ae674405d03f9835ab1 (diff)
downloadcoverage-test-runner-79bf40188e316ed3d4ddd32e0190a5b01ac34233.tar.gz
Make it build correctly, dammit.
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index b2c7e91..fa1123f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,11 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 7.0), python-support (>= 1.0.3), python
-XS-Python-Version: all
+Build-Depends: debhelper (>= 7.0), python-support (>= 1.0.3), python-dev
Package: python-coverage-test-runner
Architecture: all
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
unit tests implemented using the unittest module in the Python standard
diff --git a/debian/rules b/debian/rules
index 659a1bd..a1c37cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --build-system=python-distutils
+ dh $@ --buildsystem=python_distutils
override_dh_auto_clean:
$(MAKE) clean