[Pkg-mozext-commits] [greasemonkey] 37/43: Handle patch with gbp pq

David Prévot taffit at moszumanska.debian.org
Sun Feb 22 21:56:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit a4c5be849a94059ecc1ba4f4f76c2ae847640e92
Author: David Prévot <david at tilapin.org>
Date:   Sun Feb 22 17:17:46 2015 -0400

    Handle patch with gbp pq
    
    Git-Dch: Ignore
---
 ...g-greasespot.net-on-first-run-after-insta.patch} | 21 +++++++++++++++------
 debian/patches/series                               |  2 +-
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/debian/patches/stop-calling-home.patch b/debian/patches/0001-Stop-calling-greasespot.net-on-first-run-after-insta.patch
similarity index 61%
rename from debian/patches/stop-calling-home.patch
rename to debian/patches/0001-Stop-calling-greasespot.net-on-first-run-after-insta.patch
index c575481..5816d1b 100644
--- a/debian/patches/stop-calling-home.patch
+++ b/debian/patches/0001-Stop-calling-greasespot.net-on-first-run-after-insta.patch
@@ -1,14 +1,23 @@
-Description: stop calling greasespot.net on first run after installation
- "Calling home" is a privacy breach, despite being annoying
- The information on the welcome page is already available in the menu
- provided by the toolbar button (automaticly installed)
-Author: Damyan Ivanov <dmn at debian.org>
+From: Damyan Ivanov <dmn at debian.org>
+Date: Thu, 27 Nov 2014 18:02:26 -0400
+Subject: Stop calling greasespot.net on first run after installation
+
+"Calling home" is a privacy breach, despite being annoying.
+
+The information on the welcome page is already available in the menu
+provided by the toolbar button (automatically installed).
+
 Forwarded: not-needed
 Bug-Debian: https://bugs.debian.org/771110
+---
+ content/config.js | 14 --------------
+ 1 file changed, 14 deletions(-)
 
+diff --git a/content/config.js b/content/config.js
+index abce40c..f4f8626 100644
 --- a/content/config.js
 +++ b/content/config.js
-@@ -276,20 +276,6 @@ Config.prototype._updateVersion = functi
+@@ -276,20 +276,6 @@ Config.prototype._updateVersion = function() {
  
      // Update the stored current version so we don't do this work again.
      GM_prefRoot.setValue("version", newVersion);
diff --git a/debian/patches/series b/debian/patches/series
index d0db82d..ea5c8ac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-stop-calling-home.patch
+0001-Stop-calling-greasespot.net-on-first-run-after-insta.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list