diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2016-02-05 11:50:07 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-02-05 11:50:07 +0100 |
commit | 1efbdd328cdaf1805943d67e98336679e07209de (patch) | |
tree | d39681d56b66b80986e16dadecac0388ee37271b /debian/control | |
parent | eafaadbdef94c639cd6a43f41edc0841a95284ec (diff) | |
download | vyos-strongswan-1efbdd328cdaf1805943d67e98336679e07209de.tar.gz vyos-strongswan-1efbdd328cdaf1805943d67e98336679e07209de.zip |
add charon-swanctl and charon-systemd packages
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ce4e5d2b7..1eeb883ac 100644 --- a/debian/control +++ b/debian/control @@ -269,3 +269,22 @@ Description: standalone IPsec client . This package contains the charon-cmd command, which can be used as a client to connect to a remote IKE daemon. + +Package: charon-swanctl +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version}) +Description: strongSwan IPsec client, swanctl command + 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 swanctl interface, used to configure a running + charon daemon + +Package: charon-systemd +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version}) +Description: strongSwan IPsec client, systemd support + 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-systemd files. |