LeoIannacone / npm2deb

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

c++ addons need to depend on virtual package nodejs-abi-11 #16

Open kapouer opened 9 years ago

kapouer commented 9 years ago

See https://bugs.debian.org/785748 for details - and i'll add more info as soon as i understand what this means for npm2deb

kapouer commented 9 years ago

Implemented in nodejs 4.1.2~dfsg-1 in experimental, see bottom of page: https://wiki.debian.org/Javascript/Nodejs/Manual

kapouer commented 9 years ago

basically all that's needed is dh $@ --with nodejs when the module has some binding.gyp file in it.