about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control5
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 1a0d4211..c18bb697 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ network-manager (0.8.0.999-1) UNRELEASED; urgency=low
     - Install gtk-doc API documentation for libnm-glib and libnm-util.
     - Install nm-dhcp6-config.h for libnm-glib.
   * debian/control
+    - Add Depends on libdbus-glib-1-dev for libnm-util-dev.
     - Update Depends on dhcp3-client to isc-dhcp-client (>= 4.1.1-P1-4) to get
       DHCPv6 support.
   * debian/patches/30-fix_paths_for_isc_dhcp_v4.patch
diff --git a/debian/control b/debian/control
index 8dff7670..8062fa1f 100644
--- a/debian/control
+++ b/debian/control
@@ -109,7 +109,7 @@ Depends:
  libnm-util-dev,
  network-manager-dev,
  libglib2.0-dev,
- libdbus-glib-1-dev (>= 0.60)
+ libdbus-glib-1-dev
 Description: network management framework (GLib interface)
  NetworkManager attempts to keep an active network connection available at all
  times. It is intended only for the desktop use-case, and is not intended for
@@ -179,7 +179,8 @@ Architecture: any
 Depends:
  libnm-util1 (= ${binary:Version}),
  ${misc:Depends},
- libglib2.0-dev
+ libglib2.0-dev,
+ libdbus-glib-1-dev
 Description: network management framework (development files)
  NetworkManager attempts to keep an active network connection available at all
  times. It is intended only for the desktop use-case, and is not intended for