From: Adam Glasgall Date: Fri, 19 Apr 2013 22:24:20 +0000 (-0400) Subject: port packaging to dh_python2 X-Git-Tag: 0.0.15~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-vnc-server.git/commitdiff_plain/5f9e71659f9e0631647a7494feb2de64756999c0?hp=9dad09631ff778a4dbcf174eaf2a2bb364ecb2f6 port packaging to dh_python2 --- diff --git a/debian/changelog b/debian/changelog index 8adb1b6..a50dffe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-vnc-server (0.0.14~glasgall1) precise; urgency=low + + * Port packaging to dh_python2 + + -- Adam Glasgall Fri, 19 Apr 2013 18:23:58 -0400 + invirt-vnc-server (0.0.13) unstable; urgency=low * Another silly error. diff --git a/debian/control b/debian/control index 8bcb6dc..8f28037 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: base Priority: extra Maintainer: Invirt project Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), - python-all-dev (>=2.3.5-11), python-support (>= 0.5.3), - python-setuptools, python-debian, python-apt + python-all-dev (>=2.6.6.3~), python-setuptools, python-debian, + python-apt Standards-Version: 3.8.0 Package: invirt-vnc-server @@ -13,5 +13,4 @@ Depends: ${python:Depends}, ${misc:Depends}, daemon, python-twisted-core, python-xen-3.2 | python-xen-3.3, openssl, python-openssl Provides: ${python:Provides} -XB-Python-Version: ${python:Versions} Description: Install and enable the VNC 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 ebcb285..adac93c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pysupport +DEB_PYTHON2_MODULE_PACKAGES=invirt-vnc-server include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk