[Pkg-javascript-commits] [node-recast] 01/02: Added dep on esprima and esprima-fb to fix #827035.

Julien Puydt julien.puydt at laposte.net
Sat Jun 11 12:37:15 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository node-recast.

commit ea4af75df29783d8c315877c05c9b0eacd94dc3e
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Jun 11 07:29:47 2016 +0200

    Added dep on esprima and esprima-fb to fix #827035.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ceaa32d..bab3047 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Julien Puydt <julien.puydt at laposte.net>
-Build-Depends: debhelper (>= 9), nodejs
+Build-Depends: debhelper (>= 9), node-esprima, node-esprima-fb, nodejs
 Standards-Version: 3.9.8
 Homepage: https://github.com/benjamn/recast
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-recast.git
@@ -12,6 +12,7 @@ Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-recast.git
 Package: node-recast
 Architecture: all
 Depends: node-ast-types (>= 0.8.12),
+         node-esprima,
          node-esprima-fb (>= 15001.1001.0-dev-harmony-fb),
          node-private (>= 0.1.5),
          node-source-map (>= 0.5.0),

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



More information about the Pkg-javascript-commits mailing list