Your message dated Mon, 12 Apr 2021 20:09:05 +0000
with message-id <e1lw2rp-0006vv...@respighi.debian.org>
and subject line unblock node-core-js
has caused the Debian Bug report #986831,
regarding unblock: node-core-js/3.8.2-2
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 ow...@bugs.debian.org
immediately.)
--
986831: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986831
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package node-core-js
[ Reason ]
node-core-js provides a broken and useless symlink (#985697).
[ Impact ]
No real impact, just a uselss broken symlink
[ Tests ]
Test & autopkgtest still works
[ 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-core-js/3.8.2-2
diff --git a/debian/changelog b/debian/changelog
index 666b438..35d757b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-core-js (3.8.2-2) unstable; urgency=medium
+
+ * Team upload
+ * Remove useless and broken symlink (Closes: #985697)
+
+ -- Yadd <y...@debian.org> Mon, 22 Mar 2021 11:42:29 +0100
+
node-core-js (3.8.2-1) unstable; urgency=medium
* Team upload
diff --git a/debian/copyright b/debian/copyright
index 287bf91..6cce180 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: Expat
Files: debian/*
Copyright: 2016, Sruthi Chandran <s...@disroot.org>
- 2019, Xavier Guimard <y...@debian.org>
+ 2019, Yadd <y...@debian.org>
License: Expat
License: Expat
diff --git a/debian/rules b/debian/rules
index af0314f..a7cb47a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_build:
node packages/core-js-compat/src/build-data
node packages/core-js-compat/src/build-entries
node packages/core-js-compat/src/build-modules-by-versions
- for i in es features internals modules proposals scripts stable stage
web configurator.js postinstall.js; do \
+ for i in es features internals modules proposals stable stage web
configurator.js postinstall.js; do \
ln -s ../../packages/core-js/$$i packages/core-js-pure/$$i; \
done
cp packages/core-js/index.js packages/core-js-pure/
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---