[Pkg-javascript-commits] [node-argparse] 04/11: Add version constraints to lodash

Jonathan Horn jonathanh-guest at moszumanska.debian.org
Sat Mar 19 14:12:41 UTC 2016


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

jonathanh-guest pushed a commit to branch master
in repository node-argparse.

commit 25c8b7cc80c3e44436698b0d4500d99e57a0eac1
Author: Jonathan Ulrich Horn <debian at autoit4you.de>
Date:   Sat Jan 9 22:25:43 2016 +0100

    Add version constraints to lodash
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 764630b..4382a35 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 9)
  , nodejs
  , mocha
- , node-lodash
+ , node-lodash (>=3.2)
  , node-sprintf-js
 Standards-Version: 3.9.6
 Homepage: https://github.com/nodeca/argparse
@@ -20,7 +20,7 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-lodash
+ , node-lodash (>= 3.2)
  , node-sprintf-js
 Description: CLI arguments parser for node.js.
  Javascript port of python's

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-argparse.git



More information about the Pkg-javascript-commits mailing list