diff options
| author | Michael Biebl <biebl@debian.org> | 2009-04-09 07:39:24 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-04-09 07:39:24 +0000 |
| commit | 7588068fb1e23b484099ebe5c729b6115317435e (patch) | |
| tree | decfad674262ce7ffcc0156233927570c813dc17 /debian/control | |
| parent | 0b0d0a2cb51ff51b1f291182043a9af13013a07b (diff) | |
* debian/control
- Add Build-Depends on libudev-dev. This allows to query udev for modem
capabilites without having to spawn udevadm.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3063 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
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 |