[Pkg-javascript-commits] [node-js-yaml] 04/15: Use longer form of greater-than in dependency versions

Ross Gammon ross-guest at moszumanska.debian.org
Sun Sep 4 05:56:42 UTC 2016


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

ross-guest pushed a commit to branch master
in repository node-js-yaml.

commit fc4ef97420c3547ccf74e44d1389bb1959d5b240
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Sat Sep 3 20:55:55 2016 +0200

    Use longer form of greater-than in dependency versions
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a127d89..9647649 100644
--- a/debian/control
+++ b/debian/control
@@ -19,9 +19,9 @@ Architecture: all
 Depends: ${misc:Depends},
          nodejs,
          node-argparse (>= 1.0.7),
-         node-argparse (< 2.0.0),
+         node-argparse (<< 2.0.0),
          node-esprima (>= 2.6.0),
-         node-esprima (< 3.0.0)
+         node-esprima (<< 3.0.0)
 Description: YAML 1.2 parser and serializer
  This is an implementation of YAML, a human-friendly data serialization
  language. Started as PyYAML port, it was completely rewritten from scratch.

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



More information about the Pkg-javascript-commits mailing list