[Pkg-mozext-commits] [SCM] extension for Firebug to edit, inspect and generate XPath express branch, master, updated. upstream/0.9.7-1-g14d276b

Fabrizio Regalli fabreg at fabreg.it
Tue Sep 27 20:47:41 UTC 2011


The following commit has been merged in the master branch:
commit 14d276bae43d56fa1412e025b504c95a9f91be0a
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Tue Sep 27 22:47:28 2011 +0200

    New upstream version (Closes: #632977)
    
    * New upstream version (Closes: #632977)
    * Added myself to Uploaders
    * Fixed description-synopsis-might-not-be-phrased-properly lintian message
    * Update Standards-Version to 3.9.2 (no changes)
    * Update d/copyright to latest .174 DEP5 revision
    * Added copyright holder for sizzle.js file
    * Removed fix-highlight and max_version patches
    * Added DM-Upload-Allowed field

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7bc9e22
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,48 @@
+firexpath (0.9.7-1) UNRELEASED; urgency=low
+
+  * New upstream version (Closes: #632977)
+  * Added myself to Uploaders
+  * Fixed description-synopsis-might-not-be-phrased-properly lintian message
+  * Update Standards-Version to 3.9.2 (no changes)
+  * Update d/copyright to latest .174 DEP5 revision
+  * Added copyright holder for sizzle.js file
+  * Removed fix-highlight and max_version patches
+  * Added DM-Upload-Allowed field
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 27 Sep 2011 22:13:07 +0200
+
+firexpath (0.9.6.1-1.0) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream version.
+
+ -- Dmitry E. Oboukhov <unera at debian.org>  Mon, 04 Jul 2011 12:26:59 +0400
+
+firexpath (0.9.5-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Iceweasel 5.0 compatible.
+
+ -- Dmitry E. Oboukhov <unera at debian.org>  Mon, 04 Jul 2011 12:15:11 +0400
+
+firexpath (0.9.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add debian/watch;
+  * Fix highlight button (backport fix from upstream SVN)
+
+ -- Dmitry E. Oboukhov <unera at debian.org>  Wed, 02 Mar 2011 16:27:35 +0300
+
+firexpath (0.9.5-1.0) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream version.
+  * Bump maxVersion to 4.*.
+
+ -- Dmitry E. Oboukhov <unera at debian.org>  Wed, 02 Mar 2011 15:54:00 +0300
+
+firexpath (0.9.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #591902)
+
+ -- Roman V. Nikolaev <rshadow at rambler.ru>  Fri, 20 Aug 2010 14:35:02 +0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..71b6536
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: firexpath
+Section: web
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
+Uploaders: Roman V. Nikolaev <rshadow at rambler.ru>, Fabrizio Regalli <fabreg at fabreg.it>
+DM-Upload-Allowed: yes
+Build-Depends: cdbs, debhelper (>= 7), mozilla-devscripts (>= 0.16~)
+Standards-Version: 3.9.2
+Homepage: https://addons.mozilla.org/ru/firefox/addon/11900/
+Vcs-Git: git://git.debian.org/pkg-mozext/firexpath.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mozext/firexpath.git;a=summary
+
+Package: xul-ext-firexpath
+Architecture: all
+Depends: ${misc:Depends}, xul-ext-firebug
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Description: extension for Firebug to edit, inspect and generate XPath expressions
+ FireXPath is a Firebug extension that adds a development tool to edit,
+ inspect and generate XPath expressions.
+ With FireXPath you can:
+  * Edit XPath expressions with auto completion (using TAB or up and down
+    arrows).
+  * Evaluate the expression on HTML or any XML documents.
+  * Display the result of evaluations in a Firebug-like DOM tree.
+  * Highlight the results directly on the document displayed by Firefox
+    (works only with HTML documents).
+  * Generate an XPath expression for an element by right clicking on it
+    and selecting "Inspect XPath" located under "Inspect Element".
+  * Define the evaluation context of an XPath expression.
+  * Choose the document in which to evaluate the XPath expression (only
+    applicable for HTML documents with frames or iframes).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..434b49b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: FireXPath
+Upstream-Contact: Pierre Tholence <FireXPath at pierre.tholence.com>
+Source: https://addons.mozilla.org/ru/firefox/addon/11900/
+
+Files: *
+Copyright: 2009-2010, Pierre Tholence <pierre.tholence at gmail.com>
+License: GPL-3
+
+Files: content/sizzle.js
+Copyright 2011, The Dojo Foundation
+License: GPL-3
+
+License: GPL-3
+ 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 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.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL-3 file.
+
+Files: debian/*
+Copyright: 2010, Roman V. Nikolaev <rshadow at rambler.ru>
+License: GPL-3
+ 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 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.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL-3 file.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..12acab6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+PVERSION := $(shell \
+	dpkg-parsechangelog \
+	|grep ^Version: \
+	|awk '{print $$2}' \
+	|sed 's/-.*//' \
+)
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/mozilla-devscripts/xpi.mk
+
+clean::
+	rm -fr .pc
+
+tarball:
+	fakeroot debian/rules clean || ./debian/rules clean
+	cd .. && tar \
+		--exclude=debian \
+		--exclude=.git \
+		-czvf \
+		firexpath_$(PVERSION).orig.tar.gz \
+		firexpath-$(PVERSION)
+	
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..5afe5d1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts="uversionmangle=s/(?=[^\.\d]+(?:\d+)?)$/\~/;s/0(\d)/0.$1/g" \
+ftp://ftp.mozilla.org/pub/mozilla.org/addons/11900/\
+	firex?path-(\d+(?:\.\d+){1,3}(?:\w+\d+)?).*\.xpi

-- 
extension for Firebug to edit, inspect and generate XPath express



More information about the Pkg-mozext-commits mailing list