[Pkg-mozext-commits] [SCM] Cookie Monster extension for Iceweasel/Firefox branch, master, updated. debian/1.1.0-3-1-g4328b4d

Fabrizio Regalli fabreg at fabreg.it
Thu Dec 22 08:52:39 UTC 2011


The following commit has been merged in the master branch:
commit 4328b4de0283c67deb51e9682fee3b1c34dd081a
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Dec 22 09:52:08 2011 +0100

    Added 01-bump-maxversion.diff patch. It's now compatible with Firefox/Iceweasel 11 (Closes: #652915)

diff --git a/debian/changelog b/debian/changelog
index fdbd259..9f2dd12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cookie-monster (1.1.0-4) unstable; urgency=low
+
+  *  Added 01-bump-maxversion.diff patch.
+     It's now compatible with Firefox/Iceweasel 11 (Closes: #652915)
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Thu, 22 Dec 2011 09:48:37 +0100
+
 cookie-monster (1.1.0-3) unstable; urgency=low
 
   * Removed duplicated text in package description (Closes: #649751)
diff --git a/debian/patches/01-bump-maxversion.diff b/debian/patches/01-bump-maxversion.diff
new file mode 100644
index 0000000..d4d24f8
--- /dev/null
+++ b/debian/patches/01-bump-maxversion.diff
@@ -0,0 +1,15 @@
+Description: Bump maxVersion for working with Iceweasel/Firefox 11*
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: not-needed
+
+--- a/install.rdf
++++ b/install.rdf
+@@ -17,7 +17,7 @@
+       <Description>
+         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+         <em:minVersion>3.5</em:minVersion>
+-        <em:maxVersion>8.*</em:maxVersion>
++        <em:maxVersion>11.*</em:maxVersion>
+ 	  </Description>
+     </em:targetApplication>
+     
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/install.rdf b/install.rdf
index cd51103..787d7f4 100644
--- a/install.rdf
+++ b/install.rdf
@@ -17,7 +17,7 @@
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
         <em:minVersion>3.5</em:minVersion>
-        <em:maxVersion>8.*</em:maxVersion>
+        <em:maxVersion>11.*</em:maxVersion>
 	  </Description>
     </em:targetApplication>
     

-- 
Cookie Monster extension for Iceweasel/Firefox



More information about the Pkg-mozext-commits mailing list