diff options
| author | Michael Biebl <biebl@debian.org> | 2009-04-17 10:51:19 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-04-17 10:51:19 +0000 |
| commit | 341c103f61914e99e7c01784d1f78153fd3b57eb (patch) | |
| tree | 38499a9fde41ab8b65c4adfb296ecdbf8f2afeed | |
| parent | f4178f17d962b6d1684a64c4686c20e3face8ed8 (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@3085 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 03c99085..afa4a4cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +network-manager (0.7.1-2) UNRELEASED; urgency=low + + * 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> Fri, 17 Apr 2009 11:39:35 +0200 + network-manager (0.7.1-1) unstable; urgency=low * New upstream release. 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 |