Before this patch all debug symbols were stripped off and simply discarded. GDB without debug symbols is barely usable, but at the same time distributing binaries with debug symbols would drastically increase strongswan/libstrongswan package size. Instead of discarding debug symbols, it would be better to strip them off into a dedicated debian package. So that, if needed, one could still install them and use GDB. Signed-off-by: Ansis Atteka <aatteka@nicira.com>
62 lines
2.4 KiB
Plaintext
62 lines
2.4 KiB
Plaintext
Source: strongswan
|
|
Section: net
|
|
Priority: extra
|
|
Maintainer: Martin Willi <martin@strongswan.org>
|
|
Standards-Version: 3.9.2
|
|
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
|
|
Homepage: http://www.strongswan.org
|
|
|
|
Package: strongswan
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: IPsec VPN solution.
|
|
strongSwan is a 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).
|
|
It supports both, the IKEv1 and the newer IKEv2 protocols.
|
|
.
|
|
This package contains the IKEv1/IKEv2 keying daemon charon and command line
|
|
configuration backend.
|
|
|
|
Package: strongswan-tools
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Additional command line tools for strongSwan.
|
|
This packages provides pki and other strongSwan utilities.
|
|
|
|
Package: strongswan-nm
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (>= 0.9)
|
|
Description: strongSwan plugin to interact with NetworkManager
|
|
This plugin provides an interface which allows NetworkManager to configure
|
|
and control the IKEv2 daemon directly through DBUS. It is designed to work
|
|
in conjunction with the network-manager-strongswan package, providing
|
|
a simple graphical frontend to configure IPsec based VPNs.
|
|
|
|
Package: libstrongswan
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: strongSwan utility and crypto library
|
|
libstrongswan is the underlying library of charon and other strongSwan
|
|
components. It is built in a modular way and is extendable through various
|
|
plugins.
|
|
|
|
Package: libstrongswan-dev
|
|
Architecture: any
|
|
Priority: optional
|
|
Depends: ${misc:Depends}, libstrongswan (=${binary:Version})
|
|
Section: devel
|
|
Description: strongSwan development headers
|
|
C header files to develop with libstrongswan.
|
|
|
|
Package: strongswan-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: ${misc:Depends}, strongswan, libstrongswan
|
|
Description: strongSwan library and binaries - debugging symbols
|
|
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).
|
|
It supports both IKEv1 and the newer IKEv2 protocols.
|
|
.
|
|
This package provides the symbols needed for debugging of strongswan.
|