[Pkg-mozext-commits] [wot] 01/03: change package to an empty, transitional package, because of spyware/malware incident
Wolfgang Borgert
debacle at moszumanska.debian.org
Thu Nov 10 00:11:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository wot.
commit e7ba54062cf84680a99529a9aa26231713a40a99
Author: W. Martin Borgert <debacle at debian.org>
Date: Thu Nov 10 00:03:31 2016 +0000
change package to an empty, transitional package, because of spyware/malware incident
---
debian/NEWS | 14 ++++++++++++++
debian/control | 14 +++++++-------
debian/links | 2 --
debian/rules | 5 ++---
4 files changed, 23 insertions(+), 12 deletions(-)
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..18ab932
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,14 @@
+wot (20151208-3) unstable; urgency=high
+
+ * WOT has been identified as malware or spyware.
+ At least since 2015-04, it passes all complete URLs with an
+ additional user or browser id to their company server.
+ The company sells the data unfiltered and unanonimized to
+ paying customers.
+
+ This package is an empty, transitional package to remove
+ WOT safely from your computer.
+ Make sure, that users don't have WOT installed by other
+ means than as Debian package.
+
+ -- W. Martin Borgert <debacle at debian.org> Wed, 09 Nov 2016 20:25:45 +0000
diff --git a/debian/control b/debian/control
index 1a23fb9..e7196b6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ 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
+Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.7
-Homepage: https://www.mywot.com
+Homepage: https://wiki.debian.org/Mozilla/WOT
Vcs-Git: git://anonscm.debian.org/pkg-mozext/wot.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mozext/wot.git
@@ -16,8 +16,8 @@ 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
- 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.
+Description: Transitional package to safely remove WOT
+ WOT is a malware providing users browser habits to paying
+ customers. It has therefore been disabled in Debian.
+ .
+ This package can be safely removed after upgrade.
diff --git a/debian/links b/debian/links
deleted file mode 100644
index 547683d..0000000
--- a/debian/links
+++ /dev/null
@@ -1,2 +0,0 @@
-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 a01a48d..3027dd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,9 @@
#!/usr/bin/make -f
%:
- dh $@ --with xul-ext --buildsystem=xul_ext
+ dh $@
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
+ true
override_dh_installchangelogs:
dh_installchangelogs $(CURDIR)/debian/upstream-changelog
--
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