Package: shunit2
Version: 2.1.8-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu noble ubuntu-patch
X-Debbugs-Cc: [email protected]
Dear Maintainer,
In Ubuntu we have a partial i386 distribution. Autopkgtests of procps:i386
started failing due to the new shunit2 test dependency not being available
on the i386 port.
It turned out shunit2 is actually architecture independent, so should be marked
"Multi-Arch: foreign". This way the shunit2:amd64 binary can be used on the
i386 port (or others).
In Ubuntu, the attached patch was applied to achieve the following:
* Set 'Multi-Arch: foreign' to satisfy procps:i386 test dependency
Thanks for considering the patch.
Cheers,
Lukas
-- System Information:
Debian Release: trixie/sid
APT prefers mantic-updates
APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500,
'mantic'), (100, 'mantic-proposed')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.5.0-10-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru shunit2-2.1.8/debian/control shunit2-2.1.8/debian/control
--- shunit2-2.1.8/debian/control 2022-11-24 13:01:04.000000000 +0100
+++ shunit2-2.1.8/debian/control 2023-11-28 12:32:02.000000000 +0100
@@ -12,6 +12,7 @@
Package: shunit2
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}
Description: unit test framework for Bourne based shell scripts
shUnit2 was originally developed to provide a consistent testing