[Python-modules-commits] r15494 - in packages/python-django-faincms/trunk/debian (4 files)
janos-guest at users.alioth.debian.org
janos-guest at users.alioth.debian.org
Sun Feb 6 19:12:56 UTC 2011
Date: Sunday, February 6, 2011 @ 19:12:22
Author: janos-guest
Revision: 15494
Added:
packages/python-django-faincms/trunk/debian/patches/
packages/python-django-faincms/trunk/debian/patches/fix-sphinx-comment.patch
packages/python-django-faincms/trunk/debian/patches/series
Modified:
packages/python-django-faincms/trunk/debian/changelog
Modified: packages/python-django-faincms/trunk/debian/changelog
===================================================================
--- packages/python-django-faincms/trunk/debian/changelog 2011-02-06 18:44:03 UTC (rev 15493)
+++ packages/python-django-faincms/trunk/debian/changelog 2011-02-06 19:12:22 UTC (rev 15494)
@@ -1,5 +1,6 @@
python-django-faincms (1.1.4-1) unstable; urgency=low
- * Initial release. (Closes: #0)
+ * Initial release. (Closes: #611048)
+ * Added patch fix-sphinx-comment.patch
- -- Janos Guljas <janos at resenje.org> Tue, 25 Jan 2011 02:20:39 +0100
+ -- Janos Guljas <janos at resenje.org> Sun, 06 Feb 2011 20:09:12 +0100
Added: packages/python-django-faincms/trunk/debian/patches/fix-sphinx-comment.patch
===================================================================
--- packages/python-django-faincms/trunk/debian/patches/fix-sphinx-comment.patch (rev 0)
+++ packages/python-django-faincms/trunk/debian/patches/fix-sphinx-comment.patch 2011-02-06 19:12:22 UTC (rev 15494)
@@ -0,0 +1,15 @@
+Description: Fix Python comment in for Sphinx build
+Author: Janos Guljas <janos at resenje.org>
+Last-Update: 2011-02-06
+
+--- a/feincms/content/application/models.py
++++ b/feincms/content/application/models.py
+@@ -132,7 +132,7 @@ urlresolvers.reverse = reverse
+
+
+ class ApplicationContent(models.Model):
+- #: parameters is used to serialize instance-specific data which will be
++ # parameters is used to serialize instance-specific data which will be
+ # provided to the view code. This allows customization (e.g. "Embed
+ # MyBlogApp for blog <slug>")
+ parameters = JSONField(null=True, editable=False)
Added: packages/python-django-faincms/trunk/debian/patches/series
===================================================================
--- packages/python-django-faincms/trunk/debian/patches/series (rev 0)
+++ packages/python-django-faincms/trunk/debian/patches/series 2011-02-06 19:12:22 UTC (rev 15494)
@@ -0,0 +1 @@
+fix-sphinx-comment.patch
More information about the Python-modules-commits
mailing list