diff -pruN 3.0.0-2/debian/changelog 3.0.0-3/debian/changelog
--- 3.0.0-2/debian/changelog	2021-11-07 08:22:54.000000000 +0000
+++ 3.0.0-3/debian/changelog	2023-05-23 09:18:55.000000000 +0000
@@ -1,3 +1,16 @@
+node-isomorphic-fetch (3.0.0-3) unstable; urgency=medium
+
+  * Team upload
+
+  [ Debian Janitor ]
+  * Apply multi-arch hints. + node-isomorphic-fetch: Add Multi-Arch: foreign.
+
+  [ Yadd ]
+  * Declare compliance with policy 4.6.2
+  * Update fetch-npm-browserify.js link (Closes: #1036610)
+
+ -- Yadd <yadd@debian.org>  Tue, 23 May 2023 13:18:55 +0400
+
 node-isomorphic-fetch (3.0.0-2) unstable; urgency=medium
 
   * Team upload
diff -pruN 3.0.0-2/debian/control 3.0.0-3/debian/control
--- 3.0.0-2/debian/control	2021-11-07 08:22:45.000000000 +0000
+++ 3.0.0-3/debian/control	2023-05-23 09:12:23.000000000 +0000
@@ -6,7 +6,7 @@ Uploaders: Pirate Praveen <praveen@debia
 Build-Depends: debhelper-compat (= 13)
  , dh-sequence-nodejs
  , node-fetch <!nocheck>
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/js-team/node-isomorphic-fetch
 Vcs-Git: https://salsa.debian.org/js-team/node-isomorphic-fetch.git
 Homepage: https://github.com/matthew-andrews/isomorphic-fetch/issues
@@ -18,6 +18,7 @@ Architecture: all
 Depends: ${misc:Depends}
  , node-fetch
  , node-whatwg-fetch
+Multi-Arch: foreign
 Description: Isomorphic WHATWG Fetch API, for Node & Browserify
  This adds fetch as a global so that its API is consistent between client and
  server.
diff -pruN 3.0.0-2/debian/links 3.0.0-3/debian/links
--- 3.0.0-2/debian/links	2020-03-01 08:10:44.000000000 +0000
+++ 3.0.0-3/debian/links	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/share/javascript/fetch/fetch.js usr/share/nodejs/isomorphic-fetch/fetch-npm-browserify.js
diff -pruN 3.0.0-2/debian/nodejs/links 3.0.0-3/debian/nodejs/links
--- 3.0.0-2/debian/nodejs/links	1970-01-01 00:00:00.000000000 +0000
+++ 3.0.0-3/debian/nodejs/links	2023-05-23 09:15:23.000000000 +0000
@@ -0,0 +1 @@
+whatwg-fetch/dist/fetch.umd.js isomorphic-fetch/fetch-npm-browserify.js
