[Pkg-javascript-commits] [node-nan] 05/10: Improve rules
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 19:43:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-nan.
commit bd0b2f996286e6af61f8e17c7344c80154c17847
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Wed Sep 6 12:28:10 2017 +0200
Improve rules
---
debian/rules | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index bd55b24..d6ae997 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,11 @@ override_dh_auto_build:
override_dh_auto_test:
node-gyp rebuild --directory test
- tap --gc test/js/*-test.js
+ tap -R spec --gc test/js/*-test.js
+
+override_dh_auto_clean:
+ node-gyp clean
+ dh_auto_clean
override_dh_clean:
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-nan.git
More information about the Pkg-javascript-commits
mailing list