[Pkg-mozext-commits] [SCM] wot extension for Firefox/Iceweasel branch, master, updated. upstream/20110704-1-g71b8818

Fabrizio Regalli fabreg at fabreg.it
Fri Nov 4 22:55:48 UTC 2011


The following commit has been merged in the master branch:
commit 71b881859a42912a3a25f99515005738c5d582f6
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Fri Nov 4 23:55:28 2011 +0100

    First debian release

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..214e79e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+wot (20110704-1) unstable; urgency=low
+
+  * Initial release. (Closes: #647669)
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Fri, 04 Nov 2011 12:09:05 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6939e0d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: wot
+Section: web
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
+Uploaders: Fabrizio Regalli <fabreg at fabreg.it>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 8), mozilla-devscripts (>= 0.29~)
+Standards-Version: 3.9.2
+Homepage: https://www.mywot.com
+Vcs-git: git://git.debian.org/git/pkg-mozext/wot.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mozext/wot.git;a=summary
+
+Package: xul-ext-wot
+Architecture: all
+Depends: ${misc:Depends}, ${xpi:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Breaks: ${xpi:Breaks}
+Description: shows you 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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..af5ccb0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: wot
+Upstream-Contact: WOT Services <info at mywot.com>
+Source:	https://www.mywot.com/
+
+Files: *
+Copyright: 2005-2011, WOT Services <info at mywot.com>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/patches/01-bump-maxversion.diff b/debian/patches/01-bump-maxversion.diff
new file mode 100644
index 0000000..0735ff6
--- /dev/null
+++ b/debian/patches/01-bump-maxversion.diff
@@ -0,0 +1,16 @@
+Description: Bump maxVersion to 7.* for using with Firefox/Iceweasel currently in sid
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: not-needed
+
+
+--- a/install.rdf
++++ b/install.rdf
+@@ -16,7 +16,7 @@
+ 			<Description>
+ 				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ 				<em:minVersion>3.0</em:minVersion>
+-				<em:maxVersion>7.0a1</em:maxVersion>
++				<em:maxVersion>7.*</em:maxVersion>
+ 			</Description>
+ 		</em:targetApplication>
+ 		
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..61f1bca
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-bump-maxversion.diff
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2115df1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with xul-ext
+
+
+override_dh_auto_build:
+	xpi-pack . wot.xpi
+
+override_dh_auto_install:
+	install-xpi --remove-license-files wot.xpi
+
+override_dh_auto_clean:
+	rm -f wot.xpi
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5967654
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.mozilla.org/pub/mozilla.org/addons/3456/web_of_trust_safe_browsing_tool-([\d\.]+)\-fx\+sm\.xpi debian xpi-repack

-- 
wot extension for Firefox/Iceweasel



More information about the Pkg-mozext-commits mailing list