Source: spice
Version: 0.14.3-1
Severity: wishlist

Dear maintainer,

The spice package is currently not build on riscv64 as this architecture
is not declared in the Architecture: field. It happens it builds fine
and that the testsuite pass on this architecture.

Therefore would it be possible to enable the build on riscv64? For the
record, I used the patch below.

Thanks,
Aurelien

diff -Nru spice-0.14.3/debian/control spice-0.14.3/debian/control
--- spice-0.14.3/debian/control
+++ spice-0.14.3/debian/control
@@ -33,7 +33,7 @@
 
 Package: libspice-server1
 Section: libs
-Architecture: alpha amd64 arm64 armel armhf i386 mips64el mipsel ppc64el sh4 
x32
+Architecture: alpha amd64 arm64 armel armhf i386 mips64el mipsel ppc64el 
riscv64 sh4 x32
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -55,7 +55,7 @@
 
 Package: libspice-server-dev
 Section: libdevel
-Architecture: alpha amd64 arm64 armel armhf i386 mips64el mipsel ppc64el sh4 
x32
+Architecture: alpha amd64 arm64 armel armhf i386 mips64el mipsel ppc64el 
riscv64 sh4 x32
 Multi-Arch: same
 Depends:
  libspice-protocol-dev (>= 0.14.0~),

Reply via email to