[Python-modules-commits] r18545 - 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:05:29 UTC 2011


    Date: Thursday, September 15, 2011 @ 14:05:28
  Author: eriol-guest
Revision: 18545

Fixed indentation

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

Modified: packages/sphinxcontrib-spelling/trunk/debian/control
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/control	2011-09-15 13:54:04 UTC (rev 18544)
+++ packages/sphinxcontrib-spelling/trunk/debian/control	2011-09-15 14:05:28 UTC (rev 18545)
@@ -3,14 +3,15 @@
 Uploaders: Daniele Tricoli <eriol at mornie.org>
 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
+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
 Standards-Version: 3.9.2
 Homepage: http://bitbucket.org/birkenfeld/sphinx-contrib
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/sphinxcontrib-spelling/trunk/
@@ -18,10 +19,11 @@
 
 Package: python-sphinxcontrib.spelling
 Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends},
-         python-enchant,
-         python-sphinx
+Depends:
+  ${misc:Depends},
+  ${python:Depends},
+  python-enchant,
+  python-sphinx
 Description: Sphinx "spelling" extension
  This package contains the spelling extension for the Sphinx documentation
  system.




More information about the Python-modules-commits mailing list