[Pkg-mozext-commits] [wot] 05/06: Adapt to jQuery move
David Prévot
taffit at alioth.debian.org
Sat Sep 21 19:38:54 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository wot.
commit e5fa9458a17d09f1cecc0ed432d36a55e7bbabc6
Author: David Prévot <taffit at debian.org>
Date: Sat Sep 21 15:16:03 2013 -0400
Adapt to jQuery move
---
debian/rules | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index f81c548..e3f9169 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)/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
+ mv $(CURDIR)/chrome/wot.jar\!/content/libs/jquery.js $(CURDIR)/debian/jquery.js.bkp
+ uglifyjs -o $(CURDIR)/chrome/wot.jar\!/content/libs/jquery.js \
+ $(CURDIR)/chrome/wot.jar\!/content/libs/jquery-ui-1.9.2.custom.js
dh_auto_build -O--buildsystem=xul_ext
- mv $(CURDIR)/debian/jquery.js.bkp $(CURDIR)/chrome/wot.jar\!/content/injections/jquery.js
+ mv $(CURDIR)/debian/jquery.js.bkp $(CURDIR)/chrome/wot.jar\!/content/libs/jquery.js
override_dh_auto_install:
install-xpi --remove-license-files xul-ext-wot.xpi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git
More information about the Pkg-mozext-commits
mailing list