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.
-- Pkg-javascript-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
