From b2164a820e635cc1231d82e693eadec544e476e0 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Sat, 20 Apr 2013 14:37:30 -0400 Subject: [PATCH] fix python-xen dependency --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a50dffe..b967021 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-vnc-server (0.0.14~glasgall2) precise; urgency=low + + * Replace dependency on python-xen-3.3 with xen-utils-4.1, as the latter + Replaces: the former. + + -- Adam Glasgall Sat, 20 Apr 2013 14:36:49 -0400 + invirt-vnc-server (0.0.14~glasgall1) precise; urgency=low * Port packaging to dh_python2 diff --git a/debian/control b/debian/control index 8f28037..2ad384d 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Standards-Version: 3.8.0 Package: invirt-vnc-server Architecture: all Depends: ${python:Depends}, ${misc:Depends}, daemon, - python-twisted-core, python-xen-3.2 | python-xen-3.3, openssl, + python-twisted-core, xen-utils-4.1, openssl, python-openssl Provides: ${python:Provides} Description: Install and enable the VNC server -- 1.7.9.5