From: Greg Price Date: Fri, 19 Apr 2013 03:17:13 +0000 (-0400) Subject: Port packaging to dh_python2 X-Git-Tag: 0.4.18~11 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/cae69198896188b2c6678e14d4611e26563f38ee Port packaging to dh_python2 --- diff --git a/debian/changelog b/debian/changelog index 9b74add..ca018aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 28 May 2013 20:19:00 -0400 +invirt-remote (0.4.14) unstable; urgency=low + + * Port packaging to dh_python2. + + -- Greg Price 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 diff --git a/debian/control b/debian/control index 4d8bd96..1b94061 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: invirt-remote Section: servers Priority: important Maintainer: Invirt project -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 index 0cfbf08..0000000 --- a/debian/pycompat +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/debian/rules b/debian/rules index e90e462..e80dcb9 100755 --- a/debian/rules +++ b/debian/rules @@ -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