[Pkg-javascript-commits] [node-coffeeify] 03/07: Extend through2 patch to the upstream tests

Ross Gammon ross-guest at moszumanska.debian.org
Fri Apr 3 15:59:26 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 fd787b494b8c80c978b9fe16a986925238ae517e
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Fri Apr 3 17:17:48 2015 +0200

    Extend through2 patch to the upstream tests
---
 debian/changelog                  |  2 +-
 debian/patches/Use_through2.patch | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 740d925..44aeeba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 node-coffeeify (1.0.0-1) unstable; urgency=low
 
   * Initial release (Closes: #780698)
-  * Patch index.js to use through2 instead of through
+  * Patch js files to use through2 instead of through
 
  -- Ross Gammon <rossgammon at mail.dk>  Thu, 02 Apr 2015 18:51:23 +0200
diff --git a/debian/patches/Use_through2.patch b/debian/patches/Use_through2.patch
index c3d9c91..e397769 100644
--- a/debian/patches/Use_through2.patch
+++ b/debian/patches/Use_through2.patch
@@ -14,3 +14,14 @@ Last-Update: 2015-04-02
  var convert = require('convert-source-map');
  
  function isCoffee (file) {
+--- node-coffeeify.orig/test/transform.js
++++ node-coffeeify/test/transform.js
+@@ -1,7 +1,7 @@
+ var test      =  require('tap').test;
+ var fs        =  require('fs');
+ var path      =  require('path');
+-var through   =  require('through');
++var through   =  require('through2');
+ var convert   =  require('convert-source-map');
+ var transform =  require('..');
+ 

-- 
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