New Upstream Snapshot - node-pump

Ready changes

Summary

Merged new upstream version: 3.0.0+git20200702.1.1a27827 (was: 3.0.0).

Resulting package

Built on 2022-12-20T21:36 (took 3m50s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots node-pump

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 3c3629e..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-node_modules
diff --git a/README.md b/README.md
index 4c81471..5dcd8a5 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,9 @@ Similarly to `stream.pipe()`, `pump()` returns the last stream passed in, so you
 return pump(s1, s2) // returns s2
 ```
 
+Note that `pump` attaches error handlers to the streams to do internal error handling, so if `s2` emits an
+error in the above scenario, it will not trigger a `proccess.on('uncaughtException')` if you do not listen for it.
+
 If you want to return a stream that combines *both* s1 and s2 to a single stream use
 [pumpify](https://github.com/mafintosh/pumpify) instead.
 
@@ -63,3 +66,9 @@ MIT
 ## Related
 
 `pump` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one.
+
+## For enterprise
+
+Available as part of the Tidelift Subscription.
+
+The maintainers of pump and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-pump?utm_source=npm-pump&utm_medium=referral&utm_campaign=enterprise)
diff --git a/debian/changelog b/debian/changelog
index a3d3b99..981a26d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-pump (3.0.0+git20200702.1.1a27827-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 20 Dec 2022 21:34:15 -0000
+
 node-pump (3.0.0-5) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/fix-buffer-use.diff b/debian/patches/fix-buffer-use.diff
index c2b051d..56fbbdf 100644
--- a/debian/patches/fix-buffer-use.diff
+++ b/debian/patches/fix-buffer-use.diff
@@ -3,9 +3,11 @@ Author: Xavier Guimard <yadd@debian.org>
 Forwarded: no
 Last-Update: 2020-06-23
 
---- a/test-browser.js
-+++ b/test-browser.js
-@@ -5,7 +5,7 @@
+Index: node-pump.git/test-browser.js
+===================================================================
+--- node-pump.git.orig/test-browser.js
++++ node-pump.git/test-browser.js
+@@ -5,7 +5,7 @@ var rs = new stream.Readable()
  var ws = new stream.Writable()
  
  rs._read = function (size) {
diff --git a/debian/patches/increase-test-timeout.diff b/debian/patches/increase-test-timeout.diff
index dce92d6..8121887 100644
--- a/debian/patches/increase-test-timeout.diff
+++ b/debian/patches/increase-test-timeout.diff
@@ -4,9 +4,11 @@ Bug-Debian: https://bugs.debian.org/963429
 Forwarded: no
 Last-Update: 2020-06-23
 
---- a/test-node.js
-+++ b/test-node.js
-@@ -46,8 +46,8 @@
+Index: node-pump.git/test-node.js
+===================================================================
+--- node-pump.git.orig/test-node.js
++++ node-pump.git/test-node.js
+@@ -46,8 +46,8 @@ if (res !== ws) {
  
  setTimeout(function () {
    rs.destroy()
diff --git a/debian/patches/use-nonblocking-urandom.diff b/debian/patches/use-nonblocking-urandom.diff
index 3cf3c9a..847ac0d 100644
--- a/debian/patches/use-nonblocking-urandom.diff
+++ b/debian/patches/use-nonblocking-urandom.diff
@@ -2,8 +2,10 @@ Description: use non-blocking urandom, buildd cannot guarantee random to be fast
 Last-Update: 2020-07-28
 Author: Jérémy Lal <kapouer@melix.org>
 Forwarded: no
---- a/test-node.js
-+++ b/test-node.js
+Index: node-pump.git/test-node.js
+===================================================================
+--- node-pump.git.orig/test-node.js
++++ node-pump.git/test-node.js
 @@ -1,6 +1,6 @@
  var pump = require('./index')
  

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details