[Pkg-mozext-commits] [SCM] adds dozens of new capabilities to tabbed browsing branch, master, updated. debian/0.3.8.2-1-38-gce3ce4f

Fabrizio Regalli fabreg at fabreg.it
Tue Nov 8 08:41:50 UTC 2011


The following commit has been merged in the master branch:
commit ce3ce4fac1c3ce87ac6556e49bc55b11f7f2ba66
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Tue Nov 8 09:41:44 2011 +0100

    Bump maxVersion to 8 for compatibility with  FireFox/Iceweasel 8 (Closes: #647959).
    
    * Bump maxVersion to 8 for compatibility with
      FireFox/Iceweasel 8 (Closes: #647959).
    * Added DM-Upload-Allowed field in d/control

diff --git a/debian/changelog b/debian/changelog
index 518b46a..69e14ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tabmixplus (0.3.8.6-2) unstable; urgency=low
+
+  * Bump maxVersion to 8 for compatibility with 
+    FireFox/Iceweasel 8 (Closes: #647959).
+  * Added DM-Upload-Allowed field in d/control
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 08 Nov 2011 09:32:24 +0100
+
 tabmixplus (0.3.8.6-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 7271762..08497ca 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ 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://tmp.garyr.net/
diff --git a/debian/patches/01-bump-maxversion.diff b/debian/patches/01-bump-maxversion.diff
new file mode 100644
index 0000000..d715fa4
--- /dev/null
+++ b/debian/patches/01-bump-maxversion.diff
@@ -0,0 +1,23 @@
+Description: Bump maxVersion to 8 for compatibility with Firefox/Iceweasel 8.*
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: not-needed
+
+--- a/install.rdf
++++ b/install.rdf
+@@ -1,11 +1,11 @@
+ <?xml version="1.0"?>
+ <RDF:RDF xmlns:NS1="http://www.mozilla.org/2004/em-rdf#"
+          xmlns:NC="http://home.netscape.com/NC-rdf#"
+-         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+-  <RDF:Description RDF:about="rdf:#$n83In3"
+-                   NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
+-                   NS1:minVersion="3.5"
+-                   NS1:maxVersion="6.0a1" />
++         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
++  <RDF:Description RDF:about="rdf:#$n83In3"
++                   NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
++                   NS1:minVersion="3.5"
++                   NS1:maxVersion="8.*" />
+   <RDF:Description RDF:about="urn:mozilla:install-manifest"
+                    NS1:id="{dc572301-7619-498c-a57d-39143191b318}"
+                    NS1:name="Tab Mix Plus"
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

-- 
adds dozens of new capabilities to tabbed browsing



More information about the Pkg-mozext-commits mailing list