node-deb
node-deb copied to clipboard
Debian packaging for Node.js projects
Adding `SyslogIdentifier` to `systemd.service` will make logs prettier :) It will go from this ``` Jun 08 09:45:24 hostname index.js[46800]: Some log line ``` To this ``` Jun 08 09:45:24...
Hi. This error on all examples. ``` /tmp/node-deb/test/real-app$ ./test.sh up to date, audited 59 packages in 625ms 7 packages are looking for funding run `npm fund` for details found 0...
When running node-deb in bitbucket pipelines, it complains `dpkg-deb: error: control directory has bad permissions 777 (must be >=0755 and
Hello! I am trying to use node-deb for the first time and I have run into this error. It seems that there is a deprecaton issue with one of the...
My node js package has two clis, which is in `lib/cli/a-commend.js` and `lib/cli/b-commend.js` However I didn't find any docs about who to define two files for `node_deb.entrypoints.cli` I've tried ```...
Hi, let's say we got the following situation. Source in: /usr/src/package Result in: /usr/src/package/build Now I auto generate the package.json file into /usr/src/package/build, because there are all the files that...
Hi I don't know exactly why and when but it seems that with an update a buster, the node_modules/.bin directory is no longer packaged. Any ideas? I use the auto...
When i run this command in debian os node-deb --server.js /lib I am getting the following error. > `dpkg-deb: error: parsing file 'server_1.0.1_all/DEBIAN/control' near line 7 package 'server': end of...
https://manpages.debian.org/stretch/dh-sysuser/dh_sysuser.1.en.html This debhelper manages the users and groups. Available from the Ubuntu Bionic (18.04) version, and Debian Stretch. You can keep the postinst/postrm scripts it clean.