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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Jun 1 00:01:57 UTC 2011


    Date: Wednesday, June 1, 2011 @ 00:01:55
  Author: eriol-guest
Revision: 17265

Reordered (build-)depends

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

Modified: packages/sphinxcontrib-spelling/trunk/debian/control
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/control	2011-05-31 23:39:49 UTC (rev 17264)
+++ packages/sphinxcontrib-spelling/trunk/debian/control	2011-06-01 00:01:55 UTC (rev 17265)
@@ -3,8 +3,12 @@
 Uploaders: Daniele Tricoli <eriol at mornie.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3),
- python-setuptools (>= 0.6b3), python-support, python-sphinx, python-enchant
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>= 2.6.6-3),
+               python-enchant,
+               python-setuptools (>= 0.6b3),
+               python-sphinx,
+               python-support
 Standards-Version: 3.9.2
 Homepage: http://github.com/brendonh/python
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/sphinxcontrib-spelling/trunk/
@@ -12,7 +16,10 @@
 
 Package: python-sphinxcontrib.spelling
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-sphinx, python-enchant
+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