[Pkg-javascript-commits] [node-deprecated] 01/01: fix build deps

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Dec 13 16:35:18 UTC 2016


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

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

commit 39e2590003bc9e6c01c73279b5b9310ad00dc202
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Dec 13 21:57:57 2016 +0530

    fix build deps
---
 debian/control       | 3 ++-
 debian/tests/control | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d96394e..7c03b2e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Sagar Ippalpalli <i.vikram15 at gmail.com>
 Build-Depends: debhelper (>= 9),
 	       dh-buildinfo,
 	       nodejs,
-	       node-should
+	       node-should,
+               mocha
 Standards-Version: 3.9.8
 Homepage: http://github.com/wearefractal/deprecated
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-deprecated.git
diff --git a/debian/tests/control b/debian/tests/control
index 80628c6..28319cf 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,4 +2,4 @@ Tests: require
 Depends: node-deprecated
 
 Test-Command: mocha -R spec
-Depends: @, @builddeps@
+Depends: @, mocha, node-should

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



More information about the Pkg-javascript-commits mailing list