[Pkg-javascript-commits] [SCM] flot branch, master, updated. debian/0.6-1-33-g9759e10

Marcelo Jorge Vieira metal at alucinados.com
Thu May 30 21:03:06 UTC 2013


The following commit has been merged in the master branch:
commit b498d2e9811b1074dc9463103cee02c35ee156fe
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Sun May 5 20:03:20 2013 -0300

    Replaced yui-compressor with uglifyjs

diff --git a/debian/control b/debian/control
index 18392fa..0ba28a8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Marcelo Jorge Vieira (metal) <metal at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), yui-compressor
+Build-Depends: debhelper (>= 7.0.50~), node-uglify
 Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/flot/
 Vcs-Browser: http://git.debian.org/?p=pkg-javascript/flot.git
diff --git a/debian/rules b/debian/rules
index ef3505d..e3ae6ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 
 override_dh_auto_build:
 	for file in `ls *.js`; do \
-		`yui-compressor $$file -o $${file%.js}.min.js`; \
+		uglifyjs -o $${file%.js}.min.js $$file; \
 	done
 
 override_dh_auto_clean:

-- 
flot



More information about the Pkg-javascript-commits mailing list