diff options
| -rw-r--r-- | debian/control | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 38c22efb..182d92f7 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,10 @@ Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> Uploaders: Riccardo Setti <giskard@debian.org>, Michael Biebl <biebl@debian.org> Build-Depends: debhelper (>= 5.0.0), cdbs, autotools-dev, pkg-config, - intltool, quilt, libgnome-keyring-dev, libdbus-glib-1-dev (>= 0.74-4), - libiw-dev(>= 27+28pre9), libgnomeui-dev, libglade2-dev, libglib2.0-dev, - libgconf2-dev, libhal-dev (>= 0.5.0), libnl-dev (>= 1.0~pre8), - libnotify-dev (>= 0.3), ppp-dev, docbook-to-man, libpolkit-dbus-dev, + intltool, quilt, libdbus-glib-1-dev (>= 0.75), + libiw-dev(>= 27+28pre9), libglib2.0-dev, + libhal-dev (>= 0.5.0), libnl-dev (>= 1.0~pre8), + ppp-dev, libpolkit-dbus-dev, libgnutls-dev Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager @@ -55,7 +55,7 @@ Description: network management framework (GLib shared library) Package: libnm-glib-dev Section: libdevel Architecture: any -Depends: libnm-glib0 (= ${binary:Version}), libglib2.0-dev, libdbus-glib-1-dev (>= 0.60) +Depends: libnm-glib0 (= ${binary:Version}), network-manager-dev, libglib2.0-dev, libdbus-glib-1-dev (>= 0.60) Description: network management framework (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 @@ -79,7 +79,8 @@ Description: network management framework (GLib VPN shared library) NetworkManager is _intended_ to replace default routes, obtain IP addresses from a DHCP server, and change nameservers whenever it sees fit. . - This package provides the shared library that applications can use for creating VPN connections via NetworkManager. + This package provides the shared library that applications can use for + creating VPN connections via NetworkManager. Package: libnm-glib-vpn-dev Section: libdevel @@ -93,7 +94,8 @@ Description: network management framework (GLib interface) NetworkManager is _intended_ to replace default routes, obtain IP addresses from a DHCP server, and change nameservers whenever it sees fit. . - This package provides the shared library that applications can use for creating VPN connections via NetworkManager. + This package provides the shared library that applications can use for + creating VPN connections via NetworkManager. Package: libnm-util0 Section: libs |