[Pkg-javascript-commits] [node-grunt-legacy-util] 03/04: Fix syntax in dependecies

Sruthi Chandran srud-guest at moszumanska.debian.org
Fri Nov 11 07:18:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

srud-guest pushed a commit to branch master
in repository node-grunt-legacy-util.

commit 525dfb6de7fd9da2830ec6f78b0a8e8a39c28fcf
Author: Sruthi <srud at disroot.org>
Date:   Fri Nov 11 12:32:47 2016 +0530

    Fix syntax in dependecies
---
 debian/control | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 75e7e45..54f0e5c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,14 +17,13 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-lodash (~4.3.0)
- , node-async (~1.5.2)
- , node-which (~1.2.1)
- , node-exit (~0.1.1)
- , node-underscore.string (~3.2.3)
- , node-getobject (~0.1.0)
- , node-hooker (~0.2.3)
-Description: Some old grunt utils provided for backwards compatibility.
- FIX_ME long description
+ , node-lodash (>= 4.3.0)
+ , node-async (>= 1.5.2)
+ , node-which (>= 1.2.1)
+ , node-exit (>= 0.1.1)
+ , node-underscore.string (>= 3.2.3)
+ , node-getobject (>= 0.1.0)
+ , node-hooker (>= 0.2.3)
+Description: Some old grunt utils provided for backwards compatibility
  .
  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-grunt-legacy-util.git



More information about the Pkg-javascript-commits mailing list