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 | |
| 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')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 9 | ||||
| -rwxr-xr-x | debian/rules | 3 |
3 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f64f639c..b1852d6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ network-manager (0.9.10.0-2) UNRELEASED; urgency=medium * Use default compression for binary packages. + * Enable Network Team driver support. This is an optional feature which + requires the teamd daemon provided by libteam-utils. -- Michael Biebl <biebl@debian.org> Tue, 02 Sep 2014 18:47:13 +0200 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 diff --git a/debian/rules b/debian/rules index 59bceca0..ae023a7d 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,8 @@ override_dh_auto_configure: --enable-ifupdown \ --enable-introspection \ --enable-gtk-doc \ - --enable-concheck + --enable-concheck \ + --enable-teamdctl override_dh_install: dh_install -X.la --list-missing |