From 2857f03239df7a4d19f38041208115156eff8f69 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 19 Apr 2010 18:22:27 -0400 Subject: [PATCH] Add missing python-openssl dependency to invirt-vnc-server. svn path=/trunk/packages/invirt-vnc-server/; revision=2998 --- debian/changelog | 6 ++++++ debian/control | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 60db452..1cbcba0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-vnc-server (0.0.10) unstable; urgency=low + + * Add missing dependency on python-openssl. + + -- Evan Broder Mon, 19 Apr 2010 18:20:55 -0400 + invirt-vnc-server (0.0.9) unstable; urgency=low * Prepare for a Xen 3.3 world by allowing either 3.2 or 3.3 packages. diff --git a/debian/control b/debian/control index efc1552..8bcb6dc 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ 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, 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 -- 1.7.9.5