[Pkg-javascript-commits] [node-ncp] branch master updated (04b7cfb -> 8cf5113)

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Wed Jul 9 23:14:15 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-ncp.

      from  04b7cfb   fix copyright year
       new  f6da136   remove debian/dirs
       new  1bce6f9   add more to long description
       new  74224ac   changelog: version and timestamp bump
       new  9f8883f   Imported Upstream version 0.6.0
       new  8cf5113   Merge tag 'upstream/0.6.0'

The 5 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                                      |   2 +-
 README.md                                       |   5 +
 debian/changelog                                |   5 +-
 debian/control                                  |  19 +++
 debian/dirs                                     |   1 -
 lib/ncp.js                                      |  29 ++--
 package.json                                    |   2 +-
 test/broken-symlink-fixtures/src/broken-symlink |   1 +
 test/ncp.js                                     | 191 +++++++++++++++++-------
 test/{fixtures => regular-fixtures}/src/a       |   0
 test/{fixtures => regular-fixtures}/src/b       |   0
 test/{fixtures => regular-fixtures}/src/c       |   0
 test/{fixtures => regular-fixtures}/src/d       |   0
 test/{fixtures => regular-fixtures}/src/e       |   0
 test/{fixtures => regular-fixtures}/src/f       |   0
 test/{fixtures => regular-fixtures}/src/sub/a   |   0
 test/{fixtures => regular-fixtures}/src/sub/b   |   0
 test/symlink-fixtures/src/dir-symlink           |   1 +
 test/symlink-fixtures/src/dir/bar               |   1 +
 test/symlink-fixtures/src/file-symlink          |   1 +
 test/symlink-fixtures/src/foo                   |   1 +
 21 files changed, 189 insertions(+), 70 deletions(-)
 delete mode 100644 debian/dirs
 create mode 120000 test/broken-symlink-fixtures/src/broken-symlink
 rename test/{fixtures => regular-fixtures}/src/a (100%)
 rename test/{fixtures => regular-fixtures}/src/b (100%)
 rename test/{fixtures => regular-fixtures}/src/c (100%)
 rename test/{fixtures => regular-fixtures}/src/d (100%)
 rename test/{fixtures => regular-fixtures}/src/e (100%)
 rename test/{fixtures => regular-fixtures}/src/f (100%)
 rename test/{fixtures => regular-fixtures}/src/sub/a (100%)
 rename test/{fixtures => regular-fixtures}/src/sub/b (100%)
 create mode 120000 test/symlink-fixtures/src/dir-symlink
 create mode 100644 test/symlink-fixtures/src/dir/bar
 create mode 120000 test/symlink-fixtures/src/file-symlink
 create mode 100644 test/symlink-fixtures/src/foo

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



More information about the Pkg-javascript-commits mailing list