Le 21/09/2026 à 16:54, Jérémy Lal a écrit :
Package: pkg-js-tools
Version: 0.17.11
Severity: normal
In https://salsa.debian.org/js-team/node-react-remove-scroll,
package.json#files has
```json
"files": [
"dist",
"UI",
"sidecar"
],
```
but these seem to not be installed, or not all installed.
To get the files properly installed, I need to set debian/nodejs/install
```
dist/
UI/
sidecar/
package.json
```
Hi,
I think you fail on another behavior: an empty debian/nodejs/install
installs nothing except package.json. Try to drop debian/nodejs/install
and everything works well