Source: snek Version: 1.13-1 Severity: normal In debian/tests, you run qemu-system-riscv64 and qemu-system-riscv32. These binaries has been moved out of qemu-system-misc to a separate qemu-system-riscv package. This happened before trixie, but in trixie, we had compatibility Depends within qemu-system-misc. It is not there anymore in sid.
When you use particular qemu-system-$arch binary, please depend on the same qemu-system-$arch (be it in regular Depends or in tests). This way, you wont depend on the qemu packaging details, - qemu will use Provides: qemu-system-$arch on whatever actual binary package provides that binary. It's highly likely qemu packaging will be rearranged more in the future, and by depending on actual binaries/architectures you run, you'll save yourself from other issues like this one. Thanks, /mjt

