From 67a226e6cd32764ddb549232cb94422081911ca4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 28 Jun 2011 11:36:06 +0100 Subject: Update packaging to use dh_python2. --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/pycompat | 1 - debian/rules | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 debian/pycompat (limited to 'debian') 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 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 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 -- cgit v1.2.1