[Pkg-mozext-commits] [SCM] uppity extension for Iceweaswl branch, master, updated. upstream/1.5.8-1-g6c307b4

Fabrizio Regalli fabreg at fabreg.it
Mon Sep 19 09:04:11 UTC 2011


The following commit has been merged in the master branch:
commit 6c307b4b98105b485c6ce7203a3382e4f51dde7f
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Mon Sep 19 11:04:07 2011 +0200

    First debian release

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e6384aa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+uppity (1.5.8-1) unstable; urgency=low
+
+  * Initial release. (Closes: #641901)
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Mon, 19 Sep 2011 09:42:58 +0200
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..f062d68
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: uppity
+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.22~)
+Standards-Version: 3.9.2
+Homepage: http://trac.arantius.com/wiki/Extensions/Uppity
+Vcs-git: git://anonscm.debian.org/pkg-mozext/uppity.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mozext/uppity.git
+
+Package: xul-ext-uppity
+Architecture: all
+Depends: ${misc:Depends}, ${xpi:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Description: toolbar button to "go up" on the web
+ Navigate up one level (directory). It will remove an in-page 
+ anchor, the querystring, the file, and the last directory 
+ in that order, whichever is first found.
+ .
+ The keyboard shortcut ALT-Up (Option-Up on the Mac) will also 
+ navigate this way. Clicking the drop-down arrow next to the
+ toolbar button will present that entire list, from where you
+ can navigate directly to any of those options.
+ The ALT-Down (Option-Down on the Mac) key will also open this list.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..12c15c2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,49 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174
+Upstream-Name: Uppity
+Upstream-Contact: Anthony Lieuallen
+Source: http://trac.arantius.com/browser/extension/uppity
+
+Files: *
+Copyright: 2005, Anthony Lieuallen
+License: MIT
+
+Files: debian/*
+Copyright: 2011, Fabrizio Regalli <fabreg at fabreg.it>
+License: GPL-2+
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+License: GPL-2+
+ 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 2 of the License, or
+ (at your option) any later version.
+ .
+ This program 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ The complete text of the GNU General Public License version 2 can be found in
+ the file `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/patches/01-bumpmaxver.diff b/debian/patches/01-bumpmaxver.diff
new file mode 100644
index 0000000..1fb8e67
--- /dev/null
+++ b/debian/patches/01-bumpmaxver.diff
@@ -0,0 +1,16 @@
+Description: Bump maxVersion to 7 for supporting Iceweasel/Firfox rel. >=7
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: http://trac.arantius.com/ticket/538
+
+
+--- a/install.rdf
++++ b/install.rdf
+@@ -16,7 +16,7 @@
+ 			<Description>
+ 				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ 				<em:minVersion>4.0b12</em:minVersion>
+-				<em:maxVersion>5.*</em:maxVersion>
++				<em:maxVersion>7.*</em:maxVersion>
+ 			</Description>
+ 		</em:targetApplication>
+ 	</Description>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ded1a26
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-bumpmaxver.diff
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e56de35
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with xul-ext
+
+override_dh_auto_build:
+	xpi-pack . uppity.xpi
+
+override_dh_auto_install:
+	install-xpi --remove-license-files uppity.xpi
+
+override_dh_auto_clean:
+	rm -f uppity.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..5b71a7f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.mozilla.org/pub/mozilla.org/addons/869/uppity-([\d\.]+)-.*\.xpi debian xpi-repack

-- 
uppity extension for Iceweaswl



More information about the Pkg-mozext-commits mailing list