LeoIannacone / npm2deb

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

Add '.' as '*.js' to debian/install #69

Closed shanavas786 closed 7 years ago

shanavas786 commented 7 years ago

Closes #68

This is a simple workaround, it should ideally ignore npmingore files and add rest of the files in root directory as described here

LeoIannacone commented 7 years ago

Would be better parse the npmignore file ?

shanavas786 commented 7 years ago

@LeoIannacone there is a catch, debian/install is created based on tarball from npm registry. That makes things easy, we can include all the files and directories in tarball root. WDYT?

shanavas786 commented 7 years ago

created a new PR please check #70

LeoIannacone commented 7 years ago

Makes sense to me include everything.