[Pkg-javascript-commits] [node-string-decoder] branch master updated (874ae03 -> d14a59a)

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 11 15:12:30 UTC 2017


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

rouca pushed a change to branch master
in repository node-string-decoder.

      from  874ae03   Fix version error in README.Debian
       new  0211f3a   package.json etc, implementation ripped from browser-builtins
       new  f26b334   added and adapted scraper from readable-stream
       new  c355459   current version + tests
       new  a95cbd3   added back Buffer as a require()
       new  2bfb555   added README, fixed LICENCE to match Joyent's
       new  7bf1106   0.0.1
       new  8c1e184   update package.json
       new  01bb143   0.10.24
       new  06bb4af   pulled in changes from Node 0.11.10
       new  9de15dc   0.11.10
       new  209f45b   fix missing Buffer.isEncoding on Node 0.8
       new  03eca8a   missing Buffer.isEncoding() on Node 0.8
       new  12006bd   @0.11.10-1 fix missing Buffer.isEncoding on Node 0.8
       new  b171087   ignore build and test for deploys
       new  9c79882   remove build/ and test/ from package
       new  0cd36da   remove build/ and test/ from package
       new  1ea0385   Updated to node v7.8.0.
       new  8ab2bfc   Updated README.
       new  d27e49a   Updated the LICENSE to the nodejs one.
       new  53f692c   Support for Node v0.8.
       new  5dd33eb   Merge pull request #2 from rvagg/update-to-latest-core
       new  847f2f5   Bumped v1.0.0.
       new  b54cc7c   Merge tag 'v1.0.0' into upstream
       new  c8995c9   Merge tag 'upstream/1.0.0'
       new  6c66be3   Fix debian package
       new  5e26de0   Fix testsuite
       new  d14a59a   Fix install path

The 27 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:
 .npmignore                               |   2 +
 LICENSE                                  |  68 +++-
 README.md                                |  31 +-
 build/build.js                           | 165 +++++---
 build/files.js                           |  67 +++-
 build/package.json                       |  19 +-
 build/test-replacements.js               |  39 ++
 debian/README.Debian                     |  10 -
 debian/changelog                         |   8 +
 debian/compat                            |   2 +-
 debian/control                           |  13 +-
 debian/copyright                         |   3 +
 debian/install                           |   2 +-
 debian/patches/fixtestsuite.patch        |  25 ++
 debian/patches/series                    |   1 +
 debian/rules                             |  10 +-
 index.js                                 | 200 ----------
 lib/string_decoder.js                    | 273 +++++++++++++
 package.json                             |  11 +-
 test/common.js                           | 648 ++++++++++++++++++++++++-------
 test/parallel/test-string-decoder-end.js |  60 +++
 test/parallel/test-string-decoder.js     | 173 +++++++++
 test/simple/test-string-decoder-end.js   |  75 ----
 test/simple/test-string-decoder.js       | 163 --------
 24 files changed, 1391 insertions(+), 677 deletions(-)
 create mode 100644 .npmignore
 delete mode 100644 debian/README.Debian
 create mode 100644 debian/patches/fixtestsuite.patch
 create mode 100644 debian/patches/series
 delete mode 100644 index.js
 create mode 100644 lib/string_decoder.js
 create mode 100644 test/parallel/test-string-decoder-end.js
 create mode 100644 test/parallel/test-string-decoder.js
 delete mode 100644 test/simple/test-string-decoder-end.js
 delete mode 100644 test/simple/test-string-decoder.js

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



More information about the Pkg-javascript-commits mailing list