diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/network-manager.init | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4f419677..c3897795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,12 @@ network-manager (0.7.1-2) UNRELEASED; urgency=low on most Broadcom ethernet and wifi chipsets. Update NM to detect the driver for the changed device layout. (Closes: #540613) Patch pulled from upstream git. + * debian/network-manager.init + - Update LSB header. Add "network-manager" to Provides as this name is + apparently used within the gdm init script and to be more in line with + the recommend practice to name the Provides like the init script. + Don't remove the "NetworkManager" Provides as other scripts might + already depend on that name. (Closes: #539753) [ Sjoerd Simons ] * debian/control diff --git a/debian/network-manager.init b/debian/network-manager.init index 3fc396db..058dbd24 100644 --- a/debian/network-manager.init +++ b/debian/network-manager.init @@ -1,6 +1,6 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: NetworkManager +# Provides: NetworkManager network-manager # Required-Start: $remote_fs dbus hal # Required-Stop: $remote_fs dbus hal # Should-Start: $syslog |