[Python-modules-commits] r33286 - in packages/django-celery/trunk/debian/patches (2 files)

fladi at users.alioth.debian.org fladi at users.alioth.debian.org
Tue Jul 7 17:25:00 UTC 2015


    Date: Tuesday, July 7, 2015 @ 17:24:59
  Author: fladi
Revision: 33286

Add privacy.patch to disable useage of remote images in local documentation.

Added:
  packages/django-celery/trunk/debian/patches/privacy.patch
Modified:
  packages/django-celery/trunk/debian/patches/series

Added: packages/django-celery/trunk/debian/patches/privacy.patch
===================================================================
--- packages/django-celery/trunk/debian/patches/privacy.patch	                        (rev 0)
+++ packages/django-celery/trunk/debian/patches/privacy.patch	2015-07-07 17:24:59 UTC (rev 33286)
@@ -0,0 +1,50 @@
+Description: Remove remote hosted logo image from documentation
+ This is a potential breach of privacy for the user viewing the documentation
+ from his local filesystem.
+Forwarded: not-needed
+Author: Michael Fladischer <fladi at debian.org>
+Last-Update: 2015-07-07
+Index: django-celery/docs/.templates/sidebarlogo.html
+===================================================================
+--- django-celery.orig/docs/.templates/sidebarlogo.html	2014-01-22 21:31:21.000000000 +0100
++++ /dev/null	1970-01-01 00:00:00.000000000 +0000
+@@ -1,3 +0,0 @@
+-<p class="logo"><a href="{{ pathto(master_doc) }}">
+-  <img class="logo" src="http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png" alt="Logo"/>
+-</a></p>
+Index: django-celery/docs/conf.py
+===================================================================
+--- django-celery.orig/docs/conf.py	2015-07-07 18:45:18.664941375 +0200
++++ django-celery/docs/conf.py	2015-07-07 18:56:44.685923312 +0200
+@@ -76,7 +76,7 @@
+ html_theme_path = ['_theme']
+ html_sidebars = {
+     'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
+-    '**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
++    '**': ['localtoc.html', 'relations.html',
+            'sourcelink.html', 'searchbox.html'],
+ }
+ 
+Index: django-celery/docs/index.rst
+===================================================================
+--- django-celery.orig/docs/index.rst	2014-01-22 21:31:21.000000000 +0100
++++ django-celery/docs/index.rst	2015-07-07 19:05:08.514822391 +0200
+@@ -1,5 +1,3 @@
+-.. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
+-
+ ===============================
+  Celery Integration for Django
+ ===============================
+Index: django-celery/docs/introduction.rst
+===================================================================
+--- django-celery.orig/docs/introduction.rst	2014-03-31 16:40:49.000000000 +0200
++++ django-celery/docs/introduction.rst	2015-07-07 19:06:24.878950388 +0200
+@@ -2,8 +2,6 @@
+  django-celery - Celery Integration for Django
+ ===============================================
+ 
+-.. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
+-
+ :Version: 3.1.9
+ :Web: http://celeryproject.org/
+ :Download: http://pypi.python.org/pypi/django-celery/

Modified: packages/django-celery/trunk/debian/patches/series
===================================================================
--- packages/django-celery/trunk/debian/patches/series	2015-07-07 17:24:24 UTC (rev 33285)
+++ packages/django-celery/trunk/debian/patches/series	2015-07-07 17:24:59 UTC (rev 33286)
@@ -1,3 +1,4 @@
 fix_dependencies.patch
 no-issues.patch
 fix_autodiscover.patch
+privacy.patch




More information about the Python-modules-commits mailing list