diff -Nru libcall-context-perl-0.03/debian/changelog libcall-context-perl-0.03/debian/changelog --- libcall-context-perl-0.03/debian/changelog 2021-12-11 21:26:14.000000000 +0000 +++ libcall-context-perl-0.03/debian/changelog 2022-10-13 19:18:59.000000000 +0000 @@ -1,3 +1,10 @@ +libcall-context-perl (0.03-3) unstable; urgency=medium + + [ Debian Janitor ] + * Apply multi-arch hints. + libcall-context-perl: Add Multi-Arch: foreign. + + -- Jelmer Vernooij Thu, 13 Oct 2022 20:18:59 +0100 + libcall-context-perl (0.03-2) unstable; urgency=medium * Team upload diff -Nru libcall-context-perl-0.03/debian/control libcall-context-perl-0.03/debian/control --- libcall-context-perl-0.03/debian/control 2021-12-11 21:26:09.000000000 +0000 +++ libcall-context-perl-0.03/debian/control 2022-10-13 19:18:59.000000000 +0000 @@ -17,6 +17,7 @@ Architecture: all Depends: ${misc:Depends}, ${perl:Depends} +Multi-Arch: foreign Description: module to sanity-check calling context If your function only expects to return a list, then a call in some other context is, by definition, an error. The problem is that, depending on how