summaryrefslogtreecommitdiff
path: root/debian
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
parent771f44dcd16685ee4ab1dd6f51ae90a4696a0fed (diff)
downloadcoverage-test-runner-60fcac77e50800fa55963700ca34f494aea07d6b.tar.gz
Switch rules file to dh, and assorted changes.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat2
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules10
4 files changed, 10 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 75ec5a6..e2fd3a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-python-coverage-test-runner (1.2~unreleased1) unstable; urgency=low
+python-coverage-test-runner (1.2) unstable; urgency=low
- * Pending new upstream version.
+ * New upstream version.
-- Lars Wirzenius <liw@liw.fi> Wed, 30 Sep 2009 11:41:11 +0300
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
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
diff --git a/debian/rules b/debian/rules
index 618f8e8..659a1bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
+%:
+ dh $@ --build-system=python-distutils
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-clean::
+override_dh_auto_clean:
$(MAKE) clean
+ rm -f python-build-stamp-*
+