[Pkg-utopia-commits] r778 - packages/unstable/networkmanager/debian

Michael Biebl mbiebl-guest at costa.debian.org
Sun Apr 2 18:02:10 UTC 2006


Author: mbiebl-guest
Date: 2006-04-02 18:02:09 +0000 (Sun, 02 Apr 2006)
New Revision: 778

Modified:
   packages/unstable/networkmanager/debian/README.Debian
   packages/unstable/networkmanager/debian/changelog
   packages/unstable/networkmanager/debian/control
   packages/unstable/networkmanager/debian/network-manager-gnome.install
Log:
- Close some bugs in the changelog.
- Added autostart file for nm-applet.
  Updated README.Debian correspondingly.
- Added dependency on hal to network-manager.


Modified: packages/unstable/networkmanager/debian/README.Debian
===================================================================
--- packages/unstable/networkmanager/debian/README.Debian	2006-04-02 17:41:52 UTC (rev 777)
+++ packages/unstable/networkmanager/debian/README.Debian	2006-04-02 18:02:09 UTC (rev 778)
@@ -1,11 +1,8 @@
-NetworkManger has two parts one is run on the system level to 
-manager connections and gather information. The other is an applet
-the user can interact with. Since NetworkManager is not part of
-main yet, you have to add nm-applet to your session once.
+NetworkManger consists of two parts: one is on the system level daemon that
+manages the connections and gathers information about new networks. The other 
+is an applet that users can use to interact with the NetworkManager daemon. 
 
-(instructions for gnome only)
-First add yourself to the netdev group
-Go to System -> Preferences -> Sessions
-In the Startup Programs tab, click Add
-type "nm-applet", click OK.
-log out of your gnome session, and log back in again.
+To allow users to connect to the NetworkManager daemon they have to be in the
+group "netdev". If you want to add a user to group "netdev" use the command
+"adduser username netdev" or one of the graphical user management frontends.
+After that you have to reload dbus with the command "/etc/init.d/dbus reload".

Modified: packages/unstable/networkmanager/debian/changelog
===================================================================
--- packages/unstable/networkmanager/debian/changelog	2006-04-02 17:41:52 UTC (rev 777)
+++ packages/unstable/networkmanager/debian/changelog	2006-04-02 18:02:09 UTC (rev 778)
@@ -1,13 +1,17 @@
 network-manager (0.6.2-1) unstable; urgency=low
 
-  * New upstream release. 
+  * New upstream release.
   * Updated if_fix.patch, parts of it have been fixed upstream.
+  * Renamed patches to use a more consistent naming scheme.
   * Depend on dhcbd (>= 1.12-2) because NM 0.6.2 does not start dhcdbd itself
     anymore.
   * The wpa_supplicant binary was moved from /usr/sbin to /sbin. Updated
     debian/rules accordingly.
+  * Added dependency on hal (Closes: #356622)
+  * Added autostart file to network-manager-gnome. This way nm-applet is
+    started automatically on login.
 
- -- Michael Biebl <biebl at teco.edu>  Mon, 27 Mar 2006 21:56:37 +0200
+ -- Michael Biebl <biebl at teco.edu>  Sun,  2 Apr 2006 19:48:28 +0200
 
 network-manager (0.6.1-1) unstable; urgency=low
 
@@ -19,7 +23,7 @@
 
 network-manager (0.6.0-1) unstable; urgency=low
 
-  * New upstream release.
+  * New upstream release (Closes: #355246)
     - most of the work is taken from the experimental branch of NM.
       Thanks goes to  Michael Biebl.
     - Added NetworkManagerDebian.patch which introduce supports for resolvconf

Modified: packages/unstable/networkmanager/debian/control
===================================================================
--- packages/unstable/networkmanager/debian/control	2006-04-02 17:41:52 UTC (rev 777)
+++ packages/unstable/networkmanager/debian/control	2006-04-02 18:02:09 UTC (rev 778)
@@ -8,7 +8,7 @@
 
 Package: network-manager
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd (>= 1.12-2), lsb-base (>= 2.0-6), wpasupplicant (>= 0.4.8), dbus (>= 0.60)
+Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd (>= 1.12-2), lsb-base (>= 2.0-6), wpasupplicant (>= 0.4.8), dbus (>= 0.60), hal (>= 0.5.0)
 Description: network management framework daemon
  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
@@ -22,7 +22,7 @@
 Package: network-manager-gnome
 Architecture: any
 Section: gnome
-Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager
+Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (= ${Source-Version})
 Description: network management framework (GNOME frontend)
  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

Modified: packages/unstable/networkmanager/debian/network-manager-gnome.install
===================================================================
--- packages/unstable/networkmanager/debian/network-manager-gnome.install	2006-04-02 17:41:52 UTC (rev 777)
+++ packages/unstable/networkmanager/debian/network-manager-gnome.install	2006-04-02 18:02:09 UTC (rev 778)
@@ -5,3 +5,4 @@
 debian/tmp/usr/share/icons
 debian/tmp/usr/share/gnome-vpn-properties
 debian/tmp/etc/dbus-1/system.d/nm-applet.conf
+debian/tmp/usr/share/gnome/autostart/nm-applet.desktop




More information about the Pkg-utopia-commits mailing list