diff -Nru libyaml-perl-1.30/debian/changelog libyaml-perl-1.30/debian/changelog --- libyaml-perl-1.30/debian/changelog 2020-01-29 11:07:56.000000000 +0000 +++ libyaml-perl-1.30/debian/changelog 2022-10-14 12:46:07.000000000 +0000 @@ -1,3 +1,13 @@ +libyaml-perl (1.30-2) unstable; urgency=medium + + [ Debian Janitor ] + * Apply multi-arch hints. + libyaml-perl: Add Multi-Arch: foreign. + * Bump debhelper from old 12 to 13. + * Update standards version to 4.5.1, no changes needed. + * Update standards version to 4.6.0, no changes needed. + + -- Jelmer Vernooij Fri, 14 Oct 2022 13:46:07 +0100 + libyaml-perl (1.30-1) unstable; urgency=medium * Import upstream version 1.30. diff -Nru libyaml-perl-1.30/debian/control libyaml-perl-1.30/debian/control --- libyaml-perl-1.30/debian/control 2020-01-29 11:07:56.000000000 +0000 +++ libyaml-perl-1.30/debian/control 2022-10-14 12:46:07.000000000 +0000 @@ -5,11 +5,11 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libtest-deep-perl , libtest-yaml-perl , perl -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libyaml-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libyaml-perl.git Homepage: https://metacpan.org/release/YAML @@ -20,6 +20,7 @@ ${perl:Depends} Recommends: libyaml-libyaml-perl | libyaml-syck-perl Suggests: libyaml-shell-perl +Multi-Arch: foreign Description: YAML Ain't Markup Language YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern