Multiarch Fixes - llvm-defaults

Ready changes

Summary

  • ma-same : libclang-rt-dev could be marked Multi-Arch: same
  • ma-same : libclang-rt-dev-wasm32 could be marked Multi-Arch: same
  • ma-same : libclang-rt-dev-wasm64 could be marked Multi-Arch: same
  • ma-same : libc++-dev-wasm32 could be marked Multi-Arch: same

Lintian Result

Diff

diff --git a/debian/control b/debian/control
index 10715fd..2787f5d 100644
--- a/debian/control
+++ b/debian/control
@@ -194,6 +194,7 @@ Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libclang-rt-${pv:llvm}-dev ${reqv:llvm}
+Multi-Arch: same
 Description: Compiler-rt - Development package
  This package provides various libraries:
  .
@@ -213,6 +214,7 @@ Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libclang-rt-${pv:llvm}-dev-wasm32 ${reqv:llvm}
+Multi-Arch: same
 Description: Compiler-rt - wasm32 builtins
  Provides the compiler-rt builtins for WebAssembly 32 bits
  .
@@ -223,6 +225,7 @@ Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libclang-rt-${pv:llvm}-dev-wasm64 ${reqv:llvm}
+Multi-Arch: same
 Description: Compiler-rt - wasm64 builtins
  Provides the compiler-rt builtins for WebAssembly 64 bits
  .
@@ -233,6 +236,7 @@ Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libc++-${pv:llvm}-dev-wasm32
+Multi-Arch: same
 Description: LLVM C++ Standard library (WASI)
  libc++ is another implementation of the C++ standard library
  .

More details

Full run details