<div dir="ltr">I am working on packaging jsondiffpatch: <a href="https://github.com/benjamine/jsondiffpatch">https://github.com/benjamine/jsondiffpatch</a><div><br></div><div>This would be:</div><div><br></div><div>Source package: jsondiffpatch.js</div><div>Node package: node-jsondiffpatch</div><div>libjs package: libjs-jsondiffpatch</div><div><br></div><div>Node package part is done. The hard part is the libjs package. The repository ships with build/* containing generated files. So I have excluded those in a dfsg tarball.</div><div><br></div><div>However now we must build those files ourselves. The way it is done is with gulp:</div><div><br></div><div><div>build: node_modules</div><div><span class="" style="white-space:pre">      </span>@./node_modules/.bin/gulp build</div></div><div><br></div><div>gulp is not in debian and it would take a lot of work to get it there:</div><div><br></div><div><a href="http://paste.ubuntu.com/8352160/">http://paste.ubuntu.com/8352160/</a><br></div><div><br></div><div>Additionally, all the gulp stuff is apparently calling browserify, so that build-dependency is dragged in too! x.x</div><div><br></div><div>What can we do?</div></div>