control 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Source: strongswan
  2. Section: net
  3. Priority: extra
  4. Maintainer: Martin Willi <martin@strongswan.org>
  5. Standards-Version: 3.9.2
  6. Build-Depends: debhelper (>= 7.0.0), libssl-dev (>= 0.9.8), libcap-dev, network-manager-dev (>= 0.9), libnm-glib-dev (>= 0.9), libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl4-nss-dev, libldap2-dev, libmysqlclient-dev, libsqlite3-dev
  7. Homepage: http://www.strongswan.org
  8. Package: strongswan
  9. Architecture: any
  10. Depends: ${shlibs:Depends}, ${misc:Depends}
  11. Description: IPsec VPN solution.
  12. strongSwan is a IPsec based VPN solution for the Linux kernel. It uses the
  13. native IPsec stack and runs on any recent 2.6 kernel (no patching required).
  14. It supports both, the IKEv1 and the newer IKEv2 protocols.
  15. .
  16. This package contains the IKEv1/IKEv2 keying daemon charon and command line
  17. configuration backend.
  18. Package: strongswan-tools
  19. Architecture: any
  20. Depends: ${shlibs:Depends}, ${misc:Depends}
  21. Description: Additional command line tools for strongSwan.
  22. This packages provides pki and other strongSwan utilities.
  23. Package: strongswan-nm
  24. Architecture: any
  25. Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (>= 0.9)
  26. Description: strongSwan plugin to interact with NetworkManager
  27. This plugin provides an interface which allows NetworkManager to configure
  28. and control the IKEv2 daemon directly through DBUS. It is designed to work
  29. in conjunction with the network-manager-strongswan package, providing
  30. a simple graphical frontend to configure IPsec based VPNs.
  31. Package: libstrongswan
  32. Architecture: any
  33. Depends: ${shlibs:Depends}, ${misc:Depends}
  34. Description: strongSwan utility and crypto library
  35. libstrongswan is the underlying library of charon and other strongSwan
  36. components. It is built in a modular way and is extendable through various
  37. plugins.
  38. Package: libstrongswan-dev
  39. Architecture: any
  40. Priority: optional
  41. Depends: ${misc:Depends}, libstrongswan (=${binary:Version})
  42. Section: devel
  43. Description: strongSwan development headers
  44. C header files to develop with libstrongswan.
  45. Package: strongswan-dbg
  46. Architecture: any
  47. Section: debug
  48. Priority: extra
  49. Depends: ${misc:Depends}, strongswan, libstrongswan
  50. Description: strongSwan library and binaries - debugging symbols
  51. StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the
  52. native IPsec stack and runs on any recent 2.6 kernel (no patching required).
  53. It supports both IKEv1 and the newer IKEv2 protocols.
  54. .
  55. This package provides the symbols needed for debugging of strongswan.