[Pkg-javascript-commits] [node-cross-spawn-async] 01/01: relax dependencies
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Nov 29 05:29:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-cross-spawn-async.
commit f0e00aa68e85248f426dd53d4ca60a9d5e212c57
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Nov 29 10:43:02 2016 +0530
relax dependencies
---
debian/changelog | 7 +++++++
debian/control | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 52d01fc..404e161 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-cross-spawn-async (2.2.5-2) unstable; urgency=high
+
+ * Team upload
+ * Relax dependencies on node-lru-cache and node-which (Closes: #846076)
+
+ -- Pirate Praveen <praveen at debian.org> Tue, 29 Nov 2016 10:42:56 +0530
+
node-cross-spawn-async (2.2.5-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 466e3d2..56a03b8 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
node-which,
node-expect.js,
node-rimraf,
- node-lru-cache (<< 3.0.0)
+ node-lru-cache (>= 4.0~)
Standards-Version: 3.9.8
Homepage: https://github.com/IndigoUnited/node-cross-spawn-async#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-cross-spawn-async.git
@@ -21,8 +21,8 @@ Package: node-cross-spawn-async
Architecture: all
Depends: ${misc:Depends},
nodejs,
- node-lru-cache (<< 3.0.0),
- node-which (<< 2.0.0)
+ node-lru-cache (>= 4.0~),
+ node-which (>= 1.2.8~)
Description: Cross platform child_process#spawn
Node-cross-spawn-async is a cross platform solution to node's spawn.
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cross-spawn-async.git
More information about the Pkg-javascript-commits
mailing list