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. The change in the package is trivial. I've prepared an NMU for debootstick (versioned as 2.8+nmu1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. Regards. diffstat for debootstick-2.8 debootstick-2.8+nmu1 changelog | 7 +++++++ control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru debootstick-2.8/debian/changelog debootstick-2.8+nmu1/debian/changelog --- debootstick-2.8/debian/changelog 2022-10-20 17:32:04.000000000 +0300 +++ debootstick-2.8+nmu1/debian/changelog 2026-01-21 11:46:25.000000000 +0300 @@ -1,3 +1,10 @@ +debootstick (2.8+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Adjust qemu binfmt dependency (Closes: #1124779) + + -- Michael Tokarev <[email protected]> Wed, 21 Jan 2026 11:46:25 +0300 + debootstick (2.8) unstable; urgency=medium * Bookworm support (thanks to ciscon@github) diff -Nru debootstick-2.8/debian/control debootstick-2.8+nmu1/debian/control --- debootstick-2.8/debian/control 2022-10-20 17:32:04.000000000 +0300 +++ debootstick-2.8+nmu1/debian/control 2026-01-21 11:46:20.000000000 +0300 @@ -12,7 +12,7 @@ Package: debootstick Architecture: all Depends: ${misc:Depends}, lvm2, uuid-runtime, gdisk, - dosfstools, e2fsprogs, qemu-user-static + dosfstools, e2fsprogs, qemu-user-binfmt Suggests: debootstrap, qemu-kvm Description: Turn a chroot environment into a bootable image debootstick is used to generate a bootable image from a Debian

