[Pkg-javascript-commits] [asciimathtml] 04/08: Using 'uglifyjs' instead of yui-compressor

Marcelo Jorge Vieira metal at moszumanska.debian.org
Sun Nov 16 17:47:47 UTC 2014


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

metal pushed a commit to branch master
in repository asciimathtml.

commit 28b8af77f80a444689fe4ae1e581e1291312bbcc
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Sun Nov 16 14:25:44 2014 -0200

    Using 'uglifyjs' instead of yui-compressor
---
 asciimath.html           | 4 ----
 asciimathcalculator.html | 3 ---
 asciimathsyntax.html     | 3 ---
 debian/control           | 2 +-
 debian/rules             | 2 +-
 5 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/asciimath.html b/asciimath.html
index 9a1d84b..4cf0a5f 100644
--- a/asciimath.html
+++ b/asciimath.html
@@ -349,10 +349,6 @@ And thanks to Andrew White for making a logo for ASCIIMathML (see below).
 <div id="author">
 <a href="http://www.chapman.edu/~jipsen/">Peter Jipsen</a>, 
 <a href="http://www.chapman.edu/">Chapman University</a>, September 2007
-
-<a href="http://validator.w3.org/check/referer"><img border="0"
-src="http://www.w3.org/Icons/valid-html401"
-alt="Valid HTML 4.01!" height="31" width="88"></a>
 </div>
 
 <p><div class="display">
diff --git a/asciimathcalculator.html b/asciimathcalculator.html
index 3b5a525..e034f19 100644
--- a/asciimathcalculator.html
+++ b/asciimathcalculator.html
@@ -110,9 +110,6 @@ to <a href="mailto:jipsen at chapman.edu">jipsen at chapman.edu</a>.
 <a href="http://www.chapman.edu/~jipsen/">Peter Jipsen</a>, 
 <a href="http://www.chapman.edu/">Chapman University</a>, May 2007
 
-<a href="http://validator.w3.org/check/referer"><img border="0"
-src="http://www.w3.org/Icons/valid-html401"
-alt="Valid HTML 4.01!" height="31" width="88"></a>
 </div>
 </body>
 </html>
diff --git a/asciimathsyntax.html b/asciimathsyntax.html
index 018fdd5..2fb0e22 100644
--- a/asciimathsyntax.html
+++ b/asciimathsyntax.html
@@ -498,9 +498,6 @@ simple enough to be coded by hand.
 <a href="http://www.chapman.edu/~jipsen/">Peter Jipsen</a>, 
 <a href="http://www.chapman.edu/">Chapman University</a>, September 2007
 
-<a href="http://validator.w3.org/check/referer"><img border="0"
-src="http://www.w3.org/Icons/valid-html401"
-alt="Valid HTML 4.01!" height="31" width="88"></a>
 </div>
 </body>
 </html>
diff --git a/debian/control b/debian/control
index 94ab798..68246cc 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.6
 Homepage: http://asciimathml.sourceforge.net/
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/asciimathtml.git
diff --git a/debian/rules b/debian/rules
index f3ee255..1367997 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 	dh $@
 
 override_dh_auto_build:
-	yui-compressor ASCIIMathML.js -o ASCIIMathML.min.js
+	uglifyjs -o ASCIIMathML.min.js ASCIIMathML.js
 
 override_dh_auto_clean:
 	rm -f ASCIIMathML.min.js

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



More information about the Pkg-javascript-commits mailing list