Your message dated Fri, 28 Apr 2023 18:58:16 +0000
with message-id <[email protected]>
and subject line unblock node-npm-run-path
has caused the Debian Bug report #1035036,
regarding unblock: node-npm-run-path/5.1.0+~4.0.0-8
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.)
--
1035036: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035036
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-npm-run-path
[ 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-npm-run-path/5.1.0+~4.0.0-8
diff --git a/debian/changelog b/debian/changelog
index 2c842dd..e2ff48a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-npm-run-path (5.1.0+~4.0.0-8) unstable; urgency=medium
+
+ * Team upload
+ * Duplicate Breaks field with Replaces (Closes: #1034945)
+
+ -- Yadd <[email protected]> Fri, 28 Apr 2023 07:08:33 +0400
+
node-npm-run-path (5.1.0+~4.0.0-7) unstable; urgency=medium
* Team upload
diff --git a/debian/control b/debian/control
index 56b3abf..dcd115f 100644
--- a/debian/control
+++ b/debian/control
@@ -20,5 +20,6 @@ Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Breaks: node-execa (<< 6.1.0+dfsg1~)
+Replaces: node-execa (<< 6.1.0+dfsg1~)
Description: Get your PATH prepended with locally installed binaries
Node.js is an event-based server-side JavaScript engine.
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---