From 2d92be156a35de6c748d9093f34044c5aabe9f3b Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Thu, 21 Mar 2013 21:03:36 -0700 Subject: [PATCH] port packaging to dh_python2 --- debian/changelog | 6 ++++++ debian/control | 7 +++---- debian/pycompat | 1 - debian/pyversions | 1 - debian/rules | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 debian/pycompat delete mode 100644 debian/pyversions diff --git a/debian/changelog b/debian/changelog index 4fd5190..c07dc1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-database (0.2.8~glasgall1) precise; urgency=low + + * Port packaging to dh_python2 + + -- Adam Glasgall Thu, 21 Mar 2013 21:02:57 -0700 + invirt-database (0.2.7) unstable; urgency=low * Add a new type of autoinstall - a preseeded Debian autoinstall. diff --git a/debian/control b/debian/control index a3369d7..4d45eea 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: invirt-database Section: net Priority: extra Maintainer: Invirt project -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), - config-package-dev, postgresql-8.3, python-all-dev (>=2.3.5-11), - python-support (>= 0.5.3), python-setuptools, python-debian, +Build-Depends: cdbs (>= 0.4.90), debhelper (>= 4.2.0), + config-package-dev, postgresql-8.3, python-all-dev (>=2.6.6-3), + python-setuptools, python-debian, python-apt Standards-Version: 3.8.0 @@ -13,7 +13,6 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-sqlalchemy, python-psycopg2 Provides: ${python:Provides} -XB-Python-Version: ${python:Versions} Description: Installs the Invirt database schema files This contains the Python modules to access the Invirt database 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/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 627e07d..e4d04b3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pysupport +DEB_PYTHON2_MODULE_PACKAGES = invirt-database DEB_DIVERT_EXTENSION = .invirt -- 1.7.9.5