diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-10-19 16:46:07 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-10-19 16:46:07 +0200 |
commit | 745cb3e75fbcd8bc70e8b5f55a91ae2c8a274688 (patch) | |
tree | 63b240c667b5cc49db80892061f6cb64ad19fac8 /debian | |
parent | 618cdc83a8824299d5c4eb8fb445743dc40a17bc (diff) | |
download | vyos-strongswan-745cb3e75fbcd8bc70e8b5f55a91ae2c8a274688.tar.gz vyos-strongswan-745cb3e75fbcd8bc70e8b5f55a91ae2c8a274688.zip |
Remove transitional packages
* debian/control:
- remove strongswan-ike{,v1,v2} packages. closes: #878979
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 39 |
2 files changed, 7 insertions, 39 deletions
diff --git a/debian/changelog b/debian/changelog index 1bd0469cd..a7b39668f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +strongswan (5.6.0-3) UNRELEASED; urgency=medium + + * debian/control: + - remove strongswan-ike{,v1,v2} packages. closes: #878979 + + -- Yves-Alexis Perez <corsac@debian.org> Thu, 19 Oct 2017 16:45:36 +0200 + strongswan (5.6.0-2) unstable; urgency=medium * debian/rules: diff --git a/debian/control b/debian/control index f4f83b27c..34ed03428 100644 --- a/debian/control +++ b/debian/control @@ -240,19 +240,6 @@ Description: strongSwan Internet Key Exchange daemon It is written from scratch using a fully multi-threaded design and a modular architecture. Various plugins can provide additional functionality. -Package: strongswan-ike -Architecture: all -Section: oldlibs -Priority: extra -Depends: strongswan-charon, ${misc:Depends}, ${shlibs:Depends} -Description: strongSwan Internet Key Exchange daemon (transitional package) - The strongSwan VPN suite uses the native IPsec stack in the standard - Linux kernel. It supports both the IKEv1 and IKEv2 protocols. - . - This package used to install version 5 of the charon daemon and has been - replaced by the strongswan-charon package. This package can be safely removed - once it's installed. - Package: strongswan-nm Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends} @@ -267,32 +254,6 @@ Description: strongSwan plugin to interact with NetworkManager in conjunction with the network-manager-strongswan package, providing a simple graphical frontend to configure IPsec based VPNs. -Package: strongswan-ikev1 -Architecture: all -Depends: strongswan-ike, ${misc:Depends} -Section: oldlibs -Priority: extra -Description: strongSwan IKEv1 daemon, transitional package - The strongSwan VPN suite uses the native IPsec stack in the standard - Linux kernel. It supports both the IKEv1 and IKEv2 protocols. - . - This package used to install the pluto daemon, implementing the IKEv1 - protocol. It has been replaced by charon in the strongswan-ike package, so - this package can be safely removed once it's installed. - -Package: strongswan-ikev2 -Architecture: all -Depends: strongswan-ike, ${misc:Depends} -Section: oldlibs -Priority: extra -Description: strongSwan IKEv2 daemon, transitional package - The strongSwan VPN suite uses the native IPsec stack in the standard - Linux kernel. It supports both the IKEv1 and IKEv2 protocols. - . - 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: libstrongswan (= ${binary:Version}), |