summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-28 11:36:06 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-28 11:36:06 +0100
commit67a226e6cd32764ddb549232cb94422081911ca4 (patch)
treeb7edefce5c47078a3bd0b669b164cbf3025469e4 /debian
parent384842914998fde80b7577087795f03583a1631a (diff)
downloadcoverage-test-runner-67a226e6cd32764ddb549232cb94422081911ca4.tar.gz
Update packaging to use dh_python2.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--debian/pycompat1
-rwxr-xr-xdebian/rules4
4 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 7d2f316..10231a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-coverage-test-runner (1.6-2) UNRELEASED; urgency=low
+
+ * Update packaging to use dh_python2.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 28 Jun 2011 11:35:58 +0100
+
python-coverage-test-runner (1.6-1) unstable; urgency=low
* New upstream version.
diff --git a/debian/control b/debian/control
index a548cd6..16904d8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7.0.50~), python-support (>= 1.0.3),
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~),
python-coverage
X-Python-Version: >= 2.6
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/rules b/debian/rules
index a1c37cb..08cfc85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=python_distutils
+ dh $@ --with=python2 --buildsystem=python_distutils
override_dh_auto_clean:
$(MAKE) clean
- rm -f python-build-stamp-*
+ dh_auto_clean --with=python2 --buildsystem=python_distutils