summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2014-02-01 14:02:39 +0100
committerYves-Alexis Perez <corsac@debian.org>2014-02-02 14:40:30 +0100
commitc4f8572c895447aaff9de350630e6baf96ceffbd (patch)
treee8eddf1f101b16a914823a76cf58c08231baf3c6 /debian/control
parent91459584c2d3ef702b4402bacde01ed86e2b8b19 (diff)
downloadvyos-strongswan-c4f8572c895447aaff9de350630e6baf96ceffbd.tar.gz
vyos-strongswan-c4f8572c895447aaff9de350630e6baf96ceffbd.zip
split charon-cmd to a standalone package.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index af9b60ca8..2d590ce2a 100644
--- a/debian/control
+++ b/debian/control
@@ -122,3 +122,15 @@ Description: strongSwan IKEv2 daemon, transitional package
This package used to install the charon daemon, implementing the IKEv2
protocol. It has been replaced the strongswan-ike package, so it can be safely
removed.
+
+Package: charon-cmd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version})
+Breaks: strongswan-ike (<= 5.1.1-1)
+Replaces: strongswan-ike (<= 5.1.1-1)
+Description: standalone IPsec client
+ The strongSwan VPN suite uses the native IPsec stack in the standard
+ Linux kernel. It supports both the IKEv1 and IKEv2 protocols.
+ .
+ This package contains the charon-cmd command, which can be used as a client to
+ connect to a remote IKE daemon.