[Pkg-utopia-commits] r226 - packages/networkmanager/trunk/debian

Thom May thom@costa.debian.org
Thu, 16 Jun 2005 13:20:17 +0000


Author: thom
Date: 2005-06-16 13:20:17 +0000 (Thu, 16 Jun 2005)
New Revision: 226

Modified:
   packages/networkmanager/trunk/debian/control
Log:
update descriptions

Modified: packages/networkmanager/trunk/debian/control
===================================================================
--- packages/networkmanager/trunk/debian/control	2005-06-14 15:55:40 UTC (rev 225)
+++ packages/networkmanager/trunk/debian/control	2005-06-16 13:20:17 UTC (rev 226)
@@ -10,16 +10,26 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd, bind9
 #Conflicts: arping, ifplugd, pump
 Description: network management framework daemon
- NetworkManager - great networking since 2004, powered by dbus and hal
-  * automatic switching between active devices
-  * discovery of available wireless networks
-  * easy switching to new wireless networks
+ NetworkManager attempts to keep an active network connection available at all
+ times.  It is intended only for the desktop use-case, and is not intended for
+ usage on servers.   The point of NetworkManager is to make networking
+ configuration and setup as painless and automatic as possible.  If using DHCP,
+ NetworkManager is _intended_ to replace default routes, obtain IP addresses
+ from a DHCP server, and change nameservers whenever it sees fit.
+ .
+ This package provides the userspace daemons and a notification applet to
+ control the system.
 
 Package: libnm-glib-0
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: network management framework daemon (GLib shared library)
- NetworkManager - great networking since 2004, powered by dbus and hal
+ NetworkManager attempts to keep an active network connection available at all
+ times.  It is intended only for the desktop use-case, and is not intended for
+ usage on servers.   The point of NetworkManager is to make networking
+ configuration and setup as painless and automatic as possible.  If using DHCP,
+ NetworkManager is _intended_ to replace default routes, obtain IP addresses
+ from a DHCP server, and change nameservers whenever it sees fit.
  .
  This package provides the shared library that applications can use to query
  connection status via NetworkManager.
@@ -28,7 +38,12 @@
 Architecture: any
 Depends: libglib2.0-dev, libnm-glib-0, libdbus-glib-1-dev
 Description: network management framework daemon (GLib interface)
- NetworkManager - great networking since 2004, powered by dbus and hal
+ NetworkManager attempts to keep an active network connection available at all
+ times.  It is intended only for the desktop use-case, and is not intended for
+ usage on servers.   The point of NetworkManager is to make networking
+ configuration and setup as painless and automatic as possible.  If using DHCP,
+ NetworkManager is _intended_ to replace default routes, obtain IP addresses
+ from a DHCP server, and change nameservers whenever it sees fit.
  .
  This package provides the interface that applications can use to query
  connection status via NetworkManager.