Package: libtest-harness-perl Version: 3.42-1 Tags: patch User: [email protected] Usertags: cross-satisfiability Control: affects -1 + src:libmarpa-r2-perl
Many packages cannot be cross built, because their transitive dependency on libtest-harness-perl (often via libmodule-build-perl) is not cross satisfiable. On the next rebuild of libtest-harness-perl, the perl dependency will be annotated :any due to a recent debhelper change. Once that happens, the multiarch hinter will ask marking it Multi-Arch: foreign. I ask now. Please consider applying the attached patch. Helmut
diff --minimal -Nru libtest-harness-perl-3.42/debian/changelog libtest-harness-perl-3.42/debian/changelog --- libtest-harness-perl-3.42/debian/changelog 2018-03-31 23:59:51.000000000 +0200 +++ libtest-harness-perl-3.42/debian/changelog 2020-02-26 17:37:07.000000000 +0100 @@ -1,3 +1,10 @@ +libtest-harness-perl (3.42-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark libtest-harness-perl Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 26 Feb 2020 17:37:07 +0100 + libtest-harness-perl (3.42-1) unstable; urgency=medium * Import upstream version 3.42. diff --minimal -Nru libtest-harness-perl-3.42/debian/control libtest-harness-perl-3.42/debian/control --- libtest-harness-perl-3.42/debian/control 2018-03-31 23:59:51.000000000 +0200 +++ libtest-harness-perl-3.42/debian/control 2020-02-26 17:37:05.000000000 +0100 @@ -14,6 +14,7 @@ Package: libtest-harness-perl Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${perl:Depends} Description: module to run standard Perl test scripts with statistics

