diff options
| author | Michael Biebl <biebl@debian.org> | 2006-11-30 20:35:33 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2006-11-30 20:35:33 +0000 |
| commit | 7565f96dd3b349b2b0a0435cb2190fdfb681393a (patch) | |
| tree | 1818a07f50bf9a47205aa525afd9458ce1a0333d | |
| parent | afce5bd8bb8fef0a36c50fba66fc1acce8cafef0 (diff) | |
Be compliant to the freedesktop.org autostart spec and install the nm-applet autostart file into /etc/xdg/autostart.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1181 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/network-manager-gnome.install | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5971539e..8e33fde6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,9 +8,12 @@ network-manager (0.6.4-6) unstable; urgency=medium dbus_bus_request_name(). (Closes: #401039) * debian/patches/11-man_page_sh_name.patch - Add missing ".SH NAME" stanzas to man pages. + * debian/network-manager-gnome.install + - Install the nm-applet autostart file into /etc/xdg/autostart rather than + /usr/share/gnome/autostart to be compliant to the fd.o autostart spec. * Urgency medium, as it fixes a FTBFS bug. - -- Michael Biebl <biebl@debian.org> Thu, 30 Nov 2006 20:50:44 +0100 + -- Michael Biebl <biebl@debian.org> Thu, 30 Nov 2006 21:30:47 +0100 network-manager (0.6.4-5) unstable; urgency=low diff --git a/debian/network-manager-gnome.install b/debian/network-manager-gnome.install index 88214a99..d5e110c7 100644 --- a/debian/network-manager-gnome.install +++ b/debian/network-manager-gnome.install @@ -5,4 +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 +debian/tmp/usr/share/gnome/autostart/nm-applet.desktop etc/xdg/autostart/ |