[Pkg-javascript-commits] [node-source-map] branch master updated (5fd47f2 -> c981181)

Julien Puydt julien.puydt at laposte.net
Thu Sep 28 05:55:58 UTC 2017


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

jpuydt-guest pushed a change to branch master
in repository node-source-map.

      from  5fd47f2   Prepare for upload
       new  050af29   New upstream version 0.6.0+dfsg
       new  f554fdd   Updated version 0.6.0+dfsg from 'upstream/0.6.0+dfsg'
       new  c3217db   Package new upstream 0.6.0
       new  fc85cc0   Bump std-ver to 4.1.0
       new  d04006f   Mark the libjs* package Multi-Arch foreign following hinter
       new  73aa56e   Bump d/watch to version 4
       new  e5eae4a   Remove testsuite autopkgtest declaration
       new  786e0cc   Add overrides for long lines containing source code with \n
       new  c981181   Prepare for upload

The 9 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:
 .gitignore                             |   3 +
 README.md                              |  41 ++-
 debian/changelog                       |  10 +
 debian/control                         |   4 +-
 debian/source/lintian-overrides        |   3 +
 debian/watch                           |   2 +-
 dist/source-map.debug.js               | 356 ++++++++++++++++-------
 dist/source-map.js                     | 354 ++++++++++++++++-------
 dist/source-map.min.js                 |   2 +-
 dist/source-map.min.js.map             |   2 +-
 dist/test/test_api.js                  | 360 ++++++++++++++++-------
 dist/test/test_array_set.js            | 136 +++++++--
 dist/test/test_base64.js               |  10 +-
 dist/test/test_base64_vlq.js           |  14 +-
 dist/test/test_binary_search.js        |  10 +-
 dist/test/test_dog_fooding.js          | 384 +++++++++++++++++++------
 dist/test/test_quick_sort.js           |  10 +-
 dist/test/test_source_map_consumer.js  | 509 ++++++++++++++++++++++++++-------
 dist/test/test_source_map_generator.js | 436 +++++++++++++++++++++-------
 dist/test/test_source_node.js          | 443 ++++++++++++++++++++--------
 dist/test/test_util.js                 | 139 ++++++++-
 lib/source-map-consumer.js             | 143 +++++----
 lib/source-map-generator.js            |   9 +
 lib/source-node.js                     |   4 +-
 lib/util.js                            |  83 +++++-
 package.json                           |   3 +-
 test/test-source-map-consumer.js       | 125 +++++++-
 test/test-source-map-generator.js      |  24 ++
 test/test-source-node.js               |  31 +-
 test/test-util.js                      |  44 +++
 test/util.js                           |  52 ++++
 31 files changed, 2896 insertions(+), 850 deletions(-)
 create mode 100644 debian/source/lintian-overrides

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



More information about the Pkg-javascript-commits mailing list