Source: vc
Version: 1.3.3-2
Severity: important
Tags: patch

Hi,

version 1.3.3-2 restricts the Architecture, although it limits them to
Linux architectures.  Please use wildcard architectures, so it can be
built e.g. on hurd-i386 too (patch attached).

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Git: https://salsa.debian.org/tsimon
 
 Package: vc-dev
 Section: libdevel
-Architecture: amd64 arm64 armel armhf i386 x32
+Architecture: any-i386 any-amd64 any-arm any-arm64
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Library to ease explicit vectorization of C++ code
  Vc is a free software library to ease explicit vectorization of C++

Reply via email to