Control: severity -1 important Control: tags -1 + patch pending Dear maintainer,
I'm raising severity of this bug report to "important", since this dependency prevents cleanup of qemu packages in sid. It was my error initially - I failed to realize there are dependencies on qemu-user-static before dropping it. But now we have to deal with the resulting mess. I've prepared an NMU for freedom-maker (versioned as 0.34+nmu1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. Additionally, I made a merge request with this change, see https://salsa.debian.org/freedombox-team/freedom-maker/-/merge_requests/250 with just the change in the dependencies. Regards. diffstat for freedom-maker-0.34 freedom-maker-0.34+nmu1 changelog | 7 +++++++ control | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff -Nru freedom-maker-0.34/debian/changelog freedom-maker-0.34+nmu1/debian/changelog --- freedom-maker-0.34/debian/changelog 2025-04-22 04:05:28.000000000 +0300 +++ freedom-maker-0.34+nmu1/debian/changelog 2026-01-21 11:03:32.000000000 +0300 @@ -1,3 +1,10 @@ +freedom-maker (0.34+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control: adjust qemu binfmt dependencies (Closes: #1124777) + + -- Michael Tokarev <[email protected]> Wed, 21 Jan 2026 11:03:32 +0300 + freedom-maker (0.34) unstable; urgency=medium [ Philippe Coval ] diff -Nru freedom-maker-0.34/debian/control freedom-maker-0.34+nmu1/debian/control --- freedom-maker-0.34/debian/control 2025-04-22 04:05:28.000000000 +0300 +++ freedom-maker-0.34+nmu1/debian/control 2026-01-21 10:55:36.000000000 +0300 @@ -26,7 +26,6 @@ Depends: ${misc:Depends}, ${python3:Depends}, - binfmt-support | systemd, btrfs-progs, debootstrap, dmsetup, @@ -36,10 +35,12 @@ kpartx, parted, psmisc, - qemu-user-static, + qemu-user-binfmt, qemu-utils, sshpass, sudo, +# for binfmt registration + systemd, # For DNS resolution inside chroot systemd-resolved, u-boot-tools,

