[Pkg-javascript-commits] [node-readable-stream] 04/06: Fix string-decoder dependency & add build dependencies to enable tests

Ross Gammon ross-guest at moszumanska.debian.org
Wed Nov 4 22:14:37 UTC 2015


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

ross-guest pushed a commit to branch master
in repository node-readable-stream.

commit bc3a4fc50c6aba1ba592902d83ccba176d98ef09
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Wed Nov 4 22:44:35 2015 +0100

    Fix string-decoder dependency & add build dependencies to enable tests
---
 debian/control | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 4d5e5ee..fe161a9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,12 @@ Uploaders: Ross Gammon <rossgammon at mail.dk>
 Build-Depends: debhelper (>= 9),
                dh-buildinfo,
                nodejs,
-               node-tap
+               node-tap,
+               node-process-nextick-args,
+               node-core-util-is,
+               node-isarray,
+               node-util-deprecate,
+               node-string-decoder
 Standards-Version: 3.9.6
 Homepage: https://github.com/nodejs/readable-stream#readme
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-readable-stream.git
@@ -18,7 +23,7 @@ Depends: ${misc:Depends},
          nodejs,
          node-core-util-is (>= 1.0.0),
          node-inherits (>= 2.0.1),
-         node-string_decoder (>= 0.10.x),
+         node-string-decoder (>= 0.10.x),
          node-isarray (>= 0.0.1),
          node-process-nextick-args (>= 1.0.0),
          node-util-deprecate (>= 1.0.1)

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



More information about the Pkg-javascript-commits mailing list