[Pkg-javascript-commits] [node-jison] 03/11: fix dependencies

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Oct 15 06:13:46 UTC 2016


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

praveen pushed a commit to branch master
in repository node-jison.

commit a8fc916c31728ff9e67f3dbfd27d133d1bc20fa4
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Oct 15 11:15:13 2016 +0530

    fix dependencies
---
 debian/control | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 60a7885..eff40fa 100644
--- a/debian/control
+++ b/debian/control
@@ -7,24 +7,32 @@ Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
  , nodejs
-Standards-Version: 3.9.7
+ , node-escodegen (>= 1.3~)
+ , node-jison-lex (>= 0.3~)
+ , node-ebnf-parser (>= 0.1.10~)
+ , node-cjson (>= 0.3.0~)
+ , node-jsonselect (>= 0.4.0~)
+ , node-nomnom (>= 1.5.2~)
+ , node-lex-parser (>= 0.1.3~)
+ , node-esprima (>= 1.1~)
+Standards-Version: 3.9.8
 Homepage: http://jison.org
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-jison.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-jison.git
 
-Package: node-jison
+Package: jison
 Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-escodegen (>= 1.3.x)
- , node-jison-lex (>= 0.3.x)
- , node-ebnf-parser (>= 0.1.10)
- , node-cjson (>= 0.3.0)
- , node-JSONSelect (>= 0.4.0)
- , node-nomnom (>= 1.5.2)
- , node-lex-parser (>= 0.1.3)
- , node-esprima (>= 1.1.x)
+ , node-escodegen (>= 1.3~)
+ , node-jison-lex (>= 0.3~)
+ , node-ebnf-parser (>= 0.1.10~)
+ , node-cjson (>= 0.3.0~)
+ , node-jsonselect (>= 0.4.0~)
+ , node-nomnom (>= 1.5.2~)
+ , node-lex-parser (>= 0.1.3~)
+ , node-esprima (>= 1.1~)
 Description: A parser generator with Bison's API
  FIX_ME long description
  .

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



More information about the Pkg-javascript-commits mailing list