[Pkg-mozext-commits] [SCM] nosquint addon for Iceweasel/Firefox branch, master, updated. upstream/2.1.2-1-g3bdaaa2

Fabrizio Regalli fabreg at fabreg.it
Sun Nov 20 12:28:56 UTC 2011


The following commit has been merged in the master branch:
commit 3bdaaa2cb28150fe59943febe96f08d782050099
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Sun Nov 20 13:28:40 2011 +0100

    First debian release

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..26ca802
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+nosquint (2.1.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #648221)
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Sun, 20 Nov 2011 12:51:25 +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..dc34182
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: nosquint
+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://urandom.ca/nosquint
+Vcs-git: git://git.debian.org/git/pkg-mozext/nosquint.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mozext/nosquint.git;a=summary
+
+Package: xul-ext-nosquint
+Architecture: all
+Depends: ${misc:Depends}, ${xpi:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Breaks: ${xpi:Breaks}
+Description: extension for Iceweasel/Firefox to control the size of text of websites
+ NoSquint allows you to adjust the text-only and full-page 
+ (both text and images) zoom levels as well as color settings
+ both globally (for all sites) and per site.
+ Having a hard time reading on the web? Is that website with the ridiculously
+ small font and hot-pink-on-slightly-darker-hot-pink text raising your blood
+ pressure? NoSquint can:
+ .
+ Override the default text-only and full-page (both text and images) zoom
+ levels for all websites
+ .
+ Enforce your own foreground and background colors
+ .
+ Remember your zoom levels and color settings per site, automatically
+ applying them when you return.
+ .
+ Disagree with what NoSquint calls a site? A powerful exceptions mechanism
+ lets you split up or group together sites with URL patterns.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d487fa4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: nosquint
+Upstream-Contact: Jason Tackaberry <tack at urandom.ca>
+Source:	https://urandom.ca/nosquint/
+
+Files: *
+Copyright: 2011, Jason Tackaberry <tack at urandom.ca>
+License: LGPL-2.1
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; version 2 of the
+ License.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public 
+ License version 2.1 can be found in the file /usr/share/common-licenses/LGPL-2.1.
diff --git a/debian/patches/01-bump-maxversion.diff b/debian/patches/01-bump-maxversion.diff
new file mode 100644
index 0000000..6ce725b
--- /dev/null
+++ b/debian/patches/01-bump-maxversion.diff
@@ -0,0 +1,15 @@
+Description: Bump maxVersion to 8.* for using with Firefox/Iceweasel currently in sid/experimental
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: not-needed
+
+--- a/install.rdf
++++ b/install.rdf
+@@ -19,7 +19,7 @@
+             <Description>
+                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+                 <em:minVersion>3.0</em:minVersion>
+-                <em:maxVersion>5.*</em:maxVersion>
++                <em:maxVersion>8.*</em:maxVersion>
+             </Description>
+         </em:targetApplication>
+     </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..ebd2d9c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with xul-ext
+
+
+override_dh_auto_build:
+	xpi-pack . nosquint.xpi
+
+override_dh_auto_install:
+	install-xpi --remove-license-files nosquint.xpi
+
+override_dh_auto_clean:
+	rm -f nosquint.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..46e797b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.mozilla.org/pub/mozilla.org/addons/2592/nosquint-([\d\.]+)\-fx\.xpi debian xpi-repack

-- 
nosquint addon for Iceweasel/Firefox



More information about the Pkg-mozext-commits mailing list