diff options
| author | Michael Biebl <biebl@debian.org> | 2022-11-30 22:38:28 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-11-30 22:58:55 +0100 |
| commit | 2a3c3de89287d0cf43c31d945e1c998bb0f7730e (patch) | |
| tree | 6b1f80b71e9ad59cf52643a45ac6377a3050d9fd /debian/control | |
| parent | fd286c998a987ab2ba1b53dbe06cc10645dbce3b (diff) | |
Depend on polkitd in preference to policykit-1
The latter is a deprecated, transitional package, that also pulls in pkexec, which network-manager doesn't need. Keep policykit-1 as an alternative dependency to make backports easier.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fa5a89e3..556cec60 100644 --- a/debian/control +++ b/debian/control @@ -54,7 +54,7 @@ Depends: ${shlibs:Depends}, default-dbus-system-bus | dbus-system-bus, udev, adduser, - policykit-1 + polkitd | policykit-1 Recommends: ppp, dnsmasq-base, modemmanager, |