[Pkg-javascript-commits] [node-magic-string] 01/03: Hack away a problem with not having rollup

Julien Puydt julien.puydt at laposte.net
Sat Sep 9 19:59:31 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-magic-string.

commit e40d039b73eaea6a90cf6265d09351a06cf4e9d5
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Sep 9 21:49:38 2017 +0200

    Hack away a problem with not having rollup
---
 debian/changelog | 6 ++++++
 debian/rules     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a812416..ef15145 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-magic-string (0.22.4-2) unstable; urgency=medium
+
+  * Hack away a problem due to not having rollup.
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Sat, 09 Sep 2017 21:49:21 +0200
+
 node-magic-string (0.22.4-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 7133f0c..8421ddc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ COMPILE_MODULES = compile-modules convert -f commonjs
 
 override_dh_auto_build: dist $(TARGETS)
 	mv dist/index-legacy.js dist/index.js
+	sed -i dist/MagicString.js -e "s/DEBUG/false/g"
 
 dist:
 	mkdir -p dist/utils

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



More information about the Pkg-javascript-commits mailing list