[Pkg-mozext-commits] [wot] 04/06: Use libjs-jquery{, -ui} instead of embedded files
David Prévot
taffit at moszumanska.debian.org
Fri Nov 13 02:59:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository wot.
commit 78d57635b3f7449a4b25a2e8fde2aa6e28c85937
Author: David Prévot <david at tilapin.org>
Date: Thu Nov 12 22:29:52 2015 -0400
Use libjs-jquery{,-ui} instead of embedded files
---
debian/control | 6 +++---
debian/links | 2 ++
debian/rules | 5 -----
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index cb093d2..7e34062 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: David Prévot <taffit at debian.org>
-Build-Depends: debhelper (>= 8), mozilla-devscripts (>= 0.29~), node-uglify
+Build-Depends: debhelper (>= 8), mozilla-devscripts
Standards-Version: 3.9.6
Homepage: https://www.mywot.com
Vcs-Git: git://anonscm.debian.org/pkg-mozext/wot.git
@@ -11,13 +11,13 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mozext/wot.git
Package: xul-ext-wot
Architecture: all
-Depends: ${misc:Depends}, ${xpi:Depends}
+Depends: libjs-jquery, libjs-jquery-ui, ${misc:Depends}, ${xpi:Depends}
Recommends: ${xpi:Recommends}
Provides: ${xpi:Provides}
Enhances: ${xpi:Enhances}
Breaks: ${xpi:Breaks}
Description: show which websites are trustworthy
- WOT is the leading website reputation rating tool and one of
+ WOT is the leading website reputation rating tool and one of
Mozilla’s most popular add-ons. WOT uses an intuitive
traffic-light style rating system to help you know which
websites are trusted when you search, surf and shop online.
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..547683d
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,2 @@
+usr/share/javascript/jquery-ui/jquery-ui.min.js usr/share/xul-ext/wot/content/libs/jquery-ui.min.js
+usr/share/javascript/jquery/jquery.min.js usr/share/xul-ext/wot/content/libs/jquery.js
diff --git a/debian/rules b/debian/rules
index fe70ef7..57e6622 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,11 +2,6 @@
%:
dh $@ --with xul-ext --buildsystem=xul_ext
-override_dh_auto_build:
- uglifyjs -o $(CURDIR)/chrome/wot.jar\!/content/libs/jquery.js \
- $(CURDIR)/debian/missing-sources/jquery.js
- dh_auto_build -O--buildsystem=xul_ext
-
override_dh_auto_install:
install-xpi --remove-license-files xul-ext-wot.xpi
rm -r $(CURDIR)/debian/xul-ext-wot/usr/share/xul-ext/wot/META-INF
--
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