The git repo on alioth (which I misspelled above): https://anonscm.debian.org/git/pkg-javascript/node-yarnpkg.git contains my current attempt at packaging node-yarnpkg 0.18.0
Good progress is being made on the dependencies required for running yarnpkg 0.16.1, as identified here: https://bugs.debian.org/843021#80 But while some dependencies present in version 0.16.1 were dropped, new ones are required for 0.18.0: - inquirer need packaging (ITP: https://bugs.debian.org/848364) - is-ci (which I am confident we should be able to skip / patch away). Some of the dependencies which are in Debian need updating: - node-bytes to 2.4.0 - node-commander to 2.9.0 - node-debug to 2.2.0 - node-diff to 2.2.1 - node-ini to 1.3.4 - node-mkdirp to 0.5.1 - node-read to 1.0.7 - node-request to 2.75.0 For the build, it requires gulp (see https://wiki.debian.org/Javascript/Nodejs/Tasks/gulp). As it stands now (without gulp) it is failing because it finds no lib directory in the source. I can build the lib directory with: npm install gulp npm install gulp-plumber npm install gulp-newer npm install gulp-babel npm install gulp-sourcemaps npm install gulp-watch npm install gulp-util npm install gulp-if ./node_modules/.bin/gulp As soon as gulp is ready, I will certainly need some help with setting up the override_dh_auto_build target ... Paolo