libgnomeui is long deprecated. There's one functional difference: the choice to save the passwords is gone. The password flags and saved password should be set in the preferences dialog, but this commit does not fix that.
29 lines
1007 B
Plaintext
29 lines
1007 B
Plaintext
Source: network-manager-strongswan
|
|
Section: net
|
|
Priority: extra
|
|
Maintainer: Martin Willi <[email protected]>
|
|
Build-Depends: cdbs,
|
|
debhelper (>= 7),
|
|
libnm (>= 1.1.0),
|
|
libnma-dev (>= 1.1.0),
|
|
network-manager-dev (>= 1.1.0),
|
|
libnm-util-dev (>= 1.1.0),
|
|
libnm-glib-dev (>= 1.1.0),
|
|
libnm-glib-vpn-dev (>= 1.1.0),
|
|
libsecret-1-dev,
|
|
automake,
|
|
Standards-Version: 3.8.3
|
|
|
|
Package: network-manager-strongswan
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, strongswan-nm, network-manager (>= 1.1.0), libnma (>= 1.11.0)
|
|
Description: network management framework (strongSwan plugin)
|
|
NetworkManager attempts to keep an active network connection available at
|
|
all times. It is intended primarily for laptops where it allows easy
|
|
switching between local wireless networks, it's also useful on desktops
|
|
with a selection of different interfaces to use. It is not intended for
|
|
usage on servers.
|
|
.
|
|
This package provides a VPN plugin for strongSwan, providing easy access to
|
|
IKEv2 IPSec VPN's.
|