| 1 | Source: network-manager |
|---|
| 2 | Section: net |
|---|
| 3 | Priority: optional |
|---|
| 4 | Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> |
|---|
| 5 | Uploaders: Michael Biebl <biebl@debian.org> |
|---|
| 6 | Build-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 |
|---|
| 24 | Standards-Version: 3.8.4 |
|---|
| 25 | Vcs-Svn: svn://svn.debian.org/pkg-utopia/packages/unstable/networkmanager/ |
|---|
| 26 | Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/ |
|---|
| 27 | Homepage: http://www.gnome.org/projects/NetworkManager/ |
|---|
| 28 | |
|---|
| 29 | Package: network-manager |
|---|
| 30 | Architecture: any |
|---|
| 31 | Depends: |
|---|
| 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 |
|---|
| 41 | Recommends: |
|---|
| 42 | network-manager-gnome | network-manager-kde, |
|---|
| 43 | policykit-1, |
|---|
| 44 | ppp, |
|---|
| 45 | dnsmasq-base, |
|---|
| 46 | iptables, |
|---|
| 47 | modemmanager |
|---|
| 48 | Suggests: avahi-autoipd |
|---|
| 49 | Conflicts: |
|---|
| 50 | network-manager-gnome (<< 0.6.5-1), |
|---|
| 51 | network-manager-pptp (<< 0.7~~) |
|---|
| 52 | Replaces: |
|---|
| 53 | network-manager-gnome (<< 0.6.5-1), |
|---|
| 54 | network-manager-pptp (<< 0.7~~) |
|---|
| 55 | Breaks: |
|---|
| 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~~) |
|---|
| 61 | Description: 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 | |
|---|
| 79 | Package: network-manager-dev |
|---|
| 80 | Architecture: any |
|---|
| 81 | Section: devel |
|---|
| 82 | Depends: ${misc:Depends} |
|---|
| 83 | Description: network management framework (development files) |
|---|
| 84 | this package provides header files that are needed to |
|---|
| 85 | compile VPN Plugins for NetworkManager. |
|---|
| 86 | |
|---|
| 87 | Package: libnm-glib2 |
|---|
| 88 | Section: libs |
|---|
| 89 | Architecture: any |
|---|
| 90 | Depends: |
|---|
| 91 | ${shlibs:Depends}, |
|---|
| 92 | ${misc:Depends} |
|---|
| 93 | Description: 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 | |
|---|
| 104 | Package: libnm-glib-dev |
|---|
| 105 | Section: libdevel |
|---|
| 106 | Architecture: any |
|---|
| 107 | Depends: |
|---|
| 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) |
|---|
| 114 | Description: 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 | |
|---|
| 125 | Package: libnm-glib-vpn1 |
|---|
| 126 | Section: libs |
|---|
| 127 | Architecture: any |
|---|
| 128 | Depends: |
|---|
| 129 | ${shlibs:Depends}, |
|---|
| 130 | ${misc:Depends} |
|---|
| 131 | Description: 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 | |
|---|
| 142 | Package: libnm-glib-vpn-dev |
|---|
| 143 | Section: libdevel |
|---|
| 144 | Architecture: any |
|---|
| 145 | Depends: |
|---|
| 146 | libnm-glib-vpn1 (= ${binary:Version}), |
|---|
| 147 | ${misc:Depends}, |
|---|
| 148 | libnm-glib-dev |
|---|
| 149 | Description: 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 | |
|---|
| 160 | Package: libnm-util1 |
|---|
| 161 | Section: libs |
|---|
| 162 | Architecture: any |
|---|
| 163 | Depends: |
|---|
| 164 | ${shlibs:Depends}, |
|---|
| 165 | ${misc:Depends} |
|---|
| 166 | Description: 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 | |
|---|
| 177 | Package: libnm-util-dev |
|---|
| 178 | Section: libdevel |
|---|
| 179 | Architecture: any |
|---|
| 180 | Depends: |
|---|
| 181 | libnm-util1 (= ${binary:Version}), |
|---|
| 182 | ${misc:Depends}, |
|---|
| 183 | libglib2.0-dev |
|---|
| 184 | Description: 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 | |
|---|
| 194 | Package: network-manager-dbg |
|---|
| 195 | Architecture: any |
|---|
| 196 | Section: debug |
|---|
| 197 | Priority: extra |
|---|
| 198 | Depends: |
|---|
| 199 | network-manager (= ${binary:Version}) | libnm-util1 (= ${binary:Version}) | libnm-glib2 (= ${binary:Version}) | libnm-glib-vpn1 (= ${binary:Version}), |
|---|
| 200 | ${misc:Depends} |
|---|
| 201 | Description: 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. |
|---|