diff options
| author | Michael Biebl <biebl@debian.org> | 2012-01-18 13:16:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-01-18 13:16:22 +0100 |
| commit | 8b90bf0b44fed90e1c14881ef89c13e0608dbdbc (patch) | |
| tree | 516794f10336d6a1ccd690216e41eb8a36e52021 | |
| parent | f515246e6191f001ec24850b456b84a623e5a363 (diff) | |
Add Recommends on crda to apply regulatory domain settings for wireless devices. (Closes: #653706)
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 091d15f9..fd504e5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ network-manager (0.9.2.0-2) UNRELEASED; urgency=low - Support dns-search entries in /etc/network/interfaces as used by resolvconf and openresolv. (Closes: #651447) Patch cherry-picked from upstream Git. + * Add Recommends on crda to apply regulatory domain settings for wireless + devices. (Closes: #653706) -- Michael Biebl <biebl@debian.org> Thu, 05 Jan 2012 14:19:04 +0100 diff --git a/debian/control b/debian/control index 24f0e6e3..c2bee144 100644 --- a/debian/control +++ b/debian/control @@ -48,7 +48,8 @@ Recommends: ppp (>= 2.4.5), dnsmasq-base, iptables, - modemmanager + modemmanager, + crda Suggests: avahi-autoipd Breaks: network-manager-gnome (<< 0.9), |