[Python-modules-commits] r20007 - in packages/sorl-thumbnail/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Jan 13 07:08:49 UTC 2012


    Date: Friday, January 13, 2012 @ 07:08:46
  Author: fladi-guest
Revision: 20007

Add patch to close #655610.

Added:
  packages/sorl-thumbnail/trunk/debian/patches/fix_sphinx_warnings.patch
Modified:
  packages/sorl-thumbnail/trunk/debian/changelog
  packages/sorl-thumbnail/trunk/debian/patches/series

Modified: packages/sorl-thumbnail/trunk/debian/changelog
===================================================================
--- packages/sorl-thumbnail/trunk/debian/changelog	2012-01-12 18:00:41 UTC (rev 20006)
+++ packages/sorl-thumbnail/trunk/debian/changelog	2012-01-13 07:08:46 UTC (rev 20007)
@@ -1,3 +1,9 @@
+sorl-thumbnail (11.12-3) UNRELEASED; urgency=low
+
+  * Fix syntax warnings in documentation source (Closes: #655610).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 13 Jan 2012 08:08:01 +0100
+
 sorl-thumbnail (11.12-2) unstable; urgency=low
 
   * Skip tests that require HTTP connections (Closes: #655568).

Added: packages/sorl-thumbnail/trunk/debian/patches/fix_sphinx_warnings.patch
===================================================================
--- packages/sorl-thumbnail/trunk/debian/patches/fix_sphinx_warnings.patch	                        (rev 0)
+++ packages/sorl-thumbnail/trunk/debian/patches/fix_sphinx_warnings.patch	2012-01-13 07:08:46 UTC (rev 20007)
@@ -0,0 +1,29 @@
+Description: Fix two minor errors in documentation
+ Ther are two minoir typos in upstream documentation that lead to sphinx 
+ emitting warnings during build. This patch fixes both.
+Author: Michael Fladischer <FladischerMichael at fladi.at>
+Last-Update: 2012-01-13
+Forwarded: https://github.com/sorl/sorl-thumbnail/pull/80
+
+--- a/docs/reference/settings.rst
++++ b/docs/reference/settings.rst
+@@ -119,7 +119,7 @@
+ 
+ 
+ ``THUMBNAIL_IDENTIFY``
+-=====================
++======================
+ 
+ - Default ``'identify'``
+ 
+--- a/docs/management.rst
++++ b/docs/management.rst
+@@ -22,7 +22,7 @@
+ ``python manage.py thumbnail clear``
+ 
+ This totally empties the Key Value Store from all keys that start with the
+-:ref:`THUMBNAIL_KEY_PREFIX`. It does not delete any files. It is generally safe to
++:ref:``THUMBNAIL_KEY_PREFIX``. It does not delete any files. It is generally safe to
+ run this if you do not reference the generated thumbnails by name somewhere
+ else in your code. The Key Value store will update when you hit the template
+ tags, and if the thumbnails still exist they will be used and not overwritten.

Modified: packages/sorl-thumbnail/trunk/debian/patches/series
===================================================================
--- packages/sorl-thumbnail/trunk/debian/patches/series	2012-01-12 18:00:41 UTC (rev 20006)
+++ packages/sorl-thumbnail/trunk/debian/patches/series	2012-01-13 07:08:46 UTC (rev 20007)
@@ -1 +1,2 @@
 disable_http_tests.patch
+fix_sphinx_warnings.patch




More information about the Python-modules-commits mailing list