diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-11-26 22:53:07 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-11-26 22:53:35 +0100 |
commit | 44f175d8d82987c202c8e9930426fe8f0455db3b (patch) | |
tree | 9e950473115745b3b4828081e02b59f41affe594 /debian/control | |
parent | afa50969bdb271baa85c1df237e572569fa521ff (diff) | |
download | vyos-strongswan-44f175d8d82987c202c8e9930426fe8f0455db3b.tar.gz vyos-strongswan-44f175d8d82987c202c8e9930426fe8f0455db3b.zip |
Add breaks/replaces to fix upgrades from Squeeze (bug #681312)
* debian/control:
- add Breaks/Replaces strongswan-ikev2 on libstrongswan because of moved
plugins.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ca15887c0..8751c213d 100644 --- a/debian/control +++ b/debian/control @@ -35,6 +35,8 @@ Package: libstrongswan Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, openssl Conflicts: strongswan (<< 4.2.12-1) +Breaks: strongswan-ikev2 (<< 4.6.4) +Replaces: strongswan-ikev2 (<< 4.6.4) Description: strongSwan utility and crypto library 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). |