File: control

package info (click to toggle)
connman 1.44-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,264 kB
  • sloc: ansic: 101,460; sh: 4,985; python: 2,256; makefile: 488
file content (151 lines) | stat: -rw-r--r-- 5,709 bytes parent folder | download | duplicates (2)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
Source: connman
Maintainer: Dylan Aïssi <daissi@debian.org>
Uploaders: Alexander Sack <asac@debian.org>,
           Alf Gaida <agaida@siduction.org>,
           Vignesh Raman <vignesh.raman@collabora.com>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-ppp,
               dh-sequence-python3,
               gtk-doc-tools,
               libbluetooth-dev,
               libdbus-1-dev,
               libglib2.0-dev,
               libgnutls28-dev,
               libmnl-dev,
               libopenconnect-dev,
               libreadline-dev,
               libudev-dev,
               libxtables-dev,
               pkgconf,
               ppp-dev,
               systemd-dev,
               wpasupplicant
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/connman
Vcs-Git: https://salsa.debian.org/debian/connman.git
Homepage: https://git.kernel.org/pub/scm/network/connman/connman.git

Package: connman
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: dbus,
         iptables,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: bluez,
            ofono,
            wpasupplicant | iwd
Suggests: connman-vpn
Description: Intel Connection Manager daemon
 The Linux Connection Manager project provides a daemon for managing
 Internet connections within embedded devices running the Linux
 operating system. The Connection Manager is designed to be slim and to
 use as few resources as possible. It is fully modular system that
 can be extended through plug-ins. The plug-in approach allows for
 easy adaption and modification for various use cases.
 .
 ConnMan provies IPv4 and IPv6 connectivity via:
  * ethernet
  * Wi-Fi, using wpasupplicant
  * Cellular, using oFono
  * Bluetooth, using bluez
 .
 ConnMan implements DNS resolving and caching, DHCP clients for both IPv4 and
 IPv6, link-local IPv4 address handling and tethering (IP connection sharing)
 to clients via USB, ethernet, Wi-Fi, cellular and Bluetooth.
 .
 This package contains the connman daemon and its plugins.

Package: connman-vpn
Architecture: linux-any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: connman (= ${source:Version}),
            xl2tpd
Breaks: ${misc:Breaks}
Description: Intel Connection Manager daemon - VPN daemon
 The Linux Connection Manager project provides a daemon for managing
 Internet connections within embedded devices running the Linux
 operating system. The Connection Manager is designed to be slim and to
 use as few resources as possible. It is fully modular system that
 can be extended through plug-ins. The plug-in approach allows for
 easy adaption and modification for various use cases.
 .
 ConnMan provies IPv4 and IPv6 connectivity via:
  * ethernet
  * Wi-Fi, using wpasupplicant
  * Cellular, using oFono
  * Bluetooth, using bluez
 .
 ConnMan implements DNS resolving and caching, DHCP clients for both IPv4 and
 IPv6, link-local IPv4 address handling and tethering (IP connection sharing)
 to clients via USB, ethernet, Wi-Fi, cellular and Bluetooth.
 .
 This package contains the connman VPN daemon. ConnMan VPN daemon manages
 VPNs on behalf of connmand and start and stops various VPN client
 applications. The VPN daemon can also be run standalone without connmand.

Package: connman-dev
Architecture: linux-any
Multi-Arch: same
Section: devel
Depends: libdbus-1-dev,
         libglib2.0-dev,
         ${misc:Depends}
Description: Development files for connman
 The Linux Connection Manager project provides a daemon for managing
 Internet connections within embedded devices running the Linux
 operating system. The Connection Manager is designed to be slim and to
 use as few resources as possible. It is fully modular system that
 can be extended through plug-ins. The plug-in approach allows for
 easy adaption and modification for various use cases.
 .
 ConnMan provies IPv4 and IPv6 connectivity via:
  * ethernet
  * Wi-Fi, using wpasupplicant
  * Cellular, using oFono
  * Bluetooth, using bluez
 .
 ConnMan implements DNS resolving and caching, DHCP clients for both IPv4 and
 IPv6, link-local IPv4 address handling and tethering (IP connection sharing)
 to clients via USB, ethernet, Wi-Fi, cellular and Bluetooth.
 .
 This package contains headers, pkg-config support mainly useful for
 developing connman plugins.

Package: connman-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: connman-dev
Description: ConnMan documentation
 The Linux Connection Manager project provides a daemon for managing
 Internet connections within embedded devices running the Linux
 operating system.
 .
 This package contains the connman API documentation.
 .
 See the connman description for more information regarding connman.

Package: connman-tests
Architecture: all
Depends: python3-dbus,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Intel Connection Manager daemon -- test scripts
 The Linux Connection Manager project provides a daemon for managing
 Internet connections within embedded devices running the Linux
 operating system. The Connection Manager is designed to be slim and to
 use as few resources as possible, so it can be easily integrated in
 other Moblin-based embedded systems. It is fully modular system that
 can be extended through plug-ins, to support all kinds of wired or
 wireless technologies. Also, configuration methods like DHCP and
 domain name resolving are implemented using plug-ins. The plug-in
 approach allows for easy adaption and modification for various use cases.
 .
 This package contains the connman test scripts