diff options
| -rw-r--r-- | debian/README.Debian | 17 | ||||
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/network-manager-gnome.install | 1 |
4 files changed, 17 insertions, 15 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index a34d88d8..0fad5552 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -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". diff --git a/debian/changelog b/debian/changelog index 61cdf819..454b61aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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@teco.edu> Mon, 27 Mar 2006 21:56:37 +0200 + -- Michael Biebl <biebl@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.1-1) unstable; urgency=low 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 diff --git a/debian/control b/debian/control index 9de165ea..fa9886d4 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.2 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 @@ Description: network management framework daemon 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 diff --git a/debian/network-manager-gnome.install b/debian/network-manager-gnome.install index dfa048ea..88214a99 100644 --- a/debian/network-manager-gnome.install +++ b/debian/network-manager-gnome.install @@ -5,3 +5,4 @@ debian/tmp/usr/share/nm-applet/* 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 |