#1148592 pkg-js-tools: debian/nodejs/links with a link to usr/bin could fix permissions ?

#1148592#5
Date:
2026-09-21 10:00:45 UTC
From:
To:
Example: gulp, or even more recent salsa:js-team/node-prosemirror-buildhelper.

this line in debian/nodejs/links:
gulp/bin/gulp.js /usr/bin/gulp

requires this to be added to debian/rules:

execute_after_dh_fixperms:
  chmod +x debian/gulp/usr/share/nodejs/gulp/bin/gulp.js

I suppose this could be improved to automatically get the right permissions ?