diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2022-08-25 16:41:17 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2022-08-25 16:41:17 +0200 |
| commit | c7c357a13c329603c4d3fbf550d63a6f86f135da (patch) | |
| tree | 7e7000c163b142fa6fd5ca12f93db4948f82864b | |
| parent | 4b4d4a98b253d694d5d5c23c79424baf44a9fdb0 (diff) | |
* debian/control:
- recommends iwd as a preferred alternative to wpasupplicant since
the MIR has been reviewed now
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index acd55119..b3b04b5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +network-manager (1.39.90-1ubuntu2) UNRELEASED; urgency=medium + + * debian/control: + - recommends iwd as a preferred alternative to wpasupplicant since + the MIR has been reviewed now + + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 25 Aug 2022 16:40:18 +0200 + network-manager (1.39.90-1ubuntu1) kinetic; urgency=medium * Resynchronize on Debian, remaining changes: diff --git a/debian/control b/debian/control index 2fb7f1e5..6359746a 100644 --- a/debian/control +++ b/debian/control @@ -64,7 +64,7 @@ Recommends: ppp, modemmanager, network-manager-pptp, wireless-regdb, - wpasupplicant, + iwd | wpasupplicant, libpam-systemd, Suggests: avahi-autoipd, libteam-utils, |