[Pkg-mozext-commits] [SCM] Web development plugin for Iceweasel/Firefox branch, master, updated. upstream/1.8.3-2-g6e939e6

Fabrizio Regalli fabreg at fabreg.it
Sat Sep 17 00:14:15 UTC 2011


The following commit has been merged in the master branch:
commit 6e939e6515ebf230c8d38a3dd6b23334b4e346b5
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Sat Sep 17 02:13:58 2011 +0200

    Fixed #624855

diff --git a/debian/changelog b/debian/changelog
index 0d97818..289632e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-firebug (1.8.3-1) UNRELEASED; urgency=low
+firebug (1.8.3-1) unstable; urgency=low
 
   * New upstream release. (Closes: #632245)
   * Bump to 3.9.2 Standards-Version (no changes).
@@ -8,6 +8,9 @@ firebug (1.8.3-1) UNRELEASED; urgency=low
   * Removed cdbs from B-D.
   * Rewrite d/rules.
   * Removed xul-ext-firebug.links in favour of xul-ext-firebug.docs
+  * Added patch 01-homepage.diff (Closes: #624855)
+    It prevents to automatically load http://getfirebug.com/firstrun#Firebug
+    web page after upgrade.
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Sat, 17 Sep 2011 01:01:58 +0200
 
diff --git a/debian/patches/01-homepage.diff b/debian/patches/01-homepage.diff
new file mode 100644
index 0000000..51a5203
--- /dev/null
+++ b/debian/patches/01-homepage.diff
@@ -0,0 +1,17 @@
+Description: Don't load homepage after each upgrade
+Author: Damyan Ivanov <dmn at debian.org>
+Bug-Debian: http://bugs.debian.org/624855
+Forwarded: not-needed
+
+
+--- a/content/firebug/chrome/chrome.js
++++ b/content/firebug/chrome/chrome.js
+@@ -1525,7 +1525,7 @@
+ 
+                 // xxxHonza: put the URL in firebugURLs as soon as it's in chrome.js
+                 if (Firebug.Options.get("showFirstRunPage"))
+-                    Win.openNewTab("http://getfirebug.com/firstrun#Firebug " + version);
++                   // Win.openNewTab("http://getfirebug.com/firstrun#Firebug " + version);
+             }
+         }, 500);
+     }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5d82ecd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-homepage.diff

-- 
Web development plugin for Iceweasel/Firefox



More information about the Pkg-mozext-commits mailing list