[Pkg-javascript-commits] [node-htmlparser2_new] 04/06: enable build-time tests
Paolo Greppi
paolog-guest at moszumanska.debian.org
Sat Dec 24 01:12:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-htmlparser2_new.
commit 0c5f1d4bfb137aa2dedf7bd7363b100aa79cac1d
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Sat Dec 24 01:06:50 2016 +0000
enable build-time tests
---
debian/control | 7 +++++++
debian/rules | 6 ++----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 6d847f5..7a92357 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,13 @@ Uploaders:
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
+ , node-readable-stream (>= 2.0.2)
+ , node-entities (>= 1.1.1)
+ , node-domhandler (>= 2.3.0)
+ , node-domelementtype (>= 1.3.0)
+ , node-inherits (>= 2.0.1)
+ , node-domutils (>= 1.5.1)
+ , mocha
, nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/fb55/htmlparser2#readme
diff --git a/debian/rules b/debian/rules
index de57af0..2f607a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,5 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
-
-
+override_dh_auto_test:
+ mocha -R spec
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-htmlparser2_new.git
More information about the Pkg-javascript-commits
mailing list