File: control

package info (click to toggle)
network-manager-vpnc 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,424 kB
  • sloc: ansic: 7,150; sh: 5,130; makefile: 243; sed: 16; xml: 6
file content (51 lines) | stat: -rw-r--r-- 2,065 bytes parent folder | download
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
Source: network-manager-vpnc
Section: net
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 13),
               gettext (>= 0.19),
               pkgconf,
               libnm-dev (>= 1.2.0),
               libnma-dev (>= 1.2.0),
               libnma-gtk4-dev (>= 1.8.33),
               libsecret-1-dev (>= 0.18),
               libgtk-3-dev (>= 3.4),
               libgtk-4-dev (>= 4.0),
               libgtk-4-bin (>= 4.0),
               libglib2.0-dev (>= 2.34)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/utopia-team/network-manager-vpnc.git
Vcs-Browser: https://salsa.debian.org/utopia-team/network-manager-vpnc
Homepage: https://networkmanager.dev

Package: network-manager-vpnc
Architecture: linux-any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         network-manager,
         vpnc
Description: network management framework (VPNC 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 vpnc, providing easy access to Cisco
 Concentrator based VPN's.

Package: network-manager-vpnc-gnome
Architecture: linux-any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         network-manager-vpnc (= ${binary:Version})
Description: network management framework (VPNC 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 VPNC plugin.