[Pkg-javascript-commits] [node-expat] 179/371: Build verbosely, and avoid ANSI colors.

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:00 UTC 2016


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

js pushed a commit to branch master
in repository node-expat.

commit 147e5589a212a756d82a07703fabfbe98588efd9
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jun 22 19:28:56 2012 +0200

    Build verbosely, and avoid ANSI colors.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 721cbf2..4793713 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,8 +39,8 @@ DEB_UPSTREAM_TARBALL_MD5 = fd5669799856e52b3d35c55a8795a3c7
 DEB_INSTALL_DOCS_$(libpkgname) += README.markdown
 
 # node-waf build routines
-NODE-WAF = NODE_PATH=$(cdbs_curdestdir)usr/lib/nodejs node-waf
-NODE = node
+NODE-WAF = NOCOLOR=1 NODE_PATH=$(cdbs_curdestdir)usr/lib/nodejs node-waf -v
+NODE = NODE_DISABLE_COLORS=1 node
 configure/$(libpkgname):: debian/stamp-node-waf-configure
 debian/stamp-node-waf-configure:
 	$(NODE-WAF) configure

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



More information about the Pkg-javascript-commits mailing list