Control: tag -1 pending Cyril Brulebois <k...@debian.org> (2021-07-18): > It's arguably worse in bullseye, during installation: > > # apt install modemmanager > […] > Created symlink > /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service → > /lib/systemd/system/ModemManager.service. > Created symlink > /etc/systemd/system/multi-user.target.wants/ModemManager.service → > /lib/systemd/system/ModemManager.service. > Failed to start ModemManager.service: Unit polkit.service not found. > […] > > which means we don't even get the daemon up and running: > > # systemctl status ModemManager.service > ● ModemManager.service - Modem Manager > Loaded: loaded (/lib/systemd/system/ModemManager.service; enabled; > vendor preset: enabled) > Active: inactive (dead) > > and again, pulling the same package would help, given it ships: > > policykit-1: /lib/systemd/system/polkit.service
I'm attaching the source debdiff I'm getting ready to upload to unstable; maybe it'll be unblocked in time for 11.0 (it's been such a long-standing issue that it could wait until 11.1 but hopefully there's still some time for 11.0). I'd be pushing this to a new sid branch, since master is used for experimental at the moment. Happy to get an ACK, but I won't wait too long. :) Cheers, -- Cyril Brulebois (k...@debian.org) <https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant
diff -Nru modemmanager-1.14.12/debian/changelog modemmanager-1.14.12/debian/changelog --- modemmanager-1.14.12/debian/changelog 2021-03-12 19:09:44.000000000 +0100 +++ modemmanager-1.14.12/debian/changelog 2021-07-23 06:31:17.000000000 +0200 @@ -1,3 +1,15 @@ +modemmanager (1.14.12-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix missing dependency on policykit-1 (Closes: #991223): without + it, a lot of operations would result in a D-Bus level “The name + org.freedesktop.PolicyKit1 was not provided by any .service files” + error. In bullseye, ModemManager.service wouldn't even start due to + the missing polkit.service dependency at the systemd level. + * Adjust gbp configuration for sid uploads. + + -- Cyril Brulebois <k...@debian.org> Fri, 23 Jul 2021 06:31:17 +0200 + modemmanager (1.14.12-0.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru modemmanager-1.14.12/debian/control modemmanager-1.14.12/debian/control --- modemmanager-1.14.12/debian/control 2021-03-12 19:09:31.000000000 +0100 +++ modemmanager-1.14.12/debian/control 2021-07-23 06:27:27.000000000 +0200 @@ -29,6 +29,7 @@ Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, + policykit-1, Recommends: usb-modeswitch Description: D-Bus service for managing modems ModemManager is a DBus-activated daemon which controls mobile broadband diff -Nru modemmanager-1.14.12/debian/gbp.conf modemmanager-1.14.12/debian/gbp.conf --- modemmanager-1.14.12/debian/gbp.conf 2021-03-12 19:09:31.000000000 +0100 +++ modemmanager-1.14.12/debian/gbp.conf 2021-07-23 06:30:51.000000000 +0200 @@ -1,3 +1,3 @@ [DEFAULT] pristine-tar = True -debian-branch = master +debian-branch = sid
signature.asc
Description: PGP signature