[Pkg-javascript-commits] [node-yarnpkg] branch master updated (96e02ef -> 907d66d)
Paolo Greppi
paolog-guest at moszumanska.debian.org
Sat Dec 24 14:36:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a change to branch master
in repository node-yarnpkg.
from 96e02ef update to 0.18.0
new 5100d0b New upstream version 0.18.1
new 6123e6c Merge tag 'upstream/0.18.1'
new 18635ed new upstream release; fix copyright
new faf0d78 sort dependencies
new 12216f3 fix the name of the nodejs binary
new f66f9b4 only install the required file in usr/lib/nodejs/yarn/bin
new 7ef40f2 fix script-not-executable
new f40517b patch all scripts for nodejs
new 2be6191 generate the manpage
new 218b190 lintian overrides for src/util/normalize-manifest/licenses.js
new 81d7ecf Patch away cmd-shim (only required on Windows)
new eb2f751 Patch away is-ci (not packaged yet in Debian)
new 907d66d minor
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
__tests__/commands/_helpers.js | 5 ++
__tests__/commands/cache.js | 3 +
__tests__/commands/install/integration.js | 43 +++++++---
.../package.json | 6 ++
.../optional-failing/install.js | 1 +
.../optional-failing}/package.json | 2 +-
.../package.json | 5 ++
.../optional-failing/install.js | 1 +
.../optional-failing/package.json | 10 +++
.../package.json | 5 ++
.../sub-dep/install.js | 1 +
.../sub-dep}/package.json | 2 +-
.../GET/registry.npmjs.org/babel-code-frame.bin | Bin 5016 -> 4291 bytes
.../GET/registry.npmjs.org/babel-core.bin | Bin 38204 -> 25802 bytes
.../GET/registry.npmjs.org/babel-generator.bin | Bin 8866 -> 7278 bytes
.../GET/registry.npmjs.org/babel-register.bin | Bin 3986 -> 3545 bytes
.../GET/registry.npmjs.org/babel-runtime.bin | Bin 15045 -> 12391 bytes
.../GET/registry.npmjs.org/babel-traverse.bin | Bin 6925 -> 5893 bytes
.../GET/registry.npmjs.org/babel-types.bin | Bin 6537 -> 5649 bytes
.../GET/registry.npmjs.org/regenerator-runtime.bin | Bin 1651 -> 2189 bytes
.../GET/registry.yarnpkg.com/babel-core.bin | Bin 456510 -> 25844 bytes
.../GET/registry.yarnpkg.com/babel-generator.bin | Bin 86877 -> 7349 bytes
.../GET/registry.yarnpkg.com/babel-register.bin | Bin 29867 -> 3722 bytes
.../GET/registry.yarnpkg.com/babel-runtime.bin | Bin 145571 -> 12565 bytes
.../GET/registry.yarnpkg.com/babel-traverse.bin | Bin 62116 -> 5961 bytes
.../GET/registry.yarnpkg.com/babel-types.bin | Bin 59227 -> 5722 bytes
.../registry.yarnpkg.com/regenerator-runtime.bin | Bin 7588 -> 2365 bytes
__tests__/package-hoister.js | 2 +-
debian/changelog | 4 +-
debian/control | 55 ++++++------
debian/copyright | 62 +++++++++-----
debian/install | 2 +-
debian/patches/00-nodejs.diff | 80 ++++++++++++++++++
debian/patches/01-cmd-shim.diff | 25 ++++++
debian/patches/02-is-ci.diff | 48 +++++++++++
debian/patches/series | 3 +
debian/rules | 13 ++-
debian/source/lintian-overrides | 5 ++
debian/yarnpkg.manpages | 1 +
debian/yarnpkg.md | 94 +++++++++++++++++++++
package.json | 2 +-
src/package-hoister.js | 23 ++---
42 files changed, 418 insertions(+), 85 deletions(-)
create mode 100644 __tests__/fixtures/install/install-should-not-skip-required-shared-deps/package.json
create mode 100644 __tests__/fixtures/install/should-install-failing-optional-deps/optional-failing/install.js
copy __tests__/fixtures/install/{artifacts-finds-and-saves/dummy => should-install-failing-optional-deps/optional-failing}/package.json (72%)
create mode 100644 __tests__/fixtures/install/should-install-failing-optional-deps/package.json
create mode 100644 __tests__/fixtures/install/should-install-failing-optional-sub-deps/optional-failing/install.js
create mode 100644 __tests__/fixtures/install/should-install-failing-optional-sub-deps/optional-failing/package.json
create mode 100644 __tests__/fixtures/install/should-install-failing-optional-sub-deps/package.json
create mode 100644 __tests__/fixtures/install/should-install-failing-optional-sub-deps/sub-dep/install.js
copy __tests__/fixtures/install/{artifacts-finds-and-saves/dummy => should-install-failing-optional-sub-deps/sub-dep}/package.json (78%)
create mode 100644 debian/patches/00-nodejs.diff
create mode 100644 debian/patches/01-cmd-shim.diff
create mode 100644 debian/patches/02-is-ci.diff
create mode 100644 debian/patches/series
create mode 100644 debian/source/lintian-overrides
create mode 100644 debian/yarnpkg.manpages
create mode 100644 debian/yarnpkg.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-yarnpkg.git
More information about the Pkg-javascript-commits
mailing list