about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1c9c04b7..49cccb3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ network-manager (0.6.4-7) unstable; urgency=low
     - Add Recommends: network-manager-vpnc, network-manager-openvpn to
       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. 
+      (Closes: #372466)
   * debian/patches/12_dbus1.0.patch
     - Updated to unref rather than close the D-Bus connection.
   * debian/patches/13-wep_capabilities.patch
diff --git a/debian/control b/debian/control
index 25396769..4b430eb9 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Description: network management framework daemon
 Package: network-manager-gnome
 Architecture: any
 Section: gnome
-Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (= ${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (= ${Source-Version}), gnome-icon-theme
 Recommends: notification-daemon, libpam-keyring, network-manager-vpnc, network-manager-openvpn
 Description: network management framework (GNOME frontend)
  NetworkManager attempts to keep an active network connection available at all