[Python-modules-commits] [kombu] 09/12: Add patch to remove image from remote donation site (privacy issue)

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Mar 21 21:33:51 UTC 2017


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

mans0954 pushed a commit to branch debian/experimental
in repository kombu.

commit 4a247cb3551314f125315ca58ff9b59f9ebc4581
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Tue Mar 21 21:06:36 2017 +0000

    Add patch to remove image from remote donation site (privacy issue)
---
 debian/changelog                                   |  1 +
 ...e-from-remote-donation-site-privacy-issue.patch | 24 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8491993..8cf900f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kombu (4.0.2+dfsg-1) UNRELEASED; urgency=medium
   * Update build dependencies 
   * Add myself to Uploaders 
   * Update copyright file 
+  * Add patch to remove image from remote donation site (privacy issue) 
 
  -- Christopher Hoskin <mans0954 at debian.org>  Tue, 21 Mar 2017 19:35:31 +0000
 
diff --git a/debian/patches/0001-Remove-image-from-remote-donation-site-privacy-issue.patch b/debian/patches/0001-Remove-image-from-remote-donation-site-privacy-issue.patch
new file mode 100644
index 0000000..4c88237
--- /dev/null
+++ b/debian/patches/0001-Remove-image-from-remote-donation-site-privacy-issue.patch
@@ -0,0 +1,24 @@
+From: Christopher Hoskin <mans0954 at debian.org>
+Date: Tue, 21 Mar 2017 21:04:27 +0000
+Subject: Remove image from remote donation site (privacy issue)
+
+Forwarded: not-needed
+Author: Christopher Hoskin <mans0954 at debian.org>
+Last-Update: 21-Mar-2017
+---
+ docs/_templates/sidebardonations.html | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/docs/_templates/sidebardonations.html b/docs/_templates/sidebardonations.html
+index 90c930b..e4c26a5 100644
+--- a/docs/_templates/sidebardonations.html
++++ b/docs/_templates/sidebardonations.html
+@@ -4,7 +4,6 @@
+     <input type="hidden" name="cmd" value="_s-xclick">
+     <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHTwYJKoZIhvcNAQcEoIIHQDCCBzwCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYA2+c723xlntHKQYQR9yn9BEtUhDoUUlnOqhniqvNMWB4k2R0JpVkrNSu5JCbdjNOqDXKHoRfIWe3HXJJMPZBJKFMD5Izprb6xEZlTGaWnlrGXFfkdBaILQQgWYqV0DnuNmtDXCvfYmyu0p1K04w [...]
+     ">
+-    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
+-    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
++    <input type="submit" border="0" name="submit" value="Donate">
+     </form>
+ </div>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c13357b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-image-from-remote-donation-site-privacy-issue.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/kombu.git



More information about the Python-modules-commits mailing list