Package: libwacom-dev
Version: 0.32-1
Severity: wishlist
Tags: patch
None of the files in libwacom-dev:amd64 appear to collide with files
in libwacom-dev:i386, and so on. Not marking it as multiarch
co-installable prevents dependent libraries like libinput and Clutter
from being co-installed.
Please consider the attached patch, which makes libwacom-dev:amd64 and
libwacom-dev:i386 coexist. (I haven't tried other combinations, like
libwacom-dev:amd64 and libwacom-dev:arm64 for cross-compilation, but as
far as I can see, they should also work.)
Thanks,
smcv
>From 9c6566cdf19d513fc89f6c97d877037f3146f40b Mon Sep 17 00:00:00 2001
From: Simon McVittie <[email protected]>
Date: Thu, 22 Aug 2019 11:38:13 +0100
Subject: [PATCH 2/2] d/control: Mark libwacom-dev as Multi-Arch: same
None of the files in libwacom-dev:amd64 appear to collide with files
in libwacom-dev:i386, and so on. Not marking it as multiarch
co-installable prevents dependent libraries like libinput and Clutter
from being co-installed.
Signed-off-by: Simon McVittie <[email protected]>
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index 11921c9..6cf63f5 100644
--- a/debian/control
+++ b/debian/control
@@ -69,6 +69,7 @@ Description: Wacom model feature query library (common files)
Package: libwacom-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
libwacom2 (= ${binary:Version}),
libglib2.0-dev,
--
2.23.0