diff -Nru node-utils-merge-1.0.1/debian/changelog node-utils-merge-1.0.1/debian/changelog --- node-utils-merge-1.0.1/debian/changelog 2021-12-26 08:41:52.000000000 +0000 +++ node-utils-merge-1.0.1/debian/changelog 2022-11-22 15:37:20.000000000 +0000 @@ -1,3 +1,11 @@ +node-utils-merge (1.0.1-3) unstable; urgency=medium + + [ Debian Janitor ] + * Apply multi-arch hints. + node-utils-merge: Add Multi-Arch: foreign. + * Update standards version to 4.6.1, no changes needed. + + -- Jelmer Vernooij Tue, 22 Nov 2022 15:37:20 +0000 + node-utils-merge (1.0.1-2) unstable; urgency=medium * Bump debhelper compatibility level to 13 diff -Nru node-utils-merge-1.0.1/debian/control node-utils-merge-1.0.1/debian/control --- node-utils-merge-1.0.1/debian/control 2021-12-26 08:41:39.000000000 +0000 +++ node-utils-merge-1.0.1/debian/control 2022-11-22 15:37:20.000000000 +0000 @@ -8,7 +8,7 @@ , chai , mocha , dh-sequence-nodejs -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-utils-merge Vcs-Git: https://salsa.debian.org/js-team/node-utils-merge.git Homepage: https://github.com/jaredhanson/utils-merge @@ -17,6 +17,7 @@ Package: node-utils-merge Architecture: all Depends: ${misc:Depends} +Multi-Arch: foreign Description: provides a merge utility function Simple merges the properties from a source object into a destination object.