[Pkg-javascript-commits] [node-bluebird] branch master updated (06f8b85 -> a47c533)

Ross Gammon ross-guest at moszumanska.debian.org
Tue Oct 10 11:39:56 UTC 2017


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

ross-guest pushed a change to branch master
in repository node-bluebird.

      from  06f8b85   Update changelog to latest upstream version
       new  b81b431   New upstream version 3.5.1+dfsg1
       new  77e03e4   Merge tag 'upstream/3.5.1+dfsg1'
       new  96049be   install the right files
       new  7c19caa   don't need to s/node/nodejs/ any more
       new  66a0581   update fix_root_dir patch to apply to new upstream source
       new  c9ae61d   set debian/node-modules/bluebird to be the same as the resulting build
       new  0dee8c8   minor updates to README
       new  d250075   add myself to uploaders
       new  c61fc52   Merge remote-tracking branch 'hubert/master'
       new  81105d5   Update changelog version to the latest release
       new  2c8c7f0   Add further build dependencies from package.json
       new  00bd40a   npm install of bluebird node-module
       new  6cf8472   Refesh fix_root_dir patch
       new  4d24e21   Enable tests that can run, and add notes to d/rules
       new  bf3845d   Merge branch 'final-push'
       new  b9afa18   Update prebuilt node-module to 3.5.1
       new  a47c533   Playing around to build with prebuilt & test with built release

The 17 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:
 .travis.yml                                        |   2 +
 README.md                                          |   3 +-
 bower.json                                         |   2 +-
 debian/README.Debian                               |   3 +-
 debian/README.source                               |  10 ++
 debian/changelog                                   |   2 +-
 debian/control                                     |  12 +-
 debian/node-bluebird.install                       |   2 +-
 debian/node-bluebird.lintian-overrides             |   2 +-
 debian/node-modules/bluebird/LICENSE               |   2 +-
 debian/node-modules/bluebird/README.md             |   5 +-
 .../bluebird/js/browser/bluebird.core.js           | 123 +++++++++++-------
 .../bluebird/js/browser/bluebird.core.min.js       |   8 +-
 .../node-modules/bluebird/js/browser/bluebird.js   | 127 ++++++++++--------
 .../bluebird/js/browser/bluebird.min.js            |  10 +-
 debian/node-modules/bluebird/js/release/async.js   |   5 -
 .../bluebird/js/release/debuggability.js           |  10 +-
 debian/node-modules/bluebird/js/release/finally.js |  39 +++++-
 .../node-modules/bluebird/js/release/generators.js |   2 +-
 debian/node-modules/bluebird/js/release/promise.js |  24 ++--
 .../bluebird/js/release/promise_array.js           |   1 +
 debian/node-modules/bluebird/js/release/props.js   |   2 +-
 debian/node-modules/bluebird/js/release/queue.js   |  17 ---
 .../node-modules/bluebird/js/release/schedule.js   |   8 +-
 debian/node-modules/bluebird/js/release/util.js    |  13 +-
 debian/node-modules/bluebird/package.json          | 143 +++++++++++++--------
 debian/patches/fix_root_dir.patch                  |  12 +-
 debian/patches/nodejs.patch                        |  35 -----
 debian/patches/series                              |   1 -
 debian/rules                                       | 104 ++++++++++++++-
 docs/_config.yml                                   |   2 +-
 docs/docs/api-reference.md                         |   2 +-
 docs/docs/api/all.md                               |   6 +-
 docs/docs/api/promise.all.md                       |   2 +-
 docs/docs/api/promise.longstacktraces.md           |   2 +-
 .../api/promise.onpossiblyunhandledrejection.md    |   4 +-
 docs/docs/api/promise.setscheduler.md              |   2 +-
 docs/docs/api/tap.md                               |   2 +
 docs/docs/api/tapcatch.md                          |  45 ++++---
 docs/docs/changelog.md                             |  15 +++
 docs/docs/error-explanations.md                    |  38 +++---
 docs/docs/warning-explanations.md                  |  16 +--
 docs/docs/why-bluebird.md                          |  10 +-
 docs/docs/working-with-callbacks.md                |  74 +++--------
 package.json                                       |   2 +-
 src/debuggability.js                               |   5 +-
 src/util.js                                        |   5 +-
 test/mocha/unhandled_rejections.js                 |  22 ++++
 tools/README.md                                    |   8 +-
 49 files changed, 592 insertions(+), 399 deletions(-)
 delete mode 100644 debian/patches/nodejs.patch

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



More information about the Pkg-javascript-commits mailing list