example-script-uses-deprecated-nodejs-location
You used /usr/bin/nodejs
or /usr/bin/env nodejs
as an
interpreter for an example script.
The /usr/bin/node
binary was previously provided by
ax25-node
and packages were required to use /usr/bin/nodejs
instead. ax25-node
has since been removed from the archive and the
nodejs
package now ships the /usr/bin/node
binary to match
the rest of the Node.js ecosystem.
Please update your package to use the node
variant.
Severity: | warning |
Experimental: | false |
See also
- list of all the affected packages
- the source of this tag