[Pkg-javascript-commits] [node-fuzzaldrin-plus] 01/02: hard code defaultPathSeparator=/

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Nov 25 16:16:07 UTC 2016


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

praveen pushed a commit to branch master
in repository node-fuzzaldrin-plus.

commit 9507d73a6ed508a5b4b204960ccb62d2d658f530
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Nov 25 21:23:44 2016 +0530

    hard code defaultPathSeparator=/
---
 debian/patches/hard-code-defaultPathSeparator.patch | 11 +++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/hard-code-defaultPathSeparator.patch b/debian/patches/hard-code-defaultPathSeparator.patch
new file mode 100644
index 0000000..9ffd018
--- /dev/null
+++ b/debian/patches/hard-code-defaultPathSeparator.patch
@@ -0,0 +1,11 @@
+--- a/src/fuzzaldrin.coffee
++++ b/src/fuzzaldrin.coffee
+@@ -5,7 +5,7 @@
+ Query = require './query'
+ 
+ preparedQueryCache = null
+-defaultPathSeparator = if process and (process.platform is "win32") then '\\' else '/'
++defaultPathSeparator = '/'
+ 
+ 
+ module.exports =
diff --git a/debian/patches/series b/debian/patches/series
index f3b9c8a..363e61a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 disable-lint.patch
 use-global-tasks.patch
+hard-code-defaultPathSeparator.patch

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



More information about the Pkg-javascript-commits mailing list