[Pkg-javascript-devel] Bug#1035035: unblock: node-whatwg-fetch/3.6.2-7
Yadd
yadd at debian.org
Fri Apr 28 04:26:50 BST 2023
Package: release.debian.org
Severity: normal
User: release.debian.org at packages.debian.org
Usertags: unblock
X-Debbugs-Cc: node-whatwg-fetch at packages.debian.org
Control: affects -1 + src:node-whatwg-fetch
[ Reason ]
"Breaks" field isn't enough for apt, it needs a "Replaces" to manage
file conflicts. This update just adds this.
[ 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-whatwg-fetch/3.6.2-7
-------------- next part --------------
diff --git a/debian/changelog b/debian/changelog
index 125ed5c..6838dbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-whatwg-fetch (3.6.2-7) unstable; urgency=medium
+
+ * Team upload
+ * Duplicate Breaks field with Replaces (Closes: #1034933)
+
+ -- Yadd <yadd at debian.org> Fri, 28 Apr 2023 07:13:09 +0400
+
node-whatwg-fetch (3.6.2-6) unstable; urgency=medium
* Add fix for rollup 3 (Closes: #1022653)
diff --git a/debian/control b/debian/control
index a61d511..371adc4 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Architecture: all
Depends: ${misc:Depends}
Provides: libjs-whatwg-fetch (= ${binary:Version})
Breaks: libjs-fetch (<< 3.5.0-2~)
+Replaces: libjs-fetch (<< 3.5.0-2~)
Multi-Arch: foreign
Description: window.fetch JavaScript polyfill
The fetch() function is a Promise-based mechanism for programmatically making
More information about the Pkg-javascript-devel
mailing list