From 861aad093bf6adbe3a2b14c97806d43a11722614 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Tue, 16 Apr 2013 21:46:43 -0400 Subject: [PATCH] port packaging to dh_python2 --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/pyversions | 1 - debian/rules | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 debian/pyversions diff --git a/debian/changelog b/debian/changelog index 1b5cbd8..28d1e84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-dev (0.1.24~glasgall3) precise; urgency=low + + * Port packaging to dh_python2 + + -- Adam Glasgall Tue, 16 Apr 2013 21:46:24 -0400 + invirt-dev (0.1.24~glasgall2) precise; urgency=low * No-change rebuild to see if it'll help invirtibuilder pick up the diff --git a/debian/control b/debian/control index 8401a8b..9aba64b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: invirt-dev Section: servers Priority: important Maintainer: Invirt project -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), python-all-dev, python-support, python-setuptools, python-debian, python-apt +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), python-all-dev (>=2.6.6-3), python-setuptools, python-debian, python-apt Standards-Version: 3.7.2 Package: invirt-dev diff --git a/debian/pyversions b/debian/pyversions deleted file mode 100644 index b3dc41e..0000000 --- a/debian/pyversions +++ /dev/null @@ -1 +0,0 @@ -2.5- diff --git a/debian/rules b/debian/rules index 7f3b99b..5d6bbae 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pysupport +DEB_PYTHON2_MODULE_PACKAGES = invirt-dev # We use --no-start instead of letting dh_installinit do its thing # because, in the postinst, dh_installinit's automatically added code -- 1.7.9.5