[Pkg-javascript-commits] [node-mocha] branch master updated (1196d0b -> 18481b1)

Leo Iannacone l3on-guest at moszumanska.debian.org
Wed Oct 15 18:03:12 UTC 2014


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

l3on-guest pushed a change to branch master
in repository node-mocha.

      from  1196d0b   update debian changelog
       new  739f5fe   Imported Upstream version 1.21.4
       new  2fc87e9   Merge tag 'upstream/1.21.4'
       new  ef62083   Imported Upstream version 1.21.5
       new  5377a0c   Merge tag 'upstream/1.21.5'
       new  06db38e   Bump Standards-Version 3.9.6
       new  21fe205   refresh patches
       new  458f674   Bundle escape-string-regexp - right now it is too small and really only reverse depends on mocha
       new  c5d11ea   debian/copyright: add entry about escape-string-regex
       new  0d98eea   install escape-string-regexp files
       new  58a06cc   add autopkgtest suite
       new  f832800   udpate Makefile patch
       new  18481b1   update debian/changelog

The 12 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                                        |   6 +-
 History.md                                         |  59 ++-
 Makefile                                           |  36 +-
 Readme.md                                          | 337 +++++++-------
 bin/_mocha                                         | 106 ++---
 bin/mocha                                          |   5 +
 bower.json                                         |   2 +-
 component.json                                     |   2 +-
 debian/changelog                                   |  19 +-
 debian/control                                     |   3 +-
 debian/copyright                                   |   4 +
 debian/mocha.install                               |   3 +
 debian/patches/0001_makefile.patch                 |  36 +-
 debian/patches/0003_images_in_usr_share.patch      |  15 +-
 .../patches/0004-bundle_escape-string-regexp.patch | 179 ++++++++
 debian/patches/series                              |   1 +
 debian/tests/control                               |   2 +
 debian/tests/require                               |   3 +
 lib/browser/escape-string-regexp.js                |  11 +
 lib/browser/{fs.js => glob.js}                     |   0
 lib/context.js                                     |  15 +
 lib/interfaces/bdd.js                              |   7 +-
 lib/interfaces/exports.js                          |   2 +-
 lib/interfaces/qunit.js                            |   3 +-
 lib/interfaces/tdd.js                              |   7 +-
 lib/mocha.js                                       |  45 +-
 lib/ms.js                                          |   2 +-
 lib/reporters/base.js                              |  54 +--
 lib/reporters/doc.js                               |   7 +
 lib/reporters/dot.js                               |   5 +-
 lib/reporters/json-cov.js                          |   2 +-
 lib/reporters/json.js                              |  24 +-
 lib/reporters/nyan.js                              |   2 +-
 lib/reporters/progress.js                          |  10 +-
 lib/reporters/templates/coverage.jade              |   3 +-
 lib/reporters/xunit.js                             |   3 +-
 lib/runnable.js                                    |  41 +-
 lib/runner.js                                      |  23 +-
 lib/suite.js                                       |  24 +
 lib/utils.js                                       | 123 +++++-
 mocha.js                                           | 483 ++++++++++++++++-----
 package.json                                       |  26 +-
 support/compile.js                                 |  14 +-
 support/tail.js                                    |  14 +-
 test/acceptance/context.js                         |   6 +
 test/acceptance/diffs.js                           |   7 +
 test/acceptance/failing/timeout.js                 |  17 +
 test/acceptance/timeout.js                         |  59 +++
 test/acceptance/utils.js                           |  63 ++-
 test/regression/issue1327/case.js                  |  14 +
 test/regression/issue1327/control.js               |  10 +
 test/reporters/base.js                             |  68 +++
 test/reporters/json.js                             |  62 +++
 test/runnable.js                                   |  81 ++++
 54 files changed, 1678 insertions(+), 477 deletions(-)
 create mode 100644 debian/patches/0004-bundle_escape-string-regexp.patch
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/require
 create mode 100644 lib/browser/escape-string-regexp.js
 copy lib/browser/{fs.js => glob.js} (100%)
 create mode 100644 test/acceptance/failing/timeout.js
 create mode 100644 test/regression/issue1327/case.js
 create mode 100644 test/regression/issue1327/control.js
 create mode 100644 test/reporters/base.js
 create mode 100644 test/reporters/json.js

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



More information about the Pkg-javascript-commits mailing list