[Pkg-javascript-devel] how to address node-lodash 841698

Pirate Praveen praveen at onenetbeyond.org
Wed Nov 2 07:45:33 UTC 2016


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/attachments/20161102/c4c4eee8/attachment.sig>


More information about the Pkg-javascript-devel mailing list