[Pkg-javascript-devel] Bug#884545: node-parse-glob: diff for NMU version 3.0.4+dfsg-1.1

Paul Gevers elbrus at debian.org
Sun Jan 13 15:15:49 GMT 2019


tags 884545 + patch
tags 884545 + pending
user debian-release at lists.debian.org
usertags 884545 bsp-2019-01-nl-venlo
thanks

Dear maintainer,

I've prepared an NMU for node-parse-glob (versioned as 3.0.4+dfsg-1.1)
and uploaded it to DELAYED/5. Please feel free to tell me if I should
delay it longer.

Regards.
Paul
Sent from the BSP in Venlo
-------------- next part --------------
diff -Nru node-parse-glob-3.0.4+dfsg/debian/changelog node-parse-glob-3.0.4+dfsg/debian/changelog
--- node-parse-glob-3.0.4+dfsg/debian/changelog	2016-11-01 10:53:21.000000000 +0100
+++ node-parse-glob-3.0.4+dfsg/debian/changelog	2019-01-13 15:35:38.000000000 +0100
@@ -1,3 +1,10 @@
+node-parse-glob (3.0.4+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable failing test (Closes: #884545)
+
+ -- Paul Gevers <elbrus at debian.org>  Sun, 13 Jan 2019 15:35:38 +0100
+
 node-parse-glob (3.0.4+dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #842783)
diff -Nru node-parse-glob-3.0.4+dfsg/debian/patches/question-mark-is-glob.patch node-parse-glob-3.0.4+dfsg/debian/patches/question-mark-is-glob.patch
--- node-parse-glob-3.0.4+dfsg/debian/patches/question-mark-is-glob.patch	1970-01-01 01:00:00.000000000 +0100
+++ node-parse-glob-3.0.4+dfsg/debian/patches/question-mark-is-glob.patch	2019-01-13 15:35:38.000000000 +0100
@@ -0,0 +1,75 @@
+Description: the glob behavior of ? changed with node-is-glob 4.0.0, so don't test
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884545
+Index: node-parse-glob/test.js
+===================================================================
+--- node-parse-glob.orig/test.js
++++ node-parse-glob/test.js
+@@ -357,68 +357,6 @@ describe('should get a base path:', func
+     assert.equal(parse('foo/[a-b].min.js').glob, '[a-b].min.js');
+   });
+ 
+-  it('qmarks:', function () {
+-    assert.equal(parse('?').base, '.');
+-    assert.equal(parse('?').glob, '?');
+-
+-    assert.equal(parse('?/?').base, '.');
+-    assert.equal(parse('?/?').glob, '?/?');
+-
+-    assert.equal(parse('??').base, '.');
+-    assert.equal(parse('??').glob, '??');
+-
+-    assert.equal(parse('???').base, '.');
+-    assert.equal(parse('???').glob, '???');
+-
+-    assert.equal(parse('?a').base, '.');
+-    assert.equal(parse('?a').glob, '?a');
+-
+-    assert.equal(parse('?b').base, '.');
+-    assert.equal(parse('?b').glob, '?b');
+-
+-    assert.equal(parse('a?b').base, '.');
+-    assert.equal(parse('a?b').glob, 'a?b');
+-
+-    assert.equal(parse('a/?/c.js').base, 'a');
+-    assert.equal(parse('a/?/c.js').glob, '?/c.js');
+-
+-    assert.equal(parse('a/?/c.md').base, 'a');
+-    assert.equal(parse('a/?/c.md').glob, '?/c.md');
+-
+-    assert.equal(parse('a/?/c/?/*/f.js').base, 'a');
+-    assert.equal(parse('a/?/c/?/*/f.js').glob, '?/c/?/*/f.js');
+-
+-    assert.equal(parse('a/?/c/?/*/f.md').base, 'a');
+-    assert.equal(parse('a/?/c/?/*/f.md').glob, '?/c/?/*/f.md');
+-
+-    assert.equal(parse('a/?/c/?/e.js').base, 'a');
+-    assert.equal(parse('a/?/c/?/e.js').glob, '?/c/?/e.js');
+-
+-    assert.equal(parse('a/?/c/?/e.md').base, 'a');
+-    assert.equal(parse('a/?/c/?/e.md').glob, '?/c/?/e.md');
+-
+-    assert.equal(parse('a/?/c/???/e.js').base, 'a');
+-    assert.equal(parse('a/?/c/???/e.js').glob, '?/c/???/e.js');
+-
+-    assert.equal(parse('a/?/c/???/e.md').base, 'a');
+-    assert.equal(parse('a/?/c/???/e.md').glob, '?/c/???/e.md');
+-
+-    assert.equal(parse('a/??/c.js').base, 'a');
+-    assert.equal(parse('a/??/c.js').glob, '??/c.js');
+-
+-    assert.equal(parse('a/??/c.md').base, 'a');
+-    assert.equal(parse('a/??/c.md').glob, '??/c.md');
+-
+-    assert.equal(parse('a/???/c.js').base, 'a');
+-    assert.equal(parse('a/???/c.js').glob, '???/c.js');
+-
+-    assert.equal(parse('a/???/c.md').base, 'a');
+-    assert.equal(parse('a/???/c.md').glob, '???/c.md');
+-
+-    assert.equal(parse('a/????/c.js').base, 'a');
+-    assert.equal(parse('a/????/c.js').glob, '????/c.js');
+-  });
+-
+   it('non-glob pattern:', function () {
+     assert.equal(parse('').base, '.');
+     assert.equal(parse('').glob, '');
diff -Nru node-parse-glob-3.0.4+dfsg/debian/patches/series node-parse-glob-3.0.4+dfsg/debian/patches/series
--- node-parse-glob-3.0.4+dfsg/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ node-parse-glob-3.0.4+dfsg/debian/patches/series	2019-01-13 15:35:38.000000000 +0100
@@ -0,0 +1 @@
+question-mark-is-glob.patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20190113/16876f9f/attachment.sig>


More information about the Pkg-javascript-devel mailing list