[Pkg-mozext-commits] [reloadevery] 10/14: Refresh patch (now handled with gbp pq)

David Prévot taffit at moszumanska.debian.org
Sat May 10 01:20:51 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 5150cffc7fc4dbc90fe0ce223ba53a10cbd74007
Author: David Prévot <taffit at debian.org>
Date:   Fri May 9 19:20:30 2014 -0400

    Refresh patch (now handled with gbp pq)
---
 ...-the-ReloadEvery-Thanks-webpage-after-add.patch | 32 ++++++++++++++++++++++
 .../patches/001_works-with-latest-iceweasel.patch  | 14 ----------
 ...ble-reloadevery-thanks-page-after-install.patch | 22 ---------------
 debian/patches/series                              |  3 +-
 4 files changed, 33 insertions(+), 38 deletions(-)

diff --git a/debian/patches/0001-Do-not-show-the-ReloadEvery-Thanks-webpage-after-add.patch b/debian/patches/0001-Do-not-show-the-ReloadEvery-Thanks-webpage-after-add.patch
new file mode 100644
index 0000000..610ad7b
--- /dev/null
+++ b/debian/patches/0001-Do-not-show-the-ReloadEvery-Thanks-webpage-after-add.patch
@@ -0,0 +1,32 @@
+From: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Date: Fri, 9 May 2014 11:33:27 -0400
+Subject: Do not show the ReloadEvery Thanks! webpage after add-on installation
+
+The default ReloadEvery XPI shows the project Thanks! page in a new
+tab after first run of the add-on.
+
+If installed system-wide, we want to avoid such unnecessary extra
+noise.
+
+Forwarded: not-needed
+---
+ content/reloadeveryOverlay.js | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/content/reloadeveryOverlay.js b/content/reloadeveryOverlay.js
+index e100fe5..70e2c77 100644
+--- a/content/reloadeveryOverlay.js
++++ b/content/reloadeveryOverlay.js
+@@ -121,12 +121,10 @@ org.mozdev.reloadevery = {
+     
+         if (!this.prefs.prefHasUserValue("version")) {
+             this.debug("init(): no version found");
+-            setTimeout(function() { window.openUILinkIn("http://reloadevery.mozdev.org/thanks-install.html", "tab"); }, 500);
+             this.prefs.setCharPref("version", this.VERSION);
+         }
+         if (this.prefs.getCharPref("version") != this.VERSION) {
+             this.debug("init(): newer version");
+-            setTimeout(function() { window.openUILinkIn("http://reloadevery.mozdev.org/thanks.html", "tab"); }, 500);
+             this.prefs.setCharPref("version", this.VERSION);
+         }
+ 
diff --git a/debian/patches/001_works-with-latest-iceweasel.patch b/debian/patches/001_works-with-latest-iceweasel.patch
deleted file mode 100644
index b8263d5..0000000
--- a/debian/patches/001_works-with-latest-iceweasel.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Allow usage with iceweasel/firefox versions > 13.0
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Forwarded: not-needed
---- a/install.rdf
-+++ b/install.rdf
-@@ -14,7 +14,7 @@
-      <Description>
-        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
-        <em:minVersion>3.6</em:minVersion>
--       <em:maxVersion>17.*</em:maxVersion>
-+       <em:maxVersion>*</em:maxVersion>
-      </Description>
-     </em:targetApplication>
- 
diff --git a/debian/patches/003_disable-reloadevery-thanks-page-after-install.patch b/debian/patches/003_disable-reloadevery-thanks-page-after-install.patch
deleted file mode 100644
index 3da9678..0000000
--- a/debian/patches/003_disable-reloadevery-thanks-page-after-install.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Do not show the ReloadEvery Thanks! webpage after add-on installation
- The default ReloadEvery XPI shows the project Thanks! page in a new
- tab after first run of the add-on.
- .
- If installed system-wide, we want to avoid such unnecessary extra noise.
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Forwarded: not-needed
---- a/chrome/reloadevery/content/reloadeveryOverlay.js
-+++ b/chrome/reloadevery/content/reloadeveryOverlay.js
-@@ -122,12 +122,10 @@
-     
-         if (!this.prefs.prefHasUserValue("version")) {
-             this.debug("init(): no version found");
--            setTimeout(function() { window.openUILinkIn("http://reloadevery.mozdev.org/thanks.html", "tab"); }, 500);
-             this.prefs.setCharPref("version", this.VERSION);
-         }
-         if (this.prefs.getCharPref("version") != this.VERSION) {
-             this.debug("init(): newer version");
--            setTimeout(function() { window.openUILinkIn("http://reloadevery.mozdev.org/thanks.html", "tab"); }, 500);
-             this.prefs.setCharPref("version", this.VERSION);
-         }
- 
diff --git a/debian/patches/series b/debian/patches/series
index 7c8ed71..ac1453d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-001_works-with-latest-iceweasel.patch
-003_disable-reloadevery-thanks-page-after-install.patch
+0001-Do-not-show-the-ReloadEvery-Thanks-webpage-after-add.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