[Pkg-mozext-commits] [reloadevery] 01/02: Workaround incorrect minVersion

David Prévot taffit at moszumanska.debian.org
Sat May 10 15:14:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository reloadevery.

commit f9fe3aebde8d9115ea3c124eb5677c41bb138b12
Author: David Prévot <taffit at debian.org>
Date:   Sat May 10 10:46:59 2014 -0400

    Workaround incorrect minVersion
    
    Git-Dch: Ignore
---
 .../0002-Workaround-incorrect-minVersion.patch     | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/0002-Workaround-incorrect-minVersion.patch b/debian/patches/0002-Workaround-incorrect-minVersion.patch
new file mode 100644
index 0000000..b8f5d3f
--- /dev/null
+++ b/debian/patches/0002-Workaround-incorrect-minVersion.patch
@@ -0,0 +1,26 @@
+From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit at debian.org>
+Date: Sat, 10 May 2014 10:12:46 -0400
+Subject: Workaround incorrect minVersion
+
+As declared in upstream documentation, an * stands for infinity.
+
+https://developer.mozilla.org/docs/Toolkit_version_format
+
+Bug-Debian: https://bugs.debian.org/747562
+---
+ install.rdf | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/install.rdf b/install.rdf
+index 7734fd0..2e59ce3 100644
+--- a/install.rdf
++++ b/install.rdf
+@@ -14,7 +14,7 @@
+      <!-- Firefox -->
+      <Description>
+        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+-       <em:minVersion>24.*</em:minVersion>
++       <em:minVersion>24</em:minVersion>
+        <em:maxVersion>28.*</em:maxVersion>
+      </Description>
+     </em:targetApplication>
diff --git a/debian/patches/series b/debian/patches/series
index ac1453d..364c820 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Do-not-show-the-ReloadEvery-Thanks-webpage-after-add.patch
+0002-Workaround-incorrect-minVersion.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/reloadevery.git



More information about the Pkg-mozext-commits mailing list