diff options
| author | Michael Biebl <biebl@debian.org> | 2007-04-02 23:42:48 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2007-04-02 23:42:48 +0000 |
| commit | 25e31482c0894d8884caf0ed3fa05662ef63d946 (patch) | |
| tree | 00f2507342c752f56ce2554c7c330e370f2c9678 | |
| parent | 83d084c306ec01ea8160785bb9d5bf1c1b1f84a4 (diff) | |
Add a README.Debian for network-manager-gnome
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414187 git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1319 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/network-manager-gnome.README.Debian | 11 |
2 files changed, 15 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 49cccb3b..d7068b7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,15 +9,17 @@ network-manager (0.6.4-7) unstable; urgency=low network-manager-gnome. (Closes: #406241) - Add XS-Vcs-* fields. - Add Depends: gnome-icon-theme to network-manager-gnome, which fixes a - problem with nm-applet failing to start because of missing icons. + problem with nm-applet failing to start because of missing icons. (Closes: #372466) * debian/patches/12_dbus1.0.patch - Updated to unref rather than close the D-Bus connection. * debian/patches/13-wep_capabilities.patch - Correctly set the available WEP capabilities. (Closes: #411867) Thanks to Andy Whitcroft for the patch! + * debian/network-manager-gnome.README.Debian + - Add a README.Debian file for network-manager-gnome. (Closes: #414187) - -- Michael Biebl <biebl@debian.org> Wed, 10 Jan 2007 22:03:15 +0100 + -- Michael Biebl <biebl@debian.org> Tue, 03 Apr 2007 01:39:48 +0200 network-manager (0.6.4-6) unstable; urgency=medium diff --git a/debian/network-manager-gnome.README.Debian b/debian/network-manager-gnome.README.Debian new file mode 100644 index 00000000..0af61464 --- /dev/null +++ b/debian/network-manager-gnome.README.Debian @@ -0,0 +1,11 @@ +network-manager-gnome provides a Notification Area applet called nm-applet for +conveniently choosing wired and wireless networks in GNOME, KDE and XFCE. + +network-manager-gnome (by virtue of the fact it uses network-manager) +requires users to be in the group 'netdev' for it to work. If users aren't +in the group 'netdev' then it won't automatically appear, and work, in the +Notification Area. + +network-manager-gnome uses network-manager. Please see the +network-mananger documentation in +/usr/share/doc/network-manager/README.Debian for further information. |