[Pkg-javascript-commits] [node-cross-spawn] 03/09: Compat level 9 & update d/control with cme fix
Ross Gammon
ross-guest at moszumanska.debian.org
Wed Mar 11 22:56:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-cross-spawn.
commit 6dc696482adb12efb9bb4ffd0142814d3bef948f
Author: Ross Gammon <rossgammon at mail.dk>
Date: Wed Mar 11 21:36:26 2015 +0100
Compat level 9 & update d/control with cme fix
---
debian/compat | 2 +-
debian/control | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 5aa8e82..dfb358f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon at mail.dk>
Build-Depends:
- debhelper (>= 8)
+ debhelper (>= 9)
, dh-buildinfo
, nodejs
Standards-Version: 3.9.6
@@ -19,7 +19,9 @@ Depends:
${misc:Depends}
, nodejs
, node-lru-cache (^2.5.0)
-Description: Cross platform child_process#spawn
- FIX_ME long description
+Description: Cross platform drop-in replacement for spawn
+ Cross-spawn is a drop-in replacement for nodejs's spawn which does not
+ have full support on all platforms. Cross-spawn is a thin wrapper around
+ child_process.spawn which provides restarts.
.
Node.js is an event-based server-side JavaScript engine.
--
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