Port packaging to dh_python2
authorGreg Price <price@mit.edu>
Fri, 19 Apr 2013 03:17:13 +0000 (23:17 -0400)
committerAlexander Chernyakhovsky <achernya@mit.edu>
Fri, 31 May 2013 22:33:20 +0000 (18:33 -0400)
debian/changelog
debian/control
debian/pycompat [deleted file]
debian/rules

index 9b74add..ca018aa 100644 (file)
@@ -1,9 +1,15 @@
-invirt-remote (0.4.14) unstable; urgency=low
+invirt-remote (0.4.16) unstable; urgency=low
 
   * Make invirt-lvm lvcreate-all use sqlalchemy correctly
 
  -- Peter A. Iannucci <iannucci@mit.edu>  Tue, 28 May 2013 20:19:00 -0400
 
+invirt-remote (0.4.14) unstable; urgency=low
+
+  * Port packaging to dh_python2.
+
+ -- Greg Price <price@mit.edu>  Thu, 18 Apr 2013 23:16:54 -0400
+
 invirt-remote (0.4.13) unstable; urgency=low
 
   * Make the listvms remctl include domains that get stuck in pygrub
index 4d8bd96..1b94061 100644 (file)
@@ -2,8 +2,8 @@ Source: invirt-remote
 Section: servers
 Priority: important
 Maintainer: Invirt project <invirt@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5),
- python-all-dev (>=2.3.5-11), python-support (>= 0.5.3),
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5),
+ python-all-dev (>=2.6.6-3~),
  python-setuptools, python-debian, python-apt
 Standards-Version: 3.8.0
 
@@ -15,7 +15,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  daemon, invirt-kerberos-config, fuse-utils, openssh-server,
  python-routefs, invirt-database, invirt-base, remctl-server,
  remctl-client
-XB-Python-Version: ${python:Versions}
 Description: Invirt remote-control server
  This package should be installed to set up the remote-control server.
 
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644 (file)
index 0cfbf08..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2
index e90e462..e80dcb9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON2_MODULE_PACKAGES=invirt-remote-server invirt-remote-host
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk