source: pkg/frankie/main/network-manager/trunk/debian/control @ 6322

Revision 6322, 7.7 KB checked in by alanbach-guest, 3 years ago (diff)
  • Sync'd with Debian 0.7.999-3
    • managed=true in nm-system-settings.conf
Line 
1Source: network-manager
2Section: net
3Priority: optional
4Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
5Uploaders: Michael Biebl <biebl@debian.org>
6Build-Depends:
7 debhelper (>= 7),
8 cdbs,
9 autotools-dev,
10 pkg-config,
11 intltool,
12 quilt,
13 libdbus-glib-1-dev (>= 0.75),
14 libdbus-1-dev (>= 1.1),
15 libiw-dev(>= 27+28pre9),
16 libglib2.0-dev (>= 2.18),
17 libnl-dev (>= 1.0~pre8),
18 ppp-dev,
19 libpolkit-gobject-1-dev,
20 libgnutls-dev,
21 uuid-dev,
22 libudev-dev,
23 libgudev-1.0-dev
24Standards-Version: 3.8.4
25Vcs-Svn: svn://svn.debian.org/pkg-utopia/packages/unstable/networkmanager/
26Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/
27Homepage: http://www.gnome.org/projects/NetworkManager/
28
29Package: network-manager
30Architecture: any
31Depends:
32 ${shlibs:Depends},
33 ${misc:Depends},
34 lsb-base (>= 3.2-14),
35 wpasupplicant (>= 0.6.2-1),
36 dbus (>= 1.1.2),
37 udev,
38 ifupdown,
39 adduser,
40 dhcp3-client
41Recommends:
42 network-manager-gnome | network-manager-kde,
43 policykit-1,
44 ppp,
45 dnsmasq-base,
46 iptables,
47 modemmanager
48Suggests: avahi-autoipd
49Conflicts:
50 network-manager-gnome (<< 0.6.5-1),
51 network-manager-pptp (<< 0.7~~)
52Replaces:
53 network-manager-gnome (<< 0.6.5-1),
54 network-manager-pptp (<< 0.7~~)
55Breaks:
56 network-manager-gnome (<< 0.7~~),
57 network-manager-kde (<< 1:0.9~~),
58 network-manager-openvpn (<< 0.7~~),
59 network-manager-vpnc (<< 0.7~~),
60 network-manager-pptp (<< 0.7~~)
61Description: network management framework daemon
62 NetworkManager attempts to keep an active network connection available at all
63 times. It is intended only for the desktop use-case, and is not intended for
64 usage on servers. The point of NetworkManager is to make networking
65 configuration and setup as painless and automatic as possible.  If using DHCP,
66 NetworkManager is _intended_ to replace default routes, obtain IP addresses
67 from a DHCP server, and change nameservers whenever it sees fit.
68 .
69 This package provides the userspace daemons.
70 .
71 Optional dependencies:
72  * policykit-1: Required for reading and writing system connections.
73  * ppp: Required for establishing dial-up connections (e.g. via GSM).
74  * dnsmasq-base/iptables: Required for creating Ad-hoc connections and
75    connection sharing.
76  * avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP
77    address configuration.
78
79Package: network-manager-dev
80Architecture: any
81Section: devel
82Depends: ${misc:Depends}
83Description: network management framework (development files)
84 this package provides header files that are needed to
85 compile VPN Plugins for NetworkManager.
86
87Package: libnm-glib2
88Section: libs
89Architecture: any
90Depends:
91 ${shlibs:Depends},
92 ${misc:Depends}
93Description: network management framework (GLib shared library)
94 NetworkManager attempts to keep an active network connection available at all
95 times. It is intended only for the desktop use-case, and is not intended for
96 usage on servers. The point of NetworkManager is to make networking
97 configuration and setup as painless and automatic as possible.  If using DHCP,
98 NetworkManager is _intended_ to replace default routes, obtain IP addresses
99 from a DHCP server, and change nameservers whenever it sees fit.
100 .
101 This package provides the shared library that applications can use to query
102 connection status via NetworkManager.
103
104Package: libnm-glib-dev
105Section: libdevel
106Architecture: any
107Depends:
108 libnm-glib2 (= ${binary:Version}),
109 ${misc:Depends},
110 libnm-util-dev,
111 network-manager-dev,
112 libglib2.0-dev,
113 libdbus-glib-1-dev (>= 0.60)
114Description: network management framework (GLib interface)
115 NetworkManager attempts to keep an active network connection available at all
116 times. It is intended only for the desktop use-case, and is not intended for
117 usage on servers. The point of NetworkManager is to make networking
118 configuration and setup as painless and automatic as possible.  If using DHCP,
119 NetworkManager is _intended_ to replace default routes, obtain IP addresses
120 from a DHCP server, and change nameservers whenever it sees fit.
121 .
122 This package provides the interface that applications can use to query
123 connection status via NetworkManager.
124
125Package: libnm-glib-vpn1
126Section: libs
127Architecture: any
128Depends:
129 ${shlibs:Depends},
130 ${misc:Depends}
131Description: network management framework (GLib VPN shared library)
132 NetworkManager attempts to keep an active network connection available at all
133 times. It is intended only for the desktop use-case, and is not intended for
134 usage on servers. The point of NetworkManager is to make networking
135 configuration and setup as painless and automatic as possible.  If using DHCP,
136 NetworkManager is _intended_ to replace default routes, obtain IP addresses
137 from a DHCP server, and change nameservers whenever it sees fit.
138 .
139 This package provides the shared library that applications can use for
140 creating VPN connections via NetworkManager.
141
142Package: libnm-glib-vpn-dev
143Section: libdevel
144Architecture: any
145Depends:
146 libnm-glib-vpn1 (= ${binary:Version}),
147 ${misc:Depends},
148 libnm-glib-dev
149Description: network management framework (GLib interface)
150 NetworkManager attempts to keep an active network connection available at all
151 times. It is intended only for the desktop use-case, and is not intended for
152 usage on servers. The point of NetworkManager is to make networking
153 configuration and setup as painless and automatic as possible.  If using DHCP,
154 NetworkManager is _intended_ to replace default routes, obtain IP addresses
155 from a DHCP server, and change nameservers whenever it sees fit.
156 .
157 This package provides the shared library that applications can use for
158 creating VPN connections via NetworkManager.
159
160Package: libnm-util1
161Section: libs
162Architecture: any
163Depends:
164 ${shlibs:Depends},
165 ${misc:Depends}
166Description: network management framework (shared library)
167 NetworkManager attempts to keep an active network connection available at all
168 times. It is intended only for the desktop use-case, and is not intended for
169 usage on servers. The point of NetworkManager is to make networking
170 configuration and setup as painless and automatic as possible.  If using DHCP,
171 NetworkManager is _intended_ to replace default routes, obtain IP addresses
172 from a DHCP server, and change nameservers whenever it sees fit.
173 .
174 This package contains a convenience library to ease the access to
175 NetworkManager.
176
177Package: libnm-util-dev
178Section: libdevel
179Architecture: any
180Depends:
181 libnm-util1 (= ${binary:Version}),
182 ${misc:Depends},
183 libglib2.0-dev
184Description: network management framework (development files)
185 NetworkManager attempts to keep an active network connection available at all
186 times. It is intended only for the desktop use-case, and is not intended for
187 usage on servers. The point of NetworkManager is to make networking
188 configuration and setup as painless and automatic as possible.  If using DHCP,
189 NetworkManager is _intended_ to replace default routes, obtain IP addresses
190 from a DHCP server, and change nameservers whenever it sees fit.
191 .
192 This package contains header and development files.
193
194Package: network-manager-dbg
195Architecture: any
196Section: debug
197Priority: extra
198Depends:
199 network-manager (= ${binary:Version}) | libnm-util1 (= ${binary:Version}) | libnm-glib2 (= ${binary:Version}) | libnm-glib-vpn1 (= ${binary:Version}),
200 ${misc:Depends}
201Description: network management framework daemon - debugging symbols
202 NetworkManager attempts to keep an active network connection available at all
203 times. It is intended only for the desktop use-case, and is not intended for
204 usage on servers. The point of NetworkManager is to make networking
205 configuration and setup as painless and automatic as possible.  If using DHCP,
206 NetworkManager is _intended_ to replace default routes, obtain IP addresses
207 from a DHCP server, and change nameservers whenever it sees fit.
208 .
209 This package contains detached debugging symbols.
Note: See TracBrowser for help on using the repository browser.