[Pkg-javascript-commits] [node-tap] 03/04: update changelog, update patches
Ximin Luo
infinity0 at debian.org
Mon Aug 31 02:38:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository node-tap.
commit 44876f1b83aa0fd864be7559c6e066d3f07664fd
Author: Ximin Luo <infinity0 at debian.org>
Date: Mon Aug 31 04:26:11 2015 +0200
update changelog, update patches
---
debian/changelog | 7 +++++++
debian/patches/mitigate_test_segv.patch | 6 +++---
debian/patches/use_available_modules.patch | 4 ++--
3 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 83c6d08..cda6c7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-tap (0.7.1-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+
+ -- Ximin Luo <infinity0 at debian.org> Mon, 31 Aug 2015 04:24:41 +0200
+
node-tap (0.4.13-2) unstable; urgency=medium
* Patch fixing failing test FTBFS (Closes: #775627)
diff --git a/debian/patches/mitigate_test_segv.patch b/debian/patches/mitigate_test_segv.patch
index 05cd39b..fadedac 100644
--- a/debian/patches/mitigate_test_segv.patch
+++ b/debian/patches/mitigate_test_segv.patch
@@ -6,17 +6,17 @@ Author: Jérémy Lal <kapouer at melix.org>
Forwarded: no, need more info
--- a/test/segv.js
+++ b/test/segv.js
-@@ -37,9 +37,7 @@
+@@ -38,9 +38,7 @@
, { 'id': 1,
'ok': false,
'name': ' ././segv',
- 'exit': null,
'timedOut': true,
- 'signal': process.platform === 'linux' ? 'SIGSEGV' : 'SIGTERM',
- 'command': '"./segv"' }
+ 'command': '"' + path.resolve('./segv') + '"' }
, 'tests 1'
, 'fail 1' ]
-@@ -47,11 +45,6 @@
+@@ -48,11 +46,6 @@
tc.on('data', function (d) {
var e = expect.shift()
diff --git a/debian/patches/use_available_modules.patch b/debian/patches/use_available_modules.patch
index 13a348f..b4c6faf 100644
--- a/debian/patches/use_available_modules.patch
+++ b/debian/patches/use_available_modules.patch
@@ -36,7 +36,7 @@ Last-Update: 2014-10-20
module.exports = assert
var syns = {}
-@@ -384,6 +402,8 @@
+@@ -405,6 +423,8 @@
}})())
}
@@ -45,7 +45,7 @@ Last-Update: 2014-10-20
function diffString (f, w) {
if (w === f) return null
var p = 0
-@@ -395,7 +415,7 @@
+@@ -416,7 +436,7 @@
}
function diffObject (f, w) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git
More information about the Pkg-javascript-commits
mailing list