diff -Nru node-liftoff-3.1.0/debian/changelog node-liftoff-3.1.0/debian/changelog --- node-liftoff-3.1.0/debian/changelog 2019-11-19 21:40:27.000000000 +0000 +++ node-liftoff-3.1.0/debian/changelog 2019-12-29 05:10:21.000000000 +0000 @@ -1,3 +1,11 @@ +node-liftoff (3.1.0-4) unstable; urgency=medium + + * Team upload + * Add dependency to node-for-own, node-is-plain-object and node-kind-of + (fixes debci and babel build) + + -- Xavier Guimard Sun, 29 Dec 2019 06:10:21 +0100 + node-liftoff (3.1.0-3) unstable; urgency=medium * Team upload diff -Nru node-liftoff-3.1.0/debian/control node-liftoff-3.1.0/debian/control --- node-liftoff-3.1.0/debian/control 2019-11-19 21:33:12.000000000 +0000 +++ node-liftoff-3.1.0/debian/control 2019-12-29 05:08:20.000000000 +0000 @@ -5,17 +5,19 @@ Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12), - node-findup-sync (>= 0.4.2), - node-flagged-respawn (>= 1.0~), - node-resolve (>= 1.1.7), - node-rechoir, - node-lodash-packages, - node-fined, - node-extend, - mocha, - chai, - node-sinon, - nodejs, + chai , + mocha , + node-extend , + node-findup-sync (>= 0.4.2) , + node-fined , + node-flagged-respawn (>= 1.0~) , + node-for-own , + node-is-plain-object , + node-lodash-packages , + node-kind-of , + node-rechoir , + node-resolve (>= 1.1.7) , + node-sinon , pkg-js-tools (>= 0.9.12~) Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/js-team/node-liftoff @@ -27,13 +29,16 @@ Architecture: all Depends: ${misc:Depends}, nodejs, + node-extend, node-findup-sync (>= 0.4.2), + node-fined, node-flagged-respawn (>= 1.0~), + node-for-own, + node-is-plain-object, + node-lodash-packages, + node-kind-of, node-resolve (>= 1.1.7), node-rechoir, - node-lodash-packages, - node-fined, - node-extend Description: command line tool launcher Node.js module to make it easy for globally installed binaries to find and load a local installation, no matter what version it is,