[Pkg-javascript-commits] [node-evp-bytestokey] 03/03: Fix testsuite
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Feb 22 12:27:49 UTC 2018
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-evp-bytestokey.
commit 9f006ed23af4059114afa0611628f35e307db6f2
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Thu Feb 22 13:25:23 2018 +0100
Fix testsuite
---
debian/control | 1 +
debian/copyright | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index b644c6e..d8242a5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends:
, node-nan (>= 2.4.0) <!nocheck>
, node-gyp <!nocheck>
, node-tape (>= 4.6) <!nocheck>
+ , node-tap (>=10) <!nocheck>
Standards-Version: 4.1.3
Homepage: https://github.com/crypto-browserify/EVP_BytesToKey
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-evp-bytestokey.git
diff --git a/debian/copyright b/debian/copyright
index 507de81..77fde69 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: evp_bytestokey
Upstream-Contact: https://github.com/crypto-browserify/EVP_BytesToKey/issues
Source: https://github.com/crypto-browserify/EVP_BytesToKey
diff --git a/debian/rules b/debian/rules
index 136c7b4..ea4d329 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
V=1 node-gyp rebuild
- tape test/*.js
+ tap -R spec test/*.js
else
@echo '**********************************************************'
@echo 'Skip test suite '
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-evp-bytestokey.git
More information about the Pkg-javascript-commits
mailing list