[Pkg-javascript-commits] [node-applause] 08/09: Tidy rules file & explain lack of tests

Ross Gammon ross-guest at moszumanska.debian.org
Sat Oct 21 09:58:57 UTC 2017


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

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

commit 0aa2754f769580c932b138173f123d2f728f0967
Author: Ross Gammon <rossgammon at debian.org>
Date:   Sat Oct 21 11:12:30 2017 +0200

    Tidy rules file & explain lack of tests
---
 debian/rules | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index de57af0..20a1499 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,12 @@
 %:
 	dh $@
 
-#override_dh_auto_build:
-
-#override_dh_auto_test:
-
-
-
+override_dh_auto_test:
+	# Upstream testsuite cannot be run due to the following missing
+	# dependencies:
+	# grunt-contrib-jshint
+	# grunt-mocha-test
+	# grunt-contrib-watch
+	# grunt-exec
+	# Until the above are packaged, this command doesn't work:
+	# grunt test

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



More information about the Pkg-javascript-commits mailing list