<div dir="ltr"><div>On Mon, 25 Feb 2019 01:27:50 +0100 Adam Borowski <<a href="mailto:kilobyte@angband.pl" target="_blank">kilobyte@angband.pl</a>> wrote:<br></div>> Control: tags -1 +patch<br>> <br>> > pulseaudio has a hard dependency on libpam-systemd.  Violates "Depends:<br>> > This declares an absolute dependcy...<br>> <br>> > Fix: change Depends: libpam-systemd to Recommends: libpam-systemd<br>> <br>> It already _is_ "Recommends".<br>> <br>> I guess the submitter got confused by apt's handling which indeed acts as if<br>> the dependency was absolute if there's any way to satisfy the Recommends,<br>> and failing with a wrong message if there's a hold or pin.<br>> <br>> But, since recently there's a way:<br>> Change:<br>>   Recommends: libpam-systemd<br>> to<br>>   Recommends: default-logind | logind<br>> <br>> which is satisfied by libpam-systemd and libpam-elogind.  It'd be nice if it<br>> could apply this.<br>> <br><div><br></div><div>Pulseaudio needs not only logind for user tracking (which could be replaced by other logind), but right now requires it for actually starting up (it requires systemd --user). Please help <a href="https://salsa.debian.org/pulseaudio-team/pulseaudio/merge_requests/6" target="_blank">https://salsa.debian.org/pulseaudio-team/pulseaudio/merge_requests/6</a> get merged and then we can do this.</div><div><br></div><div>Saludos</div></div>