[Pkg-mozext-commits] [SCM] livehttpheaders Debian extension branch, master, updated. debian/0.17-2-11-gf9e78f0
Fabrizio Regalli
fabreg at fabreg.it
Tue Apr 10 20:40:43 UTC 2012
The following commit has been merged in the master branch:
commit f9e78f0cdba279e4b1975d9af9d821b45d4ec7f8
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date: Tue Apr 10 22:40:22 2012 +0200
Add 01-fix-install.patch for normalizing install.rdf file
diff --git a/debian/changelog b/debian/changelog
index cb058bc..eb5bc0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,12 +5,13 @@ livehttpheaders (0.17-3) UNRELEASED; urgency=low
* Added Homepage field in d/control
* Bump Standards-Version to 3.9.3
* Rename binary package in xul-ext-livehttpheaders (Closes: #611795)
- * Changed Depends field in ${misc:Depends} in d/control
+ * Changed Depends field in ${xpi:Depends} in d/control
* Added {Recommends,Provides} fields in d/control
* Removed Mike from Maintainers
* Switch to 3.0 quilt format
* Removed d/dirs and d/links
* Move to standard d/rules using mozilla-devscript
+ * Add 01-fix-install.patch for normalizing install.rdf file
-- Fabrizio Regalli <fabreg at fabreg.it> Fri, 06 Apr 2012 12:22:06 +0200
diff --git a/debian/control b/debian/control
index e560f05..82fcacf 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Git: git://git.debian.org/pkg-mozext/livehttpheaders.git
Package: xul-ext-livehttpheaders
Architecture: all
-Depends: Depends: ${misc:Depends}
+Depends: ${xpi:Depends}
Recommends: ${xpi:Recommends}
Provides: ${xpi:Provides}
Description: Adds information about the HTTP headers to Iceweasel and Iceape
diff --git a/debian/patches/01-fix-install.patch b/debian/patches/01-fix-install.patch
new file mode 100644
index 0000000..c3baf4e
--- /dev/null
+++ b/debian/patches/01-fix-install.patch
@@ -0,0 +1,71 @@
+Description: add tag em: for using install-xpi correctly
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: not-needed
+
+--- a/install.rdf
++++ b/install.rdf
+@@ -48,46 +48,64 @@
+ <em:name>Hlavičky HTTP</em:name>
+ <em:description>View HTTP headers of a page and while browsing.</em:description>
+ </Description>
++ </em:localized>
++ <em:localized>
+ <Description>
+ <em:locale>da-DK</em:locale>
+ <em:name>Live HTTP headers</em:name>
+ <em:description>Se HTTP headere for en side og imens man surfer.</em:description>
+ </Description>
++ </em:localized>
++ <em:localized>
+ <Description>
+ <em:locale>de-AT</em:locale>
+ <em:name>Live HTTP headers</em:name>
+ <em:description>Zeigt die HTTP Header einer Seite.</em:description>
+ </Description>
++ </em:localized>
++ <em:localized>
+ <Description>
+ <em:locale>en-US</em:locale>
+ <em:name>Live HTTP headers</em:name>
+ <em:description>View HTTP headers of a page and while browsing.</em:description>
+ </Description>
++ </em:localized>
++ <em:localized>
+ <Description>
+ <em:locale>es-ES</em:locale>
+ <em:name>Live HTTP headers</em:name>
+ <em:description>View HTTP headers of a page and while browsing.</em:description>
+ </Description>
++ </em:localized>
++ <em:localized>
+ <Description>
+ <em:locale>fr-FR</em:locale>
+ <em:name>En-têtes HTTP en direct</em:name>
+ <em:description>Affiche les en-têtes HTTP des pages pendant votre navigation.</em:description>
+ </Description>
++ </em:localized>
++ <em:localized>
+ <Description>
+ <em:locale>hu-HU</em:locale>
+ <em:name>HTTP kérések fejlécei</em:name>
+ <em:description>View HTTP headers of a page and while browsing.</em:description>
+ </Description>
++ </em:localized>
++ <em:localized>
+ <Description>
+ <em:locale>ja-JP</em:locale>
+ <em:name>Live HTTP headers</em:name>
+ <em:description>ウェブページとブラウジング中の HTTP ヘッダを表示します。</em:description>
+ </Description>
++ </em:localized>
++ <em:localized>
+ <Description>
+ <em:locale>nl-NL</em:locale>
+ <em:name>Live HTTP headers</em:name>
+ <em:description>Bekijk de HTTP headers van een pagina tijdens het surfen.</em:description>
+ </Description>
++ </em:localized>
++ <em:localized>
+ <Description>
+ <em:locale>ru-RU</em:locale>
+ <em:name>Просмотр HTTP заголовков</em:name>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cd8237b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix-install.patch
diff --git a/debian/watch b/debian/watch
index 16426e0..b44d8e4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-http://downloads.mozdev.org/livehttpheaders/livehttpheaders-(\d\.[\d\.]+).xpi
+http://downloads.mozdev.org/livehttpheaders/livehttpheaders-(\d\.[\d\.]+).xpi debian xpi-repack
--
livehttpheaders Debian extension
More information about the Pkg-mozext-commits
mailing list