[Pkg-javascript-commits] [node-pathval] 01/02: Use node instead of nodejs in d/tests/require

Julien Puydt julien.puydt at laposte.net
Wed Aug 23 15:06:37 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository node-pathval.

commit 1ac5213d49bc4faf21f5ff9aa0dafd03102199ba
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Wed Aug 23 17:06:10 2017 +0200

    Use node instead of nodejs in d/tests/require
---
 debian/changelog     | 6 ++++++
 debian/tests/require | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8e1e665..7b42e14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-pathval (1.1.0-2) UNRELEASED; urgency=medium
+
+  * Use node instead of nodejs in d/tests/require.
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Wed, 23 Aug 2017 17:04:31 +0200
+
 node-pathval (1.1.0-1) unstable; urgency=low
 
   * Initial release (Closes: #872548)
diff --git a/debian/tests/require b/debian/tests/require
index cecb446..09420a6 100644
--- a/debian/tests/require
+++ b/debian/tests/require
@@ -1,3 +1,3 @@
 #!/bin/sh
 set -e
-nodejs -e "require('pathval');"
+node -e "require('pathval');"

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



More information about the Pkg-javascript-commits mailing list