OK, so, my idea will be something like that:
|debcheckout qemu-system
|cd qemu
|vi debian/control-in
|git diff
diff --git a/debian/control-in b/debian/control-in
index 19b68e8a6d..461b197c59 100644
--- a/debian/control-in
+++ b/debian/control-in
@@ -142,7 +142,8 @@ Description: fast processor emulator
Package: qemu-system
Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64
kfreebsd-i386 mips mipsel mips64 mips64el powerpc powerpcspe ppc64 ppc64el
s390x sparc sparc64 x32
Multi-Arch: foreign
-Depends: ${misc:Depends},
+Depends: ${misc:Depends}
+Recommends:
qemu-system-arm,
qemu-system-mips,
qemu-system-ppc, On Sun, Feb 18, 2018 at 07:49:56PM +0100, Geert Stappers wrote: > On Sun, Feb 18, 2018 at 09:06:41PM +0300, Michael Krylov wrote: > > why you left qemu-system-misc in, can you please explain? > > I didn't recognise a computer architecture in "-misc". > For "-arm", "-mips" and such I did recognise the arch. > > I did see / read the "-misc" as short for 'miscellaneous'. > As a package with miscellaneous files for qemu-system. > > Yes, I can be wrong. Feel free to update (or ignore) my patch. > > > Cheers > Geert Stappers
signature.asc
Description: PGP signature

