[Pkg-javascript-commits] [node-gyp] 78/82: Merge tag 'upstream/2.0.2'

Ximin Luo infinity0 at debian.org
Mon Aug 31 00:41:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository node-gyp.

commit 30e90d7618a864a2b43894d4f92150e0497194f0
Merge: 8cb90b0 d59d56a
Author: Ximin Luo <infinity0 at pwned.gg>
Date:   Mon Aug 31 02:23:18 2015 +0200

    Merge tag 'upstream/2.0.2'
    
    Upstream version 2.0.2
    
    # gpg: Signature made Mon 31 Aug 2015 02:23:17 CEST
    # gpg:                using RSA key 860DEF3B8F650B79
    # gpg: Good signature from "Ximin Luo <infinity0 at pwned.gg>" [ultimate]
    # gpg:                 aka "Ximin Luo <infinity0 at torproject.org>" [ultimate]
    # gpg:                 aka "Ximin Luo <infinity0 at freenetproject.org>" [ultimate]
    # gpg:                 aka "Ximin Luo <infinity0 at debian.org>" [ultimate]

 0001-gyp-always-install-into-PRODUCT_DIR.patch     |  35 ++++
 ...ly-https-codereview.chromium.org-11361103.patch |  36 ++++
 ...se-links-at-all-just-copy-the-files-inste.patch |  39 ++++
 History.md                                         |  41 ++++
 README.md                                          |  61 ++++--
 addon.gypi                                         |  58 +++++-
 lib/build.js                                       |  12 +-
 lib/configure.js                                   |  32 +++-
 lib/install.js                                     | 103 +++++++++-
 lib/node-gyp.js                                    |   7 +-
 lib/rebuild.js                                     |   4 +-
 node_modules/.bin/mkdirp                           |   1 +
 node_modules/path-array/.npmignore                 |   1 +
 node_modules/path-array/.travis.yml                |   6 +
 node_modules/path-array/History.md                 |  22 +++
 node_modules/path-array/README.md                  |  92 +++++++++
 node_modules/path-array/index.js                   | 137 ++++++++++++++
 .../path-array/node_modules/array-index/.jshintrc  |   4 +
 .../path-array/node_modules/array-index/.npmignore |   1 +
 .../node_modules/array-index/.travis.yml           |   5 +
 .../path-array/node_modules/array-index/History.md |  39 ++++
 .../path-array/node_modules/array-index/Makefile   |  11 ++
 .../path-array/node_modules/array-index/README.md  | 156 +++++++++++++++
 .../node_modules/array-index/component.json        |  22 +++
 .../path-array/node_modules/array-index/index.js   | 180 ++++++++++++++++++
 .../array-index/node_modules/debug/.jshintrc       |   3 +
 .../array-index/node_modules/debug/.npmignore      |   6 +
 .../array-index/node_modules/debug/History.md      | 195 +++++++++++++++++++
 .../array-index/node_modules/debug/Makefile        |  36 ++++
 .../array-index/node_modules/debug/Readme.md       | 188 ++++++++++++++++++
 .../array-index/node_modules/debug/bower.json      |  28 +++
 .../array-index/node_modules/debug/browser.js      | 168 +++++++++++++++++
 .../array-index/node_modules/debug/component.json  |  19 ++
 .../array-index/node_modules/debug/debug.js        | 197 +++++++++++++++++++
 .../array-index/node_modules/debug/node.js         | 209 +++++++++++++++++++++
 .../node_modules/debug/node_modules/ms/.npmignore  |   5 +
 .../node_modules/debug/node_modules/ms/History.md  |  66 +++++++
 .../node_modules/debug/node_modules/ms/LICENSE     |  20 ++
 .../node_modules/debug/node_modules/ms/README.md   |  35 ++++
 .../node_modules/debug/node_modules/ms/index.js    | 125 ++++++++++++
 .../debug/node_modules/ms/package.json             |  48 +++++
 .../array-index/node_modules/debug/package.json    |  73 +++++++
 .../node_modules/array-index/package.json          |  58 ++++++
 node_modules/path-array/package.json               |  56 ++++++
 package.json                                       |  22 ++-
 src/win_delay_load_hook.c                          |  33 ++++
 46 files changed, 2638 insertions(+), 57 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-gyp.git



More information about the Pkg-javascript-commits mailing list