[Pkg-javascript-commits] [node-resumer] 04/08: Patch to use through2 instead of through

Ross Gammon ross-guest at moszumanska.debian.org
Fri Nov 18 19:28:04 UTC 2016


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

ross-guest pushed a commit to branch master
in repository node-resumer.

commit cc48871f165ca5dcffb5de5a7bbe917e03817797
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Fri Nov 18 20:05:39 2016 +0100

    Patch to use through2 instead of through
---
 debian/patches/series         |  1 +
 debian/patches/through2.patch | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4cb0be7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+through2.patch
diff --git a/debian/patches/through2.patch b/debian/patches/through2.patch
new file mode 100644
index 0000000..52a8050
--- /dev/null
+++ b/debian/patches/through2.patch
@@ -0,0 +1,16 @@
+Description: Use through2 instead of through
+ Through2 is better maintained.
+ As recommended by https://wiki.debian.org/Javascript/Nodejs/Database
+Author: Ross Gammon <rossgammon at mail.dk>
+Forwarded: not-needed
+Last-Update: 2016-11-18
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- node-resumer.orig/index.js
++++ node-resumer/index.js
+@@ -1,4 +1,4 @@
+-var through = require('through');
++var through = require('through2');
+ var nextTick = typeof setImmediate !== 'undefined'
+     ? setImmediate
+     : process.nextTick

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



More information about the Pkg-javascript-commits mailing list