[Pkg-javascript-commits] [node-cross-spawn] 01/01: Add versions to dependencies
Ross Gammon
ross-guest at moszumanska.debian.org
Sun Aug 16 05:59:48 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 f6ed6c27caacc97d8e2750650c7f4731ac63129d
Author: Ross Gammon <rossgammon at mail.dk>
Date: Sun Aug 16 07:58:53 2015 +0200
Add versions to dependencies
Similating carets
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 85538fe..a1adbb3 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Package: node-cross-spawn
Architecture: all
Depends: ${misc:Depends},
nodejs,
- node-cross-spawn-async,
- node-spawn-sync
+ node-cross-spawn-async (<<3.0.0),
+ node-spawn-sync (<<2.0.0)
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
--
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