LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

Add all files and directories in tarball to debian/install #70

Closed shanavas786 closed 7 years ago

shanavas786 commented 7 years ago

Since files and directories in npm registry tarball are already filtered by npm, npm2deb can add them to debian/install.

Closes #68