diff options
| author | Michael Biebl <biebl@debian.org> | 2020-12-31 10:14:16 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-12-31 21:37:34 +0100 |
| commit | 051c2c4941f89f892cd00e37921ff2a728d8f7da (patch) | |
| tree | f6ca7df16644bb25af94e033631a8216cdd903f3 /debian | |
| parent | d6169291b6c4c50db8361975da30cc120d165470 (diff) | |
Demote libpam-systemd to Recommends
This allows users to use and experiment with other init systems. Such a setup is neither tested nor fully supported and users need to be aware that some functionality might be broken. Closes: #921012
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 377f8779..fe2d4ed4 100644 --- a/debian/control +++ b/debian/control @@ -55,13 +55,13 @@ Depends: ${shlibs:Depends}, dbus, udev, adduser, - libpam-systemd, policykit-1 Recommends: ppp, dnsmasq-base, iptables, modemmanager, crda, + libpam-systemd, Suggests: libteam-utils, isc-dhcp-client, Breaks: ${misc:Breaks} |