Package: release.debian.org User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-CC: jpu...@debian.org Severity: normal
Please unblock package node-es6-shim [ Reason ] Two days ago an RC bug was reported about broken symlinks in version 0.35.6+ds-1 ; I uploaded 0.35.6+ds-2 to unstable fixing those. [ Impact ] If the unblock isn't granded, the shipped package will have broken symlinks. [ Tests ] "dpkg-deb -c" shows the links point to good locations now. [ Risks ] Only packaging changes, so quite low. [ Checklist ] [*] all changes are documented in the changelog. (only one of them) [*] I reviewed all changes and I approve them (did the change myself) [*] attach debdiff against the package in testing (I have read it carefully, and attached it) [ Other info ] None. unblock node-es6-shim/0.35.6+ds-2
diff -Nru node-es6-shim-0.35.6+ds/debian/changelog node-es6-shim-0.35.6+ds/debian/changelog --- node-es6-shim-0.35.6+ds/debian/changelog 2020-10-20 12:58:25.000000000 +0200 +++ node-es6-shim-0.35.6+ds/debian/changelog 2021-05-19 08:22:39.000000000 +0200 @@ -1,3 +1,9 @@ +node-es6-shim (0.35.6+ds-2) unstable; urgency=medium + + * Fix broken symlinks (Closes: #988654). + + -- Julien Puydt <jpu...@debian.org> Wed, 19 May 2021 08:22:39 +0200 + node-es6-shim (0.35.6+ds-1) unstable; urgency=medium [ Debian Janitor ] diff -Nru node-es6-shim-0.35.6+ds/debian/node-es6-shim.links node-es6-shim-0.35.6+ds/debian/node-es6-shim.links --- node-es6-shim-0.35.6+ds/debian/node-es6-shim.links 2020-10-20 12:58:25.000000000 +0200 +++ node-es6-shim-0.35.6+ds/debian/node-es6-shim.links 2021-05-19 08:22:39.000000000 +0200 @@ -1,4 +1,4 @@ -usr/share/javascript/es6-shim/es6-sham.js usr/share/nodejs/es6-shim/es6-sham.js -usr/share/javascript/es6-shim/es6-sham.map usr/share/nodejs/es6-shim/es6-sham.map -usr/share/javascript/es6-shim/es6-shim.js usr/share/nodejs/es6-shim/es6-shim.js -usr/share/javascript/es6-shim/es6-shim.map usr/share/nodejs/es6-shim/es6-shim.map +usr/share/javascript/es6-shim/es6-sham.min.js usr/share/nodejs/es6-shim/es6-sham.js +usr/share/javascript/es6-shim/es6-sham.min.js.map usr/share/nodejs/es6-shim/es6-sham.js.map +usr/share/javascript/es6-shim/es6-shim.min.js usr/share/nodejs/es6-shim/es6-shim.js +usr/share/javascript/es6-shim/es6-shim.min.js.map usr/share/nodejs/es6-shim/es6-shim.js.map