[Pkg-javascript-commits] [node-css-select] 05/05: enable build-time tests and autopkgtests
Paolo Greppi
paolog-guest at moszumanska.debian.org
Fri Dec 16 15:32:24 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-css-select.
commit 05ec641e31c002dc92797e17e463060c5ca2285f
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Fri Dec 16 15:30:07 2016 +0000
enable build-time tests and autopkgtests
---
debian/changelog | 2 +-
debian/control | 5 +++++
debian/rules | 6 ++----
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c9904bf..d1ec6cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ node-css-select (1.2.0-1) unstable; urgency=low
* Initial release (Closes: #848353)
- -- Paolo Greppi <paolo.greppi at libpf.com> Fri, 16 Dec 2016 14:19:31 +0000
+ -- Paolo Greppi <paolo.greppi at libpf.com> Fri, 16 Dec 2016 15:30:11 +0000
diff --git a/debian/control b/debian/control
index bb34859..98d7034 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,11 @@ Uploaders: Paolo Greppi <paolo.greppi at libpf.com>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
+ , node-css-what (>= 2.1)
+ , node-boolbase (>= 1.0.0)
+ , node-domutils (>= 1.5.1)
+ , node-nth-check (>= 1.0.1)
+ , mocha
, nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/fb55/css-select#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-css-select.git
More information about the Pkg-javascript-commits
mailing list