[Pkg-javascript-commits] [node-seq] 01/06: Fix dependency versions
Ross Gammon
ross-guest at moszumanska.debian.org
Mon Apr 17 09:55:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-seq.
commit 2cbeec4c35094a5f445f0553b52f1e5d9ccb7a7c
Author: Ross Gammon <rossgammon at mail.dk>
Date: Mon Apr 17 11:32:34 2017 +0200
Fix dependency versions
Closes: #820291
---
debian/control | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 99e4fee..a97d11a 100644
--- a/debian/control
+++ b/debian/control
@@ -16,9 +16,7 @@ Architecture: all
Depends: ${misc:Depends},
nodejs,
node-hashish (>= 0.0.2),
- node-hashish (<< 0.1),
- node-chainsaw (>= 0.0.7),
- node-chainsaw (<< 0.1)
+ node-chainsaw (>= 0.0.7)
Description: Chainable asynchronous flow control
Seq is an asynchronous flow control library with a chainable interface for
sequential and parallel actions. Even the error handling is chainable.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-seq.git
More information about the Pkg-javascript-commits
mailing list