[Pkg-javascript-commits] [node-connect-timeout] 04/11: import ms from debug

Leo Iannacone l3on-guest at moszumanska.debian.org
Fri Oct 10 14:47:11 UTC 2014


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

l3on-guest pushed a commit to branch master
in repository node-connect-timeout.

commit 305c975a4b427f6beea948be90facd07f7f4fb48
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Fri Oct 10 16:27:07 2014 +0200

    import ms from debug
---
 debian/patches/0000-use_ms_from_debug.patch | 19 +++++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/0000-use_ms_from_debug.patch b/debian/patches/0000-use_ms_from_debug.patch
new file mode 100644
index 0000000..fd4aec0
--- /dev/null
+++ b/debian/patches/0000-use_ms_from_debug.patch
@@ -0,0 +1,19 @@
+Description: import module ms from debug
+Author: Leo Iannacone <l3on at ubuntu.com>
+Forwarded: not-needed
+
+---
+ index.js |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/index.js
++++ b/index.js
+@@ -10,7 +10,7 @@
+  */
+ 
+ var debug = require('debug')('connect:timeout');
+-var ms = require('ms');
++var ms = require('debug').humanize;
+ var onHeaders = require('on-headers');
+ 
+ /**
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..084d90b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0000-use_ms_from_debug.patch

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



More information about the Pkg-javascript-commits mailing list