diff options
| author | Riccardo Setti <giskard@autistici.org> | 2006-02-01 22:39:37 +0000 |
|---|---|---|
| committer | Riccardo Setti <giskard@autistici.org> | 2006-02-01 22:39:37 +0000 |
| commit | 5c20cd2ab52e12e9089c173284efc2ad773a4aa4 (patch) | |
| tree | b8bfd854258673962be3c87b1e2ab018c99fd0cf /debian/control | |
| parent | 0f6ce59d76c366f6103e83340d2747b10fe4448c (diff) | |
added libhal build-dep
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@537 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 7f184361..28b0c87f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: network-manager Section: net Priority: optional Maintainer: Riccardo Setti <giskard@autistici.org> -Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-common, intltool, libgnome-keyring-dev, libdbus-glib-1-dev (>= 0.60), libiw-dev(>= 27+28pre9), libgnomeui-dev, libpanel-applet2-dev, libglade2-dev, libgconf2-dev +Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-common, intltool, libgnome-keyring-dev, libdbus-glib-1-dev (>= 0.60), libiw-dev(>= 27+28pre9), libgnomeui-dev, libpanel-applet2-dev, libglade2-dev, libgconf2-dev, libhal-dev Standards-Version: 3.6.2 Package: network-manager @@ -54,7 +54,7 @@ Description: network management framework daemon (GLib shared library) Package: libnm-glib-dev Architecture: any -Depends: libglib2.0-dev, libnm-glib0, libdbus-glib-1-dev (>= 0.60) +Depends: libglib2.0-dev, libnm-glib0 (= ${Source-Version}), libdbus-glib-1-dev (>= 0.60) Description: network management framework daemon (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 |