[Pkg-javascript-commits] [node-mkdirp] branch master updated (a835792 -> 23d4a09)

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sat Sep 13 00:40:52 UTC 2014


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

andrewrk-guest pushed a change to branch master
in repository node-mkdirp.

      from  a835792   Release to experimental
       new  c14b89f   update debian/watch to canonical format
       new  180b97f   prepare for new upload
       new  5e37e94   Imported Upstream version 0.5.0
       new  a297bde   Merge tag 'upstream/0.5.0'
       new  faebea6   clean up copyright file
       new  5a65704   install package.json
       new  bb51b4e   update debian/control and add autopkgtest
       new  6c3ec08   update docs; readme file was renamed
       new  c88b641   bump standards-version
       new  23d4a09   changelog

The 10 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          |   3 +-
 README.markdown      |  61 -------------------------------
 bin/cmd.js           |  33 +++++++++++++++++
 bin/usage.txt        |  12 +++++++
 debian/changelog     |  15 ++++++++
 debian/control       |   8 +++--
 debian/copyright     |   4 +--
 debian/docs          |   2 +-
 debian/install       |   3 +-
 debian/tests/control |   3 ++
 debian/watch         |   7 ++--
 index.js             |  75 +++++++++++++++++++-------------------
 package.json         |  46 +++++++++++++-----------
 readme.markdown      | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++
 test/mkdirp.js       |  20 +++++------
 test/opts_fs.js      |  27 ++++++++++++++
 test/opts_fs_sync.js |  25 +++++++++++++
 test/perm.js         |  20 +++++------
 test/perm_sync.js    |  35 ++++++++----------
 test/race.js         |  23 ++++++------
 test/rel.js          |  22 ++++++------
 test/sync.js         |  18 +++++-----
 test/umask.js        |  22 ++++++------
 test/umask_sync.js   |  18 +++++-----
 24 files changed, 375 insertions(+), 227 deletions(-)
 delete mode 100644 README.markdown
 create mode 100755 bin/cmd.js
 create mode 100644 bin/usage.txt
 create mode 100644 debian/tests/control
 create mode 100644 readme.markdown
 create mode 100644 test/opts_fs.js
 create mode 100644 test/opts_fs_sync.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mkdirp.git



More information about the Pkg-javascript-commits mailing list