[Pkg-javascript-commits] [node-js-yaml] 01/06: Remove restrictions on dependencies

Jérémy Lal kapouer at moszumanska.debian.org
Sat Nov 12 09:14:17 UTC 2016


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

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

commit 5246a502a37a348dcc1e9b3e99f3130797f91965
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Nov 12 09:57:26 2016 +0100

    Remove restrictions on dependencies
---
 debian/control | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index c4d5917..3a405b9 100644
--- a/debian/control
+++ b/debian/control
@@ -19,9 +19,7 @@ Architecture: all
 Depends: ${misc:Depends},
          nodejs,
          node-argparse (>= 1.0.7),
-         node-argparse (<< 2.0.0),
-         node-esprima (>= 2.6.0),
-         node-esprima (<< 3.0.0)
+         node-esprima (>= 2.6.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