[Pkg-mozext-commits] [noscript] 01/02: Use yui-compressor instead of node-uglify

David Prévot taffit at moszumanska.debian.org
Sun Apr 13 23:23:37 UTC 2014


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

taffit pushed a commit to branch master
in repository noscript.

commit d5a55153b93b411e5f48c6aacb1bca9622790a8e
Author: David Prévot <taffit at debian.org>
Date:   Sun Apr 13 18:23:26 2014 -0400

    Use yui-compressor instead of node-uglify
    
    node-uglify is not available in stable.
    
    Git-Dch: Full
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2f9bf9b..df44559 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: optional
 Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Jérémy Bobbio <lunar at debian.org>
-Build-Depends: debhelper (>= 8), mozilla-devscripts, node-uglify
+Build-Depends: debhelper (>= 8), mozilla-devscripts, yui-compressor
 Standards-Version: 3.9.5
 Homepage: http://noscript.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mozext/noscript.git
diff --git a/debian/rules b/debian/rules
index 06d8796..ab8b82a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 	dh $@ --with xul-ext --buildsystem=xul_ext --parallel
 
 override_dh_auto_build:
-	uglifyjs -o \
+	yui-compressor -o \
 		chrome/noscript.jar!/content/noscript/antlr.js \
 		debian/antlr3-all.js
 	dh_auto_build -O--buildsystem=xul_ext -O--parallel

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



More information about the Pkg-mozext-commits mailing list