From 7392a9817d02f7f5f473730fd3ad591529ad55b7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 18:11:22 +0200 Subject: [PATCH] fixup libspice* dependencies we only corrected the build-dep, but not the installation one, so fix this up and bump the version while we're at it - ensures we have relevant security fixes available Signed-off-by: Thomas Lamprecht --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 42552e0..e9d9baf 100644 --- a/debian/control +++ b/debian/control @@ -18,10 +18,10 @@ Build-Depends: autotools-dev, libpixman-1-dev, librbd-dev (>= 0.48), libsdl1.2-dev, - libspice-protocol-dev (>= 0.12.5), + libspice-protocol-dev (>= 0.12.14~), libusb-1.0-0-dev (>= 1.0.17-1), libusbredirparser-dev (>= 0.6-2), - libspice-server-dev (>= 0.12.5-1), + libspice-server-dev (>= 0.14.0~), quilt, texi2html, texinfo, @@ -44,7 +44,7 @@ Depends: ceph-common (>= 0.48), libusbredirparser1 (>= 0.6-2), libuuid1, numactl, - pve-libspice-server1 (>= 0.12.5-1), + libspice-server1 (>= 0.14.0~), python, ${misc:Depends}, ${shlibs:Depends},