Port packaging to dh_python2 price
authorAdam Glasgall <adam@crossproduct.net>
Thu, 21 Mar 2013 05:30:54 +0000 (22:30 -0700)
committerAdam Glasgall <adam@crossproduct.net>
Thu, 21 Mar 2013 05:30:54 +0000 (22:30 -0700)
debian/changelog
debian/control
debian/pycompat [deleted file]
debian/pyversions [deleted file]
debian/rules

index 45acfb1..6a1ce8d 100644 (file)
@@ -1,3 +1,9 @@
+invirt-base (0.0.36~glasgall1) precise; urgency=low
+
+  * Port packaging to dh_python2
+
+ -- Adam Glasgall <glasgall@mit.edu>  Wed, 20 Mar 2013 22:29:45 -0700
+
 invirt-base (0.0.35) unstable; urgency=low
 
   * Patch from Austin Chu <eefi@mit.edu> to handle remctl results that are
index cff265d..1ae6067 100644 (file)
@@ -2,7 +2,7 @@ Source: invirt-base
 Section: base
 Priority: extra
 Maintainer: Invirt project <invirt@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), python-all-dev, python-support, python-setuptools, python-debian, python-apt
+Build-Depends: cdbs (>= 0.4.90), debhelper (>= 4.1.0), python-all-dev (>=2.6.6-3), python-setuptools, python-debian, python-apt
 Standards-Version: 3.8.0
 
 Package: invirt-base
@@ -11,7 +11,6 @@ Depends: ${python:Depends}, ${misc:Depends},
  python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>=
  0.2.2), python-pkg-resources, remctl-client, invirt-config
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: Base configuration required for all Invirt servers
  This package includes common files for the Invirt system.
   * apt configuration
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644 (file)
index 0cfbf08..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644 (file)
index b3dc41e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.5-
index 96d7158..bedb3e3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON2_MODULE_PACKAGES=invirt-base
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk