about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control3
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9ec1b2c6..52909b6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 network-manager (0.7.0.100-2) UNRELEASED; urgency=low
 
   * Use set -e instead of #!/bin/sh -e for all maintainer scripts.
+  * debian/control
+    - Add Build-Depends on libudev-dev. This allows to query udev for modem
+      capabilites without having to spawn udevadm.
 
  -- Michael Biebl <biebl@debian.org>  Wed, 08 Apr 2009 08:02:10 +0200
 
diff --git a/debian/control b/debian/control
index 55854afa..d2779520 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,8 @@ Build-Depends: debhelper (>= 7),
  ppp-dev,
  libpolkit-dbus-dev,
  libgnutls-dev,
- uuid-dev
+ uuid-dev,
+ libudev-dev
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager