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 48 49 50 51 52
|
Source: network-manager-l2tp
Section: net
Priority: optional
Maintainer: Douglas Kosovic <doug@uq.edu.au>
Build-Depends: debhelper-compat (= 13),
gettext (>= 0.19),
libnm-dev (>= 1.20.0),
libnma-dev,
libnma-gtk4-dev (>= 1.8.33),
ppp-dev,
libsecret-1-dev,
libgtk-3-dev,
libgtk-4-dev (>= 4.0),
libglib2.0-dev,
libgtk-4-bin (>= 4.6.2),
libnss3-dev,
libssl-dev
Standards-Version: 4.6.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,
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, Wi-Fi, 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, Wi-Fi, 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.
|