Package: glslang-dev Version: 7.10.2984-1 Severity: wishlist Tags: patch While backporting glslang-dev to an older Debian derivative I noticed that it only contains files that are architecture-independent (headers, documentation) and files that are installed in multiarch-qualified directories (libraries), so it could be marked Multi-Arch: same for easier use in cross-compiling.
I was backporting the version from buster, but the version in unstable seems to be the same in this respect. smcv
>From 582048c179ec70f65b6e7c231545bd955c204941 Mon Sep 17 00:00:00 2001 From: Simon McVittie <s...@collabora.com> Date: Thu, 12 Sep 2019 19:01:26 +0100 Subject: [PATCH] d/control: Mark -dev package as Multi-Arch: same Signed-off-by: Simon McVittie <s...@collabora.com> --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 96709e90..955b45b1 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Description: OpenGL and OpenGL ES shader front end and validator -- tools Package: glslang-dev Architecture: any +Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: OpenGL and OpenGL ES shader front end and validator -- development files glslang is the official reference compiler front end for the OpenGL ES -- 2.23.0