[Pkg-javascript-commits] [node-buble] 01/01: Add hacks to make things work better

Julien Puydt julien.puydt at laposte.net
Sat Sep 9 19:37:03 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository node-buble.

commit b49d201a42b98f79e8a2478b4bb78b81aab3a81c
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Sep 9 21:17:50 2017 +0200

    Add hacks to make things work better
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 8d4c601..dce85e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ COMPILE_MODULES = compile-modules convert -f commonjs
 
 override_dh_auto_build: dist $(TARGETS)
 	sed -i dist/program/types/index.js -e "s/\\$$//g"
+	sed -i dist/index.js -e "s/acorn\([^ ]*\)\[\"default\"\]/acorn\1/g"
 	sed -i bin/runBuble.js -e "s|../dist/buble.deps.js|../dist/index.js|"
 
 dist:

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



More information about the Pkg-javascript-commits mailing list