Bug#1063233: qemu-system-{arch} packages provide themselves

2024-02-24 Thread Michael Tokarev
Control: reopen -1 Control: Version -1 1:8.0+dfsg-1 On Mon, 05 Feb 2024 20:21:18 +0100 Daniel Vacek wrote: echo 'qemu:Provides=$(if $3,qemu-kvm (=${DEB_VERSION})${comma})\ -$(patsubst %,qemu-system-% (=${DEB_VERSION})${comma}, any $2 $(foreach q,$2,${system-alias-$q}))' \ +

Bug#1063233: qemu-system-{arch} packages provide themselves

2024-02-05 Thread Daniel Vacek
Package: qemu-system Severity: minor Tags: patch X-Debbugs-Cc: neel...@gmail.com Hi, Providing itself seems useless as it only adds complexity to the package relationship graph with no added value. This would be easily fixed with the following patch: ``` --- debian/rules~orig 2024-02-05 19:44