[Pkg-javascript-commits] [node-is-equal-shallow] 03/03: Fix dependency version

Shanavas M shanavas-guest at moszumanska.debian.org
Fri Oct 28 18:56:20 UTC 2016


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

shanavas-guest pushed a commit to branch master
in repository node-is-equal-shallow.

commit 3f9c5e018acaac8776d7ff367aca949213059bde
Author: Shanavas M <shanavas.m2 at gmail.com>
Date:   Fri Oct 28 10:44:16 2016 +0000

    Fix dependency version
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 31b6e66..85aa6b1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
  , nodejs
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://github.com/jonschlinkert/is-equal-shallow
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-is-equal-shallow.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-is-equal-shallow.git
@@ -17,8 +17,8 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-is-primitive (^2.0.0)
-Description: Does a shallow comparison of two objects, returning false if the keys or values differ.
+ , node-is-primitive (>= 2.0.0)
+Description: Does a shallow comparison of two objects.
  Node module that compares two objects and returns false if the keys
  or values differ.
  .

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



More information about the Pkg-javascript-commits mailing list