diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bad75a3c8..f826fbc0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,7 +15,8 @@ strongswan (5.0.1-1) UNRELEASED; urgency=low - don't special-case XAuth on kFreeBSD anymore. * debian/control: - drop strongswan-ikev1 package - - rename strongswan-ikev2 package to strongswan-ike for now. + - rename strongswan-ikev2 package to strongswan-ike for now and makes it + replace strongswan-ikev1 and strongswan-ikev2. - rephrase long description to remove references to pluto. * debian/strongswan-ikev1.install removed. * debian/strongswan-ikev2.* renamed to strongswan-ike. diff --git a/debian/control b/debian/control index 75000a79d..f22d47250 100644 --- a/debian/control +++ b/debian/control @@ -82,6 +82,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, Suggests: curl Provides: ike-server Conflicts: freeswan (<< 2.04-12), openswan, strongswan (<< 4.2.12-1) +Replaces: strongswan-ikev1, strongswan-ikev2 Description: strongSwan Internet Key Exchange (v2) daemon StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the native IPsec stack and runs on any recent 2.6 kernel (no patching required). |