Your message dated Sat, 27 May 2023 08:37:11 +0200
with message-id <925a229b-5d04-81c6-10d6-1e2c6013e...@debian.org>
and subject line Re: Bug#1036605: unblock: node-is-docker/3.0.0-5
has caused the Debian Bug report #1036605,
regarding unblock: node-is-docker/3.0.0-6
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.)
--
1036605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036605
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
X-Debbugs-Cc: node-is-doc...@packages.debian.org
Control: affects -1 + src:node-is-docker
Please unblock package node-is-docker
[ Reason ]
The /usr/bin/is-docker link was broken
[ Impact ]
Library unusable in command-line
[ Tests ]
No changes
[ 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-is-docker/3.0.0-5
diff --git a/debian/changelog b/debian/changelog
index 5270a2c..4d93442 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-is-docker (3.0.0-5) unstable; urgency=medium
+
+ * Team upload
+ * Declare compliance with policy 4.6.2
+ * Fix /usr/bin/is-docker link (Closes: #1036579)
+
+ -- Yadd <y...@debian.org> Tue, 23 May 2023 12:15:54 +0400
+
node-is-docker (3.0.0-4) unstable; urgency=medium
* team upload
diff --git a/debian/control b/debian/control
index e6a687b..7c4821f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs (>= 0.14.12~)
, rollup
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Homepage: https://github.com/sindresorhus/is-docker#readme
Vcs-Git: https://salsa.debian.org/js-team/node-is-docker.git
Vcs-Browser: https://salsa.debian.org/js-team/node-is-docker
diff --git a/debian/links b/debian/links
deleted file mode 100644
index b9973ef..0000000
--- a/debian/links
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/nodejs/is-docker/cli.js usr/bin/is-docker
diff --git a/debian/nodejs/links b/debian/nodejs/links
new file mode 100644
index 0000000..6016422
--- /dev/null
+++ b/debian/nodejs/links
@@ -0,0 +1 @@
+is-docker/cli.js /usr/bin/is-docker
diff --git a/debian/rules b/debian/rules
index b6e6027..ee9210e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,7 @@
override_dh_auto_build:
mjs2cjs index.js
perl -i -pe 's/node://' index.cjs
+
+override_dh_fixperms:
+ dh_fixperms
+ chmod +x debian/node-is-docker/usr/share/nodejs/is-docker/cli.js
--- End Message ---
--- Begin Message ---
Hi,
On 23-05-2023 10:25, Yadd wrote:
unblock node-is-docker/3.0.0-5
unblocked, thanks.
Paul
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---