summaryrefslogtreecommitdiffstats
path: root/tags/e/example-script-uses-deprecated-nodejs-location.tag
blob: 5009bd80410f6a7a5272130e5e79724b0310ea2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Tag: example-script-uses-deprecated-nodejs-location
Severity: warning
Check: scripts
Explanation: You used <code>/usr/bin/nodejs</code> or <code>/usr/bin/env nodejs</code> as an
 interpreter for an example script.
 .
 The <code>/usr/bin/node</code> binary was previously provided by
 <code>ax25-node</code> and packages were required to use <code>/usr/bin/nodejs</code>
 instead. <code>ax25-node</code> has since been removed from the archive and the
 <code>nodejs</code> package now ships the <code>/usr/bin/node</code> binary to match
 the rest of the Node.js ecosystem.
 .
 Please update your package to use the <code>node</code> variant.
See-Also: Bug#614907, Bug#862051