Bug#1036615: [Pkg-javascript-devel] Bug#1036615: unblock: node-isomorphic-fetch/3.0.0-3
On 5/23/23 13:25, Yadd wrote:
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: node-isomorphic-fetch@packages.debian.org
Control: affects -1 + src:node-isomorphic-fetch
Please unblock package node-isomorphic-fetch
[ Reason ]
The useless link for browser module pointed to a libjs-fetch file
instead of new node-whatwg-fetch dependency
[ Impact ]
Only developpers that require the "browser" file of this library had to
install libjs-fetch.
[ Tests ]
No changes
[ Risks ]
No risk here
[ Checklist ]
[X] all changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in testing
Cheers,
Yadd
unblock node-isomorphic-fetch/3.0.0-3
Here is the debdiff
diff --git a/debian/changelog b/debian/changelog
index 01aba01..853ab23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 --git a/debian/control b/debian/control
index fa593ca..f2fa299 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Pirate Praveen <praveen@debian.org>
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 --git a/debian/links b/debian/links
deleted file mode 100644
index 9ff3232..0000000
--- a/debian/links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/javascript/fetch/fetch.js usr/share/nodejs/isomorphic-fetch/fetch-npm-browserify.js
diff --git a/debian/nodejs/links b/debian/nodejs/links
new file mode 100644
index 0000000..f822404
--- /dev/null
+++ b/debian/nodejs/links
@@ -0,0 +1 @@
+whatwg-fetch/dist/fetch.umd.js isomorphic-fetch/fetch-npm-browserify.js
Reply to: