[Pkg-javascript-commits] [node-cross-spawn] branch master updated (fdeec22 -> 89fbe94)
Sruthi Chandran
srud-guest at moszumanska.debian.org
Mon Nov 7 06:42:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a change to branch master
in repository node-cross-spawn.
from fdeec22 Finalise changelog & set distribution to unstable
new 9e957d7 Manually import version 4.0.2 to master
new dc893e4 New upstream release
new 7792016 Refresh patches
new 4a60424 Update changelog
new 0c38f41 Import hidden files to master
new 89fbe94 Update Standards version, fix tests, install lib folder
The 6 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:
.eslintrc | 7 ++
.jshintrc | 62 -----------------
.travis.yml | 4 +-
README.md | 19 ++++--
appveyor.yml | 4 +-
debian/changelog | 8 +++
debian/control | 2 +-
debian/install | 1 +
debian/patches/nodejs_test.patch | 58 ++++++++++------
debian/patches/series | 1 -
debian/patches/shebang.patch | 9 +--
debian/patches/spawn-sync.patch | 19 ------
debian/tests/control | 3 +
index.js | 64 +++++++++---------
lib/enoent.js | 73 ++++++++++++++++++++
lib/hasBrokenSpawn.js | 11 +++
lib/parse.js | 140 +++++++++++++++++++++++++++++++++++++++
lib/resolveCommand.js | 31 +++++++++
package.json | 22 +++---
test/.eslintrc | 10 +++
test/fixtures/echo.js | 2 +
test/fixtures/exit.js | 2 +
test/fixtures/shebang | 2 +
test/fixtures/shebang_noenv | 3 -
test/fixtures/win-ppid.js | 12 ++++
test/prepare.js | 18 ++++-
test/test.js | 101 +++++++++++++++++++++-------
test/util/buffered.js | 3 +-
28 files changed, 505 insertions(+), 186 deletions(-)
create mode 100644 .eslintrc
delete mode 100644 .jshintrc
delete mode 100644 debian/patches/spawn-sync.patch
create mode 100644 lib/enoent.js
create mode 100644 lib/hasBrokenSpawn.js
create mode 100644 lib/parse.js
create mode 100644 lib/resolveCommand.js
create mode 100644 test/.eslintrc
delete mode 100755 test/fixtures/shebang_noenv
create mode 100644 test/fixtures/win-ppid.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cross-spawn.git
More information about the Pkg-javascript-commits
mailing list