[Pkg-mozext-commits] [SCM] searchload-options extension for Firefox/Iceweasel branch, master, updated. upstream/0.6.3-1-gf2effe9
Fabrizio Regalli
fabreg at fabreg.it
Fri Nov 4 11:51:20 UTC 2011
The following commit has been merged in the master branch:
commit f2effe9ffeeeffb8b2cbc95d3b5e84053e8e13b3
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date: Fri Nov 4 12:51:12 2011 +0100
First debian release
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a41fd24
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+searchload-options (0.6.3-1) unstable; urgency=low
+
+ * Initial release. (Closes: #568831)
+
+ -- 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..d005c29
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: searchload-options
+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://addons.mozilla.org/en-US/firefox/addon/searchload-options
+Vcs-git: git://git.debian.org/git/pkg-mozext/searchload-options.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mozext/searchload-options.git;a=summary
+
+Package: xul-ext-searchload-options
+Architecture: all
+Depends: ${misc:Depends}, ${xpi:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Breaks: ${xpi:Breaks}
+Description: tweak the searchbar's functionality
+ SearchLoad Options extends the capabilities of the searchbar.
+ It can automatically clear the searchbar and change the
+ search engine after each search. It can also open the search
+ results in the current tab, a new tab, or a new background tab.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e0209fb
--- /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: SearchLoad Options
+Upstream-Contact: Esteban Torres
+Source: https://addons.mozilla.org/en-US/firefox/addon/searchload-options/
+
+Files: *
+Copyright: 2007, Esteban Torres
+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..4a64eef
--- /dev/null
+++ b/debian/patches/01-bump-maxversion.diff
@@ -0,0 +1,15 @@
+Description: Bump maxVersion to 8 for using with Firefox/Iceweasel in sid/experimental
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: not-needed
+
+--- a/install.rdf
++++ b/install.rdf
+@@ -11,7 +11,7 @@
+ <Description>
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>3.5</em:minVersion>
+- <em:maxVersion>4.0.*</em:maxVersion>
++ <em:maxVersion>8.0.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+ <em:description>Tweak the searchbar's functionality.</em:description>
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..3c3204c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with xul-ext
+
+
+override_dh_auto_build:
+ xpi-pack . searchopt.xpi
+
+override_dh_auto_install:
+ install-xpi --remove-license-files searchopt.xpi
+
+override_dh_auto_clean:
+ rm -f searchopt.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..6341d09
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.mozilla.org/pub/mozilla.org/addons/3544/searchload_options-([\d\.]+)-.*\.xpi debian xpi-repack
--
searchload-options extension for Firefox/Iceweasel
More information about the Pkg-mozext-commits
mailing list