[Pkg-javascript-commits] [node-coffeeify] 09/14: Patch index.js to use through2 instead of through

Ross Gammon ross-guest at moszumanska.debian.org
Thu Apr 2 17:10:08 UTC 2015


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

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

commit c293fca08a40b4b11a5c0d33e655d47f1f941f3c
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Thu Apr 2 16:45:52 2015 +0200

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

diff --git a/debian/patches/Use_through2.patch b/debian/patches/Use_through2.patch
new file mode 100644
index 0000000..188089d
--- /dev/null
+++ b/debian/patches/Use_through2.patch
@@ -0,0 +1,17 @@
+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: 2015-04-02
+Index: node-coffeeify/index.js
+===================================================================
+--- node-coffeeify.orig/index.js
++++ node-coffeeify/index.js
+@@ -1,5 +1,5 @@
+ var coffee = require('coffee-script');
+-var through = require('through');
++var through = require('through2');
+ var convert = require('convert-source-map');
+ 
+ function isCoffee (file) {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4956398
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Use_through2.patch

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



More information about the Pkg-javascript-commits mailing list