[Pkg-javascript-commits] [node-foreground-child] 02/02: Try to dump more info

Bastien Roucariès rouca at moszumanska.debian.org
Thu Aug 31 21:13:41 UTC 2017


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

rouca pushed a commit to branch master
in repository node-foreground-child.

commit 4250e22ef219e0c8d593e0d6d7ba1bfb3af5284e
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Wed Aug 30 15:51:20 2017 +0200

    Try to dump more info
---
 debian/changelog          | 6 ++++++
 debian/control            | 4 ++--
 debian/tests/control      | 4 ++--
 debian/tests/require      | 2 +-
 debian/tests/runtestsuite | 3 ++-
 5 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7994ce5..d3643c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-foreground-child (1.5.6-2) unstable; urgency=medium
+
+  * Try to debug FTBFS, by dumping more info from TAP
+
+ -- Bastien Roucariès <rouca at debian.org>  Wed, 30 Aug 2017 15:51:05 +0200
+
 node-foreground-child (1.5.6-1) unstable; urgency=low
 
   * Initial release (Closes: #872722)
diff --git a/debian/control b/debian/control
index dc46ce3..5dc7299 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Bastien Roucariès <rouca at debian.org>
 Build-Depends:
  debhelper (>= 10)
  , dh-buildinfo
- , nodejs
+ , nodejs (>= 6)
  , dpkg-dev (>= 1.17.14)
  , node-tap (>= 8.0.0) <!nocheck>
 Standards-Version: 4.0.1
@@ -18,7 +18,7 @@ Package: node-foreground-child
 Architecture: all
 Depends:
  ${misc:Depends}
- , nodejs
+ , nodejs (>= 6)
  , node-signal-exit (>= 3.0.0)
  , node-cross-spawn (>= 4)
 Description: helper running a child process as a foreground process
diff --git a/debian/tests/control b/debian/tests/control
index c327679..411ba72 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: require
-Depends: node-foreground-child
+Depends: node-foreground-child, nodejs (>= 6)
 
 Tests: runtestsuite
-Depends: node-foreground-child, node-tap (>= 8.0.0)
\ No newline at end of file
+Depends: node-foreground-child, node-tap (>= 8.0.0), nodejs (>= 6)
diff --git a/debian/tests/require b/debian/tests/require
index c36d932..37f45ed 100644
--- a/debian/tests/require
+++ b/debian/tests/require
@@ -1,3 +1,3 @@
 #!/bin/sh
 set -e
-nodejs -e "require('foreground-child');"
+node -e "require('foreground-child');"
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index 793f47e..b155e18 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -12,4 +12,5 @@ find test/ -name '*.js' -print0 | \
     xargs -0 -n1  \
 	  sh -c 'set -e; echo "Create: $3"; sed -E "$1" < "$3" > "$2/$3"' sedtape "$SEDCMD" "$tmpdir"
 
-tap -R spec test/*.js
+cd $tmpdir
+tap -R dump test/*.js

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



More information about the Pkg-javascript-commits mailing list