[Pkg-javascript-commits] [node-groove] 07/11: add build-deps and enable upstream tests

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 27 00:51:29 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-groove.

commit c69dcfc1612f8a7ae18e39b30e93e66e88aa11dc
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sun Jul 27 00:40:25 2014 +0000

    add build-deps and enable upstream tests
---
 debian/control | 3 +++
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e009a1d..665fc1c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,9 @@ Build-Depends:
  , libgrooveplayer-dev (>= 4.1.1)
  , libgrooveloudness-dev (>= 4.1.1)
  , libgroovefingerprinter-dev (>= 4.1.1)
+ , node-ncp
+ , node-bindings
+ , mocha
  , nodejs
 Standards-Version: 3.9.5
 Homepage: https://github.com/andrewrk/node-groove
diff --git a/debian/rules b/debian/rules
index 3cfd708..092e33b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_clean:
 	node-gyp clean
 
 override_dh_auto_test:
-	echo "Skipping tests; test dependencies not yet in debian"
+	mocha --reporter spec
 
 # rename .node to .so so they are detected by dh_strip dh_shlibdeps etc
 override_dh_install:

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



More information about the Pkg-javascript-commits mailing list