diff options
Diffstat (limited to 'debian')
| -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/ |