[Pkg-mozext-commits] [SCM] wot extension for Firefox/Iceweasel branch, master, updated. debian/20110704-2-16-g72cdc32

David Prévot taffit at debian.org
Fri Jul 19 03:44:28 UTC 2013


The following commit has been merged in the master branch:
commit 72cdc3243bb4f295c7c8e4d5b95dbf1e6e148d4a
Author: David Prévot <taffit at debian.org>
Date:   Thu Jul 18 23:41:49 2013 -0400

    Don’t ship backed up embedded minified JavaScript
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 9719003..f81c548 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,11 @@
 	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_auto_build:
-	mv $(CURDIR)/chrome/wot.jar\!/content/injections/jquery.js $(CURDIR)/jquery.js.bkp
+	mv $(CURDIR)/chrome/wot.jar\!/content/injections/jquery.js $(CURDIR)/debian/jquery.js.bkp
 	uglifyjs -o $(CURDIR)/chrome/wot.jar\!/content/injections/jquery.js \
 		$(CURDIR)/chrome/wot.jar\!/content/injections/jquery-ui-1.9.2.custom.js
 	dh_auto_build -O--buildsystem=xul_ext
-	mv $(CURDIR)/jquery.js.bkp $(CURDIR)/chrome/wot.jar\!/content/injections/jquery.js
+	mv $(CURDIR)/debian/jquery.js.bkp $(CURDIR)/chrome/wot.jar\!/content/injections/jquery.js
 
 override_dh_auto_install:
 	install-xpi --remove-license-files xul-ext-wot.xpi

-- 
wot extension for Firefox/Iceweasel



More information about the Pkg-mozext-commits mailing list