Your message dated Fri, 28 Apr 2023 18:57:53 +0000
with message-id <[email protected]>
and subject line unblock node-whatwg-fetch
has caused the Debian Bug report #1035035,
regarding unblock: node-whatwg-fetch/3.6.2-7
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1035035: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035035
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
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
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---