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

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