diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ebd4654eb..7ffaa6e28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ strongswan (5.3.5-2) UNRELEASED; urgency=medium - enable systemd and swanctl. closes: #813788 * debian/control: - drop strongswan-dbg package. + - add charon-swanctl and charon-systemd packages -- Yves-Alexis Perez <corsac@debian.org> Mon, 11 Jan 2016 14:50:14 +0100 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. |