LeoIannacone / npm2deb

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

Exclude unwanted files from debian/install #78

Closed shanavas786 closed 6 years ago

shanavas786 commented 7 years ago

npm includes a lot of files like licence, changelog, etc... that are not supposed to be shipped in /usr/lib// or at all.

Fixes #74

shanavas786 commented 7 years ago

@amruth27m thanks, updated.

pravi commented 7 years ago

@shanavas786 I think you can ignore spec also.

shanavas786 commented 6 years ago

@LeoIannacone please have a look.