[Pkg-javascript-commits] [node-buble] 02/02: Fix the version export
Julien Puydt
julien.puydt at laposte.net
Mon Sep 18 22:24:35 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 4fa3d8b214a730f2f58202dbee69aa47f7713b54
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Tue Sep 19 00:15:34 2017 +0200
Fix the version export
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index dce85e5..1a9bbfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,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 dist/index.js -e "s|json\\$$\\$$.VERSION|json\\$$\\$$.version|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