[Pkg-javascript-commits] [node-serve-favicon] 08/09: 0000-use_ms_from_debug.patch: import ms from node-debug package

Leo Iannacone l3on-guest at moszumanska.debian.org
Wed Oct 15 16:54:24 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-serve-favicon.

commit 045420c60588d020f24207893cae364d1c8cac0e
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Wed Oct 15 18:31:39 2014 +0200

    0000-use_ms_from_debug.patch: import ms from node-debug package
---
 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..06d5402
--- /dev/null
+++ b/debian/patches/0000-use_ms_from_debug.patch
@@ -0,0 +1,19 @@
+Description: Use ms from node-debug - it is not yet in debian
+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
+@@ -13,7 +13,7 @@
+ var etag = require('etag');
+ var fresh = require('fresh');
+ var fs = require('fs');
+-var ms = require('ms');
++var ms = require('debug').humanize;
+ var path = require('path');
+ var resolve = path.resolve;
+ 
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-serve-favicon.git



More information about the Pkg-javascript-commits mailing list