[Python-modules-commits] r18546 - in packages/sphinxcontrib-spelling/trunk/debian (control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Thu Sep 15 14:13:53 UTC 2011


    Date: Thursday, September 15, 2011 @ 14:13:52
  Author: eriol-guest
Revision: 18546

Fixed indentationof itemized list inside the Description field

Modified:
  packages/sphinxcontrib-spelling/trunk/debian/control

Modified: packages/sphinxcontrib-spelling/trunk/debian/control
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/control	2011-09-15 14:05:28 UTC (rev 18545)
+++ packages/sphinxcontrib-spelling/trunk/debian/control	2011-09-15 14:13:52 UTC (rev 18546)
@@ -4,14 +4,14 @@
 Section: python
 Priority: optional
 Build-Depends:
-  debhelper (>= 7.0.50~),
-  myspell-en-us,
-  python-all (>= 2.6.6-3),
-  python-enchant,
-  python-nose,
-  python-setuptools (>= 0.6b3),
-  python-sphinx (>= 1.0.7+dfsg),
-  python-support
+ debhelper (>= 7.0.50~),
+ myspell-en-us,
+ python-all (>= 2.6.6-3),
+ python-enchant,
+ python-nose,
+ python-setuptools (>= 0.6b3),
+ python-sphinx (>= 1.0.7+dfsg),
+ python-support
 Standards-Version: 3.9.2
 Homepage: http://bitbucket.org/birkenfeld/sphinx-contrib
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/sphinxcontrib-spelling/trunk/
@@ -20,10 +20,10 @@
 Package: python-sphinxcontrib.spelling
 Architecture: all
 Depends:
-  ${misc:Depends},
-  ${python:Depends},
-  python-enchant,
-  python-sphinx
+ ${misc:Depends},
+ ${python:Depends},
+ python-enchant,
+ python-sphinx
 Description: Sphinx "spelling" extension
  This package contains the spelling extension for the Sphinx documentation
  system.
@@ -31,9 +31,9 @@
  report showing misspelled words.
  .
  The extension also:
-     - Supports multiple source languages using the standard enchant
-       dictionaries.
-     - Supports project-specific dictionaries for localized jargon and other
-       terminology that may not appear in the global dictionaries.
-     - Suggests alternatives to words not found in the dictionary, when
-       possible.
+  - Supports multiple source languages using the standard enchant
+    dictionaries.
+  - Supports project-specific dictionaries for localized jargon and other
+    terminology that may not appear in the global dictionaries.
+  - Suggests alternatives to words not found in the dictionary, when
+    possible.




More information about the Python-modules-commits mailing list