diff options
| author | Michael Biebl <biebl@debian.org> | 2009-04-16 22:54:37 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-04-16 22:54:37 +0000 |
| commit | 606657e54820437d470c39669ff78e44a5532dbf (patch) | |
| tree | 340d64684904fe21ffe6061f25f3925d2d29847d | |
| parent | d60fc364dbf648fb5941cbaf60f99ec136206d99 (diff) | |
Revert r3063 for now as this will entangle us in yet another library
transition (i.e. libudev) git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3080 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 25bc81e7..ebf11001 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,9 +2,6 @@ network-manager (0.7.1-1) UNRELEASED; urgency=low * New upstream release. * 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> Fri, 17 Apr 2009 00:47:03 +0200 diff --git a/debian/control b/debian/control index d2779520..55854afa 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,7 @@ Build-Depends: debhelper (>= 7), ppp-dev, libpolkit-dbus-dev, libgnutls-dev, - uuid-dev, - libudev-dev + uuid-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 |