LeoIannacone / npm2deb

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

node-gyp package not found #34

Closed simevo closed 7 years ago

simevo commented 7 years ago
npm2deb depends -b -r yarn
Dependencies:
NPM                                               Debian
yarn (0.16.1)                                     None
...
├─ node-gyp (^3.2.1)                              None

but: https://packages.debian.org/sid/node-gyp this seems weird

shanavas786 commented 7 years ago

@simevo for an npm module foo npm2deb assumes that the debian package is node-foo as directed in debian wiki. node-gyp seems to be an exception. Would you care for a PR ?

LeoIannacone commented 7 years ago

That's right. This is an exception.

You can add it (see uglifyjs) here: https://wiki.debian.org/Javascript/Nodejs/Database

npm2deb reads that db to handle with these packages.

shanavas786 commented 7 years ago

Updated the list.

simevo commented 7 years ago

this is solved now thanks