diff -Nru libhttp-multipartparser-perl-0.02/debian/changelog libhttp-multipartparser-perl-0.02/debian/changelog --- libhttp-multipartparser-perl-0.02/debian/changelog 2022-06-14 22:05:18.000000000 +0000 +++ libhttp-multipartparser-perl-0.02/debian/changelog 2022-10-13 22:54:50.000000000 +0000 @@ -1,3 +1,12 @@ +libhttp-multipartparser-perl (0.02-3) unstable; urgency=medium + + [ Debian Janitor ] + * Apply multi-arch hints. + libhttp-multipartparser-perl: Add Multi-Arch: foreign. + * Bump debhelper from deprecated 9 to 13. + * Set debhelper-compat version in Build-Depends. + + -- Jelmer Vernooij Thu, 13 Oct 2022 23:54:50 +0100 + libhttp-multipartparser-perl (0.02-2) unstable; urgency=medium [ Damyan Ivanov ] diff -Nru libhttp-multipartparser-perl-0.02/debian/compat libhttp-multipartparser-perl-0.02/debian/compat --- libhttp-multipartparser-perl-0.02/debian/compat 2022-06-14 22:05:18.000000000 +0000 +++ libhttp-multipartparser-perl-0.02/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru libhttp-multipartparser-perl-0.02/debian/control libhttp-multipartparser-perl-0.02/debian/control --- libhttp-multipartparser-perl-0.02/debian/control 2022-06-14 22:05:18.000000000 +0000 +++ libhttp-multipartparser-perl-0.02/debian/control 2022-10-13 22:54:50.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper-compat (= 13) # ExtUtils::MakeMaker >= 6.59 is in core since 5.15.2 Build-Depends-Indep: libtest-deep-perl, perl @@ -16,6 +16,7 @@ Package: libhttp-multipartparser-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} +Multi-Arch: foreign Description: HTTP multipart MIME parser The HTTP::MultiPartParser module provides a low-level API for processing multipart MIME data streams conforming to multipart types as defined in RFC