[Pkg-javascript-commits] [node-braces] 05/05: Relax dependencies
Sruthi Chandran
srud-guest at moszumanska.debian.org
Thu Nov 3 07:25:36 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-braces.
commit 45d839d4185cd33df6fad5a04063b74a930dc345
Author: Sruthi <srud at disroot.org>
Date: Thu Nov 3 12:51:01 2016 +0530
Relax dependencies
---
debian/control | 8 ++++----
debian/tests/control | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 76d72b7..734a34a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Build-Depends:
, node-fill-range (>= 3.0.3)
, node-to-regex (>= 3.0.1)
, node-extend-shallow (>= 2.0.1)
- , node-debug (>= 2.2.0)
- , node-array-unique (>= 0.3.2)
+ , node-debug (>= 2.1.0)
+ , node-array-unique (>= 0.2.1)
Standards-Version: 3.9.8
Homepage: https://github.com/jonschlinkert/braces
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-braces.git
@@ -38,8 +38,8 @@ Depends:
, node-fill-range (>= 3.0.3)
, node-to-regex (>= 3.0.1)
, node-extend-shallow (>= 2.0.1)
- , node-debug (>= 2.2.0)
- , node-array-unique (>= 0.3.2)
+ , node-debug (>= 2.1.0)
+ , node-array-unique (>= 0.2.1)
Description: Fast, comprehensive, bash-like brace expansion implemented in JS
Complete support for the Bash 4.3 braces specification, without sacrificing speed.
.
diff --git a/debian/tests/control b/debian/tests/control
index 2090542..90707db 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,4 +2,4 @@ Tests: require
Depends: node-braces
Test-Command: mocha -R spec
-Depends: @, @builddeps
+Depends: @, @builddeps@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-braces.git
More information about the Pkg-javascript-commits
mailing list