diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-03-05 09:57:08 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-03-05 09:57:08 +0100 |
commit | 4eb894c612261cae409a248eef0535a4fa9a9e8f (patch) | |
tree | 3bc56ea61a26437c469db44c6bb1c21272910981 /debian/control | |
parent | 369f941bfaa39bcc2cf0db8d5ae2b5cfcb2b4183 (diff) | |
download | vyos-strongswan-4eb894c612261cae409a248eef0535a4fa9a9e8f.tar.gz vyos-strongswan-4eb894c612261cae409a248eef0535a4fa9a9e8f.zip |
Conflicts against openSwan
* debian/control:
- add conflicts against openSwan. closes: #740808
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d0efb0e17..119ff8ace 100644 --- a/debian/control +++ b/debian/control @@ -176,7 +176,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version}), adduser Recommends: strongswan-charon -Conflicts: strongswan (<< 4.2.12-1) +Conflicts: strongswan (<< 4.2.12-1), openswan Description: strongSwan daemon starter and configuration file parser The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. |