diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 1eeb883ac..f5da534aa 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.2), libtool, libgmp3-dev, libxml2-dev, libsqlite3-dev, network-manager-dev (>= 0.7) [linux-any], libnm-glib-vpn-dev (>= 0.7) [linux-any], libnm-util-dev (>= 0.7) [linux-any], gperf, libcap-dev [linux-any], dh-autoreconf, pkg-config, - systemd [linux-any], dh-systemd (>= 1.5), iptables-dev + libsystemd-dev [linux-any], dh-systemd (>= 1.5), iptables-dev Homepage: http://www.strongswan.org Package: strongswan @@ -270,7 +270,7 @@ 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 +Package: strongswan-swanctl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version}) Description: strongSwan IPsec client, swanctl command @@ -282,7 +282,8 @@ Description: strongSwan IPsec client, swanctl command Package: charon-systemd Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, + libstrongswan (= ${binary:Version}), strongswan-swanctl 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. |