[Python-modules-commits] [python-amqp] 01/01: Add patch to remove PayPal image URLs

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Sun Mar 19 11:03:06 UTC 2017


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

mans0954 pushed a commit to branch debian/experimental
in repository python-amqp.

commit d413daed7cd4e09f8604d9a293970cd0d5d249af
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Sun Mar 19 11:02:56 2017 +0000

    Add patch to remove PayPal image URLs
---
 debian/changelog                                   |  1 +
 debian/patches/0001-Remove-PayPal-image-URLs.patch | 21 +++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e8461c2..e071e5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-amqp (2.1.4-1) UNRELEASED; urgency=medium
   * Update debian/copyright (project license changed from LGPL-2.1+ to
     BSD-3-clause)
   * Add myself to uploaders 
+  * Add patch to remove PayPal image URLs 
 
  -- Christopher Hoskin <mans0954 at debian.org>  Wed, 15 Mar 2017 19:44:51 +0000
 
diff --git a/debian/patches/0001-Remove-PayPal-image-URLs.patch b/debian/patches/0001-Remove-PayPal-image-URLs.patch
new file mode 100644
index 0000000..5d342b2
--- /dev/null
+++ b/debian/patches/0001-Remove-PayPal-image-URLs.patch
@@ -0,0 +1,21 @@
+From: Christopher Hoskin <mans0954 at debian.org>
+Date: Sun, 19 Mar 2017 11:00:57 +0000
+Subject: Remove PayPal image URLs
+
+---
+ 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..eea6d06 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" >
+     </form>
+ </div>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..61ca15e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-PayPal-image-URLs.patch

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



More information about the Python-modules-commits mailing list