[Python-modules-commits] r27593 - in packages/celery/trunk/debian (3 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Tue Feb 11 14:27:49 UTC 2014
Date: Tuesday, February 11, 2014 @ 14:27:49
Author: fladi-guest
Revision: 27593
Fix missing logo image in documentation.
Modified:
packages/celery/trunk/debian/changelog
packages/celery/trunk/debian/patches/privacy.patch
packages/celery/trunk/debian/rules
Modified: packages/celery/trunk/debian/changelog
===================================================================
--- packages/celery/trunk/debian/changelog 2014-02-11 12:53:25 UTC (rev 27592)
+++ packages/celery/trunk/debian/changelog 2014-02-11 14:27:49 UTC (rev 27593)
@@ -6,6 +6,8 @@
* Add privacy.patch to drop external assets from documentation.
* Bump Build-Depends and Depends on python-billiard to >= 3.3.15.
* Bump Build-Depends and Depends on python-kombu to >= 3.0.12.
+ * Manually copy logo image to documentation as it does not get picked up by
+ sphinx automatically.
-- Michael Fladischer <FladischerMichael at fladi.at> Tue, 11 Feb 2014 13:33:47 +0100
Modified: packages/celery/trunk/debian/patches/privacy.patch
===================================================================
--- packages/celery/trunk/debian/patches/privacy.patch 2014-02-11 12:53:25 UTC (rev 27592)
+++ packages/celery/trunk/debian/patches/privacy.patch 2014-02-11 14:27:49 UTC (rev 27593)
@@ -13,7 +13,7 @@
@@ -1,5 +1,5 @@
<p class="logo"><a href="{{ pathto(master_doc) }}">
- <img class="logo" src="http://cloud.github.com/downloads/celery/celery/celery_128.png" alt="Logo"/>
-+ <img class="logo" src="{{ pathto("images/celery_128.png", 1) }}" alt="Logo"/>
++ <img class="logo" src="{{ pathto("_images/celery_128.png", 1) }}" alt="Logo"/>
</a></p>
<div id="donate">
<b>Please donate:</b>
@@ -33,7 +33,7 @@
@@ -1,5 +1,5 @@
<p class="logo"><a href="{{ pathto(master_doc) }}">
- <img class="logo" src="http://cloud.github.com/downloads/celery/celery/celery_128.png" alt="Logo"/>
-+ <img class="logo" src="{{ pathto("images/celery_128.png", 1) }}" alt="Logo"/>
++ <img class="logo" src="{{ pathto("_images/celery_128.png", 1) }}" alt="Logo"/>
</a></p>
<div id="donate">
<b>Please donate:</b>
Modified: packages/celery/trunk/debian/rules
===================================================================
--- packages/celery/trunk/debian/rules 2014-02-11 12:53:25 UTC (rev 27592)
+++ packages/celery/trunk/debian/rules 2014-02-11 14:27:49 UTC (rev 27593)
@@ -14,6 +14,7 @@
.PHONY: override_dh_auto_build
override_dh_auto_build:
PYTHONPATH=.:$$PYTHONPATH sphinx-build -b html -d .build/.doctrees -N docs .build/html
+ ln docs/images/celery_128.png .build/html/_images/celery_128.png
dh_auto_build
.PHONY: override_dh_auto_test
More information about the Python-modules-commits
mailing list