tags 884543 + patch
tags 884543 + pending
user debian-rele...@lists.debian.org

usertags 884543 bsp-2019-01-nl-venlo
thanks

Dear maintainer,

I've prepared an NMU for node-glob-base (versioned as 0.3.0-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

diff -Nru node-glob-base-0.3.0/debian/changelog 
node-glob-base-0.3.0/debian/changelog
--- node-glob-base-0.3.0/debian/changelog       2016-10-28 12:54:25.000000000 
+0200
+++ node-glob-base-0.3.0/debian/changelog       2019-01-13 14:24:26.000000000 
+0100
@@ -1,3 +1,10 @@
+node-glob-base (0.3.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable failing test (Closes: #884543)
+
+ -- Paul Gevers <elb...@debian.org>  Sun, 13 Jan 2019 14:24:26 +0100
+
 node-glob-base (0.3.0-1) unstable; urgency=low
 
   * Initial release (Closes: #842349)
diff -Nru node-glob-base-0.3.0/debian/patches/question-mark-is-glob.patch 
node-glob-base-0.3.0/debian/patches/question-mark-is-glob.patch
--- node-glob-base-0.3.0/debian/patches/question-mark-is-glob.patch     
1970-01-01 01:00:00.000000000 +0100
+++ node-glob-base-0.3.0/debian/patches/question-mark-is-glob.patch     
2019-01-13 14:24:26.000000000 +0100
@@ -0,0 +1,35 @@
+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=884543
+Index: node-glob-base/test.js
+===================================================================
+--- node-glob-base.orig/test.js
++++ node-glob-base/test.js
+@@ -125,28 +125,6 @@ describe('glob-base:', function () {
+     globBase('[ab][ab]').should.eql({ base: '.', isGlob: true, glob: 
'[ab][ab]' });
+     globBase('foo/[a-b].min.js').should.eql({ base: 'foo', isGlob: true, 
glob: '[a-b].min.js' });
+   });
+-  it('qmarks:', function () {
+-    globBase('?').should.eql({ base: '.', isGlob: true, glob: '?' });
+-    globBase('?/?').should.eql({ base: '.', isGlob: true, glob: '?/?' });
+-    globBase('??').should.eql({ base: '.', isGlob: true, glob: '??' });
+-    globBase('???').should.eql({ base: '.', isGlob: true, glob: '???' });
+-    globBase('?a').should.eql({ base: '.', isGlob: true, glob: '?a' });
+-    globBase('?b').should.eql({ base: '.', isGlob: true, glob: '?b' });
+-    globBase('a?b').should.eql({ base: '.', isGlob: true, glob: 'a?b' });
+-    globBase('a/?/c.js').should.eql({ base: 'a', isGlob: true, glob: '?/c.js' 
});
+-    globBase('a/?/c.md').should.eql({ base: 'a', isGlob: true, glob: '?/c.md' 
});
+-    globBase('a/?/c/?/*/f.js').should.eql({ base: 'a', isGlob: true, glob: 
'?/c/?/*/f.js' });
+-    globBase('a/?/c/?/*/f.md').should.eql({ base: 'a', isGlob: true, glob: 
'?/c/?/*/f.md' });
+-    globBase('a/?/c/?/e.js').should.eql({ base: 'a', isGlob: true, glob: 
'?/c/?/e.js' });
+-    globBase('a/?/c/?/e.md').should.eql({ base: 'a', isGlob: true, glob: 
'?/c/?/e.md' });
+-    globBase('a/?/c/???/e.js').should.eql({ base: 'a', isGlob: true, glob: 
'?/c/???/e.js' });
+-    globBase('a/?/c/???/e.md').should.eql({ base: 'a', isGlob: true, glob: 
'?/c/???/e.md' });
+-    globBase('a/??/c.js').should.eql({ base: 'a', isGlob: true, glob: 
'??/c.js' });
+-    globBase('a/??/c.md').should.eql({ base: 'a', isGlob: true, glob: 
'??/c.md' });
+-    globBase('a/???/c.js').should.eql({ base: 'a', isGlob: true, glob: 
'???/c.js' });
+-    globBase('a/???/c.md').should.eql({ base: 'a', isGlob: true, glob: 
'???/c.md' });
+-    globBase('a/????/c.js').should.eql({ base: 'a', isGlob: true, glob: 
'????/c.js' });
+-  });
+   it('non-glob pattern:', function () {
+     globBase('').should.eql({ base: '.', isGlob: false, glob: '' });
+     globBase('.').should.eql({ base: '.', isGlob: false, glob: '.' });
diff -Nru node-glob-base-0.3.0/debian/patches/series 
node-glob-base-0.3.0/debian/patches/series
--- node-glob-base-0.3.0/debian/patches/series  2016-10-28 18:10:04.000000000 
+0200
+++ node-glob-base-0.3.0/debian/patches/series  2019-01-13 14:24:26.000000000 
+0100
@@ -1 +1,2 @@
 bump-glob-versions.patch
+question-mark-is-glob.patch

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to