summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2016-02-05 11:50:07 +0100
committerYves-Alexis Perez <corsac@debian.org>2016-02-05 11:50:07 +0100
commit1efbdd328cdaf1805943d67e98336679e07209de (patch)
treed39681d56b66b80986e16dadecac0388ee37271b
parenteafaadbdef94c639cd6a43f41edc0841a95284ec (diff)
downloadvyos-strongswan-1efbdd328cdaf1805943d67e98336679e07209de.tar.gz
vyos-strongswan-1efbdd328cdaf1805943d67e98336679e07209de.zip
add charon-swanctl and charon-systemd packages
-rw-r--r--debian/changelog1
-rw-r--r--debian/control19
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.