From 45db766ec73526e227ea05e4c2a74e839a242642 Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Fri, 15 Nov 2019 15:59:30 +0100 Subject: [PATCH] d/control: strongswan-starter hard-depends on strongswan-charon, therefore bump the dependency from Recommends to Depends. At the same time avoid a circular dependency by droppign strongswan-charon->strongswan-starter from Depends to Recommends as the binaries can work without the services but not vice versa. Signed-off-by: Christian Ehrhardt --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0ff2149dc..65f90d612 100644 --- a/debian/control +++ b/debian/control @@ -207,9 +207,9 @@ Architecture: any Depends: adduser, libstrongswan (= ${binary:Version}), lsb-base (>= 3.0-6), + strongswan-charon, ${misc:Depends}, ${shlibs:Depends} -Recommends: strongswan-charon Conflicts: openswan Description: strongSwan daemon starter and configuration file parser The strongSwan VPN suite uses the native IPsec stack in the standard @@ -248,9 +248,9 @@ Architecture: any Pre-Depends: debconf | debconf-2.0 Depends: iproute2 [linux-any] | iproute [linux-any], libstrongswan (= ${binary:Version}), - strongswan-starter, ${misc:Depends}, ${shlibs:Depends} +Recommends: strongswan-starter, Provides: ike-server Description: strongSwan Internet Key Exchange daemon The strongSwan VPN suite uses the native IPsec stack in the standard -- GitLab