[Pkg-javascript-commits] [node-bluebird] 02/05: Patch bluebird to find walk

Ross Gammon ross-guest at moszumanska.debian.org
Sun Oct 1 15:34:17 UTC 2017


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

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

commit bef1cf7836f0951971ce5285393f87a4339b7cd9
Author: Ross Gammon <rosco2 at ubuntu.com>
Date:   Sat Apr 29 19:14:44 2017 +0200

    Patch bluebird to find walk
---
 debian/patches/series     |  1 +
 debian/patches/walk.patch | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index e21e437..d1223a6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+walk.patch
 nodejs.patch
 fix_root_dir.patch
diff --git a/debian/patches/walk.patch b/debian/patches/walk.patch
new file mode 100644
index 0000000..063b966
--- /dev/null
+++ b/debian/patches/walk.patch
@@ -0,0 +1,19 @@
+Description: Walk not found
+ Walk is not found using the Debian acorn package. This patch points bluebird
+ to the current location of walk in the acorn package.
+Author: Ross Gammon <rosco2 at ubuntu.com>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848507
+Forwarded: not-needed
+Last-Update: 2017-03-29
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- node-bluebird.orig/tools/ast_passes.js
++++ node-bluebird/tools/ast_passes.js
+@@ -1,6 +1,6 @@
+ //All kinds of conversion passes over the source code
+ var jsp = require("acorn");
+-var walk = require("acorn/util/walk.js");
++var walk = require("acorn/walk");
+ var rnonIdentMember = /[.\-_$a-zA-Z0-9]/g;
+ var global = new Function("return this")();
+ 

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



More information about the Pkg-javascript-commits mailing list