[Pkg-javascript-commits] [node-async] 03/04: Run testsuite. Build-depend on nodeunit.

Jonas Smedegaard dr at jones.dk
Sun Jan 7 18:27:31 UTC 2018


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

js pushed a commit to annotated tag debian/0.8.0-3
in repository node-async.

commit d0de21e608f43108d7727d048b3fe9be2f296231
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jan 7 19:05:27 2018 +0100

    Run testsuite. Build-depend on nodeunit.
---
 debian/control | 1 +
 debian/rules   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 0bfea88..817ab6f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Jonas Smedegaard <dr at jones.dk>
 Build-Depends:
  debhelper,
  node-uglify,
+ nodeunit,
 Standards-Version: 4.1.3
 Homepage: https://github.com/caolan/async
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-async.git
diff --git a/debian/rules b/debian/rules
index f8541a9..e2ca4f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,7 @@ override_dh_auto_build: $(js-minified)
 debian/%.min.js: $(js-basedir)%.js
 	uglifyjs -o $@ $<
 override_dh_auto_test:
+	nodeunit test
 override_dh_auto_clean:
 	rm -f $(js-minified)
 

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



More information about the Pkg-javascript-commits mailing list