diff -Nru libconvert-base32-perl-0.06/debian/changelog libconvert-base32-perl-0.06/debian/changelog --- libconvert-base32-perl-0.06/debian/changelog 2022-06-12 20:56:04.000000000 +0000 +++ libconvert-base32-perl-0.06/debian/changelog 2022-10-13 15:52:19.000000000 +0000 @@ -1,3 +1,10 @@ +libconvert-base32-perl (0.06-3) unstable; urgency=medium + + [ Debian Janitor ] + * Apply multi-arch hints. + libconvert-base32-perl: Add Multi-Arch: foreign. + + -- Jelmer Vernooij Thu, 13 Oct 2022 16:52:19 +0100 + libconvert-base32-perl (0.06-2) unstable; urgency=medium [ Salvatore Bonaccorso ] diff -Nru libconvert-base32-perl-0.06/debian/control libconvert-base32-perl-0.06/debian/control --- libconvert-base32-perl-0.06/debian/control 2022-06-12 20:56:04.000000000 +0000 +++ libconvert-base32-perl-0.06/debian/control 2022-10-13 15:52:19.000000000 +0000 @@ -15,6 +15,7 @@ Package: libconvert-base32-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} +Multi-Arch: foreign Description: module for encoding and decoding of base32 strings Convert::Base32 provides functions to convert string from / to Base32 encoding, specified in RACE internet-draft. The Base32 encoding is designed