[Pkg-javascript-commits] [node-mv] 04/04: add build dependencies and enable tests

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sat Jul 26 20:33:41 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-mv.

commit 50ddba8bcb0bcd2f236f0638bdf2395b8e5c6134
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sat Jul 26 20:30:09 2014 +0000

    add build dependencies and enable tests
---
 debian/control | 4 ++++
 debian/rules   | 8 ++------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 5355846..eaf0ee9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,10 @@ Uploaders: Andrew Kelley <superjoe30 at gmail.com>
 Build-Depends:
  debhelper (>= 8)
  , dh-buildinfo
+ , node-ncp
+ , node-mkdirp
+ , node-rimraf
+ , mocha
  , nodejs
 Standards-Version: 3.9.5
 Homepage: https://github.com/andrewrk/node-mv
diff --git a/debian/rules b/debian/rules
index de57af0..07cdbac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,5 @@
 %:
 	dh $@
 
-#override_dh_auto_build:
-
-#override_dh_auto_test:
-
-
-
+override_dh_auto_test:
+	mocha test/test.js --reporter spec

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



More information about the Pkg-javascript-commits mailing list