diff -Nru libmath-base36-perl-0.14/debian/changelog libmath-base36-perl-0.14/debian/changelog --- libmath-base36-perl-0.14/debian/changelog 2022-06-15 15:29:46.000000000 +0000 +++ libmath-base36-perl-0.14/debian/changelog 2022-10-22 00:21:11.000000000 +0000 @@ -1,3 +1,10 @@ +libmath-base36-perl (0.14-3) unstable; urgency=medium + + [ Debian Janitor ] + * Apply multi-arch hints. + libmath-base36-perl: Add Multi-Arch: foreign. + + -- Jelmer Vernooij Sat, 22 Oct 2022 01:21:11 +0100 + libmath-base36-perl (0.14-2) unstable; urgency=medium [ Salvatore Bonaccorso ] diff -Nru libmath-base36-perl-0.14/debian/control libmath-base36-perl-0.14/debian/control --- libmath-base36-perl-0.14/debian/control 2022-06-15 15:29:46.000000000 +0000 +++ libmath-base36-perl-0.14/debian/control 2022-10-22 00:21:11.000000000 +0000 @@ -19,5 +19,6 @@ Architecture: all Depends: ${misc:Depends}, ${perl:Depends} +Multi-Arch: foreign Description: Perl module for encoding and decoding of base36 strings Math::Base36 converts to and from Base36 numbers (0..9 - A..Z).