On Wednesday 02 November 2016 01:09 AM, Paolo Greppi wrote: > Next I'd create branch from there with branch name "debian/sid" and work > on that that branch to avoid interfering with the master branch. > > Any comments ?
You can just work on the master branch. We do all the work targeting sid on master branch. But we cannot update lodash yet because it has two reverse dependencies. You have to make sure both works with the new version of lodash. $ apt-cache rdepends node-lodash node-lodash Reverse Depends: node-findup-sync node-globule New version of findup-sync does not depend on lodash, so you have to wait till a new version of findup-sync is uploaded or test the current version of findup-sync with new version of lodash. $ apt-cache rdepends node-globule node-globule Reverse Depends: So you'll have to check if the current version of globule works with the new version of lodash or update globule along with lodash. But I suggest you try packaging a few new packages to get experience before trying to update existing packages. You could take any from https://wiki.debian.org/Javascript/Nodejs/Tasks/gulp
signature.asc
Description: OpenPGP digital signature
-- Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
