diff options
| author | Michael Biebl <biebl@debian.org> | 2014-09-02 19:24:48 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-09-02 19:26:29 +0200 |
| commit | 5eaf8f00cb89d4c7eca46dddf3aef6bdce0e8e5e (patch) | |
| tree | 18b11ba14cd512ff6e11a9052cf43829d0cf38db /debian/control | |
| parent | 6afaa1250a27d256e3dcd6f86fe1ccb81eb9fc6f (diff) | |
Enable Network Team driver support
This is an optional feature which requires the teamd daemon provided by libteam-utils.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 44f4c9fa..71665552 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,8 @@ Build-Depends: debhelper (>= 9), libmm-glib-dev (>= 0.7.991), libndp-dev, libreadline-dev, - libnewt-dev (>= 0.52.15) + libnewt-dev (>= 0.52.15), + libteam-dev (>= 1.9) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-utopia/network-manager.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-utopia/network-manager.git;a=summary @@ -57,7 +58,8 @@ Recommends: ppp (>= 2.4.6), iptables, modemmanager, crda -Suggests: avahi-autoipd +Suggests: avahi-autoipd, + libteam-utils Breaks: network-manager-gnome (<< 0.9), network-manager-openvpn (<< 0.9), network-manager-vpnc (<< 0.9), @@ -82,6 +84,9 @@ Description: network management framework (daemon and userspace tools) connection sharing. * avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP address configuration. + * libteam-utils: Network Team driver allows multiple network interfaces to be + teamed together and act like a single one. This process is called "ethernet + bonding", "channel teaming" or "link aggregation". Package: network-manager-dev Architecture: linux-any |