1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: network-manager-l2tp
Section: net
Priority: optional
Maintainer: Douglas Kosovic <doug@uq.edu.au>
Build-Depends: debhelper-compat (= 12),
intltool,
libnm-dev (>= 1.2.0),
libnma-dev (>= 1.2.0),
ppp-dev (>= 2.4.7-1+1),
libsecret-1-dev (>= 0.18),
libgtk-3-dev (>= 3.4),
libglib2.0-dev (>= 2.32)
Standards-Version: 4.4.1
Rules-Requires-Root: no
Vcs-Git: https://github.com/nm-l2tp/debian.git
Vcs-Browser: https://github.com/nm-l2tp/debian.git
Homepage: https://github.com/nm-l2tp/NetworkManager-l2tp
Package: network-manager-l2tp
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends},
network-manager (>= 1.2.0),
xl2tpd,
strongswan | libreswan
Description: network management framework (L2TP plugin core)
NetworkManager is a system network service that manages your network devices
and connections, attempting to keep active network connectivity when
available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
devices, and provides VPN integration with a variety of different VPN
services.
.
This package provides a VPN plugin for L2TP with optional IPsec support.
Package: network-manager-l2tp-gnome
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends},
network-manager-l2tp (= ${binary:Version})
Description: network management framework (L2TP plugin GNOME GUI)
NetworkManager is a system network service that manages your network devices
and connections, attempting to keep active network connectivity when
available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
devices, and provides VPN integration with a variety of different VPN
services.
.
This package provides the GNOME bits of NetworkManager's L2TP plugin.
|