[Pkg-javascript-commits] [node-rimraf] branch master updated (87c0a2b -> 9cca269)

Jérémy Lal kapouer at moszumanska.debian.org
Thu Nov 24 08:43:44 UTC 2016


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

kapouer pushed a change to branch master
in repository node-rimraf.

      from  87c0a2b   Release
       new  075daf3   New upstream version 2.5.4
       new  be63633   Merge tag 'upstream/2.5.4'
       new  20ff68d   Refresh patch
       new  7d1ca52   Update changelog
       new  56eabb6   Standards-Version 3.9.8
       new  68e1af4   Testsuite: run tests, update control field
       new  6114cd8   Secure Vcs url
       new  416ad4f   dh9
       new  1482532   Switch to ISC License
       new  dd79547   Update changelog
       new  904dfe2   Test-depend mkdirp
       new  5f0a56d   Just install package.json
       new  2e18931   Update changelog
       new  46be712   Fix perms on script
       new  9cca269   Release

The 15 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                              |   4 +
 .travis.yml                             |   8 ++
 AUTHORS                                 |   6 -
 LICENSE                                 |  32 ++---
 README.md                               |  79 ++++++++++++-
 bin.js                                  |  15 ++-
 debian/changelog                        |  14 +++
 debian/compat                           |   2 +-
 debian/control                          |  10 +-
 debian/copyright                        |  36 +++---
 debian/install                          |   1 +
 debian/links                            |   1 -
 debian/patches/2001_rename_nodejs.patch |  22 +---
 debian/rules                            |   4 +-
 debian/tests/control                    |   4 +-
 package.json                            |  24 ++--
 rimraf.js                               | 201 +++++++++++++++++++++++---------
 test/basic.js                           | 106 +++++++++++++++++
 test/custom-fs.js                       | 187 +++++++++++++++++++++++++++++
 test/fill.js                            |  41 +++++++
 test/run.sh                             |  16 ---
 test/setup.sh                           |  47 --------
 test/test-async.js                      |   5 -
 test/test-sync.js                       |   3 -
 24 files changed, 654 insertions(+), 214 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 delete mode 100644 AUTHORS
 create mode 100644 test/basic.js
 create mode 100644 test/custom-fs.js
 create mode 100644 test/fill.js
 delete mode 100644 test/run.sh
 delete mode 100644 test/setup.sh
 delete mode 100644 test/test-async.js
 delete mode 100644 test/test-sync.js

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



More information about the Pkg-javascript-commits mailing list