File: example-script-uses-deprecated-nodejs-location.tag

package info (click to toggle)
lintian 2.129.0
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 71,680 kB
  • sloc: perl: 46,081; javascript: 9,151; makefile: 4,058; sh: 3,044; ansic: 714; xml: 518; python: 91; java: 15; cpp: 9; tcl: 4; lisp: 3
file content (14 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (5)
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