about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-07-08 02:35:08 +0000
committerMichael Biebl <biebl@debian.org>2010-07-08 02:35:08 +0000
commitde8662539a39bf8a64fbf9781edf79199deaf87d (patch)
treef816e8bfe31fdad0ad71a04607ed366416278431 /debian
parent9f7c174246ac2085be2129ca9c86eaded9e377cc (diff)
Add Depends on libdbus-glib-1-dev for libnm-util-dev.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3628 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
-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