<div dir="ltr"><div>from #debian-multimedia</div><div><br></div><div><fsateler> andrewrk: why did you remove the ncp binary?</div><div><andrewrk> fsateler, it clutters up the global bin namespace, and why would you ever use it instead of plain old cp ?</div>

<div><andrewrk> it seems common for node module authors to include useless binaries with their libraries</div><div><andrewrk> another one: <a href="https://github.com/rvagg/node-errno">https://github.com/rvagg/node-errno</a></div>

<div><andrewrk> in the common use case, all node modules are installed locally to the project. so people are not worried about picking globally unique binary names. in the above project if you were using it you could do something like:</div>

<div><andrewrk> ./node_modules/.bin/errno foo</div><div><andrewrk> while developing. but as node-errno debian package I think it makes sense to only include the library functionality</div><div><andrewrk> I suppose Jérémy Lal would have an opinion on this</div>

<div><br></div><div>Any other opinions out there?</div></div>