From 79bf40188e316ed3d4ddd32e0190a5b01ac34233 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 18 Nov 2009 19:58:45 +0200 Subject: Make it build correctly, dammit. --- debian/control | 4 +--- debian/rules | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'debian') 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 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 -- cgit v1.2.1