From d63c8c13b6a694693d64b638867e6a60a38b7841 Mon Sep 17 00:00:00 2001 From: David Rabel Date: Wed, 24 Jan 2018 14:58:11 +0100 Subject: [PATCH] Suggests instead of recommends python-nova (Closes: #867389) --- debian/changelog | 7 +++++++ debian/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c743da3d..0fd9e42e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +novnc (1:0.4+dfsg+1+20131010+gitf68af8af3d-7) UNRELEASED; urgency=medium + + [David Rabel] + * Suggests instead of recommends python-nova (Closes: #867389). + + -- David Rabel Wed, 24 Jan 2018 14:55:07 +0100 + novnc (1:0.4+dfsg+1+20131010+gitf68af8af3d-6) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index 428d5561..b96a27df 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Depends: adduser, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, -Recommends: python-nova, +Suggests: python-nova, Description: HTML5 VNC client - daemon and programs noVNC is a HTML5 VNC (WebSockets, Canvas) with encryption (wss://) support client that runs well in any modern browser including mobile browsers @@ -42,7 +42,7 @@ Depends: python, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, -Recommends: python-nova, +Suggests: python-nova, Description: HTML5 VNC client - libraries noVNC is a HTML5 VNC (WebSockets, Canvas) with encryption (wss://) support client that runs well in any modern browser including mobile browsers -- GitLab