[Pkg-mozext-commits] [SCM] Web development plugin for Iceweasel/Firefox branch, master, updated. debian/1.9.0a0-1-4-gdae930e

Fabrizio Regalli fabreg at fabreg.it
Sun Nov 13 18:24:49 UTC 2011


The following commit has been merged in the master branch:
commit dae930ed73a72d568a3c70596b7e9f9c0008d168
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Sun Nov 13 19:24:39 2011 +0100

    Added 01-removefirstrun.diff patch

diff --git a/debian/changelog b/debian/changelog
index 7f39c9f..5779b17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ firebug (1.9.0b1-1) unstable; urgency=low
   * Removed no more applicable 01-homepage.patch
   * Added Breaks: ${xpi:Breaks} to d/control
   * Now using 0.29 version of mozilla-devscript
+  * Added 01-removefirstrun.diff patch
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Sun, 13 Nov 2011 18:46:34 +0100
 
diff --git a/debian/patches/01-removefirstrun.diff b/debian/patches/01-removefirstrun.diff
new file mode 100644
index 0000000..1baef97
--- /dev/null
+++ b/debian/patches/01-removefirstrun.diff
@@ -0,0 +1,25 @@
+Description: Do not dipslay 'firstrun' page after installation 
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: not-needed
+
+
+--- a/content/firebug/chrome/firstRunPage.js
++++ b/content/firebug/chrome/firstRunPage.js
+@@ -60,8 +60,8 @@
+                 Firebug.Options.set("currentVersion", version);
+ 
+                 // 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);
++                //if (Firebug.Options.get("showFirstRunPage"))
++                //    Win.openNewTab("http://getfirebug.com/firstrun#Firebug " + version);
+             }
+         }, 500);
+     }
+@@ -76,4 +76,4 @@
+ return Firebug.FirstRunPage;
+ 
+ // ********************************************************************************************* //
+-});
+\ No newline at end of file
++});
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0f41de0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-removefirstrun.diff

-- 
Web development plugin for Iceweasel/Firefox



More information about the Pkg-mozext-commits mailing list