Source: aqemu Version: 0.9.2-3 Severity: wishlist Tags: ftbfs patch User: [email protected] Usertags: riscv64 X-Debbugs-Cc: [email protected], [email protected]
Hi, Please enable this architecture, with the patch attached or an equivalent. I built it locally on hardware, it built fine just by enabling the architecture in debian/control, no other changes needed. In fact, there doesn't seem to be fundamental reasons for this package to be restricted to specific architectures, so perhaps it should just be set to "any" as I did with the patch. Thanks and cheers. -- Manuel A. Fernandez Montecelo <[email protected]>
diff -Nru aqemu-0.9.2/debian/changelog aqemu-0.9.2/debian/changelog --- aqemu-0.9.2/debian/changelog 2020-12-05 21:45:24.000000000 +0000 +++ aqemu-0.9.2/debian/changelog 2022-11-28 21:27:17.000000000 +0000 @@ -1,3 +1,10 @@ +aqemu (0.9.2-4) UNRELEASED; urgency=medium + + * QA upload. + * Add support for riscv64 arch + + -- Manuel A. Fernandez Montecelo <[email protected]> Mon, 28 Nov 2022 21:27:17 +0000 + aqemu (0.9.2-3) unstable; urgency=medium * QA upload. diff -Nru aqemu-0.9.2/debian/control aqemu-0.9.2/debian/control --- aqemu-0.9.2/debian/control 2020-12-05 21:45:24.000000000 +0000 +++ aqemu-0.9.2/debian/control 2022-11-28 21:27:17.000000000 +0000 @@ -15,11 +15,11 @@ Vcs-Browser: https://salsa.debian.org/debian/aqemu Package: aqemu -Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64 x32 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5dbus5,

