Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: node-par...@packages.debian.org Control: affects -1 + src:node-parse5
Please unblock package node-parse5 [ Reason ] Missing Breaks+Replaces agaist node-cheerio (#1034984) [ Risks ] No risk [ 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-parse5/7.1.2+dfsg-2
diff --git a/debian/changelog b/debian/changelog index 94e7e84..3719f73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +node-parse5 (7.1.2+dfsg-2) unstable; urgency=medium + + * Team upload + * Add missing Breaks+Replaces against node-cheerio (Closes: #1034984) + + -- Yadd <y...@debian.org> Fri, 28 Apr 2023 06:58:41 +0400 + node-parse5 (7.1.2+dfsg-1) unstable; urgency=medium * Apply multi-arch hints (foreign) diff --git a/debian/control b/debian/control index 85e9fc2..c821db8 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,9 @@ Depends: ${misc:Depends} , node-domhandler , node-parse5 Breaks: node-jsdom (<< 20.0.0+repack1~) + , node-cheerio (<< 1.0.0~rc~10+repack-1~) Replaces: node-jsdom (<< 20.0.0+repack1~) + , node-cheerio (<< 1.0.0~rc~10+repack-1~) Description: node-htmlparser2 tree adapter Parse5 provides nearly everything needed when dealing with HTML. It's the fastest spec-compliant HTML parser for Node.js to date. It parses HTML the