[Python-modules-commits] r25028 - in packages/python-flake8/trunk/debian (control)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Sat Jun 29 05:58:41 UTC 2013


    Date: Saturday, June 29, 2013 @ 05:58:40
  Author: zigo
Revision: 25028

Ran wrap-and-sort -s

Modified:
  packages/python-flake8/trunk/debian/control

Modified: packages/python-flake8/trunk/debian/control
===================================================================
--- packages/python-flake8/trunk/debian/control	2013-06-29 05:58:30 UTC (rev 25027)
+++ packages/python-flake8/trunk/debian/control	2013-06-29 05:58:40 UTC (rev 25028)
@@ -1,10 +1,14 @@
 Source: python-flake8
 Section: python
 Priority: optional
-Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>, Thomas Goirand <zigo at debian.org>
+Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>,
+ Thomas Goirand <zigo at debian.org>
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python-all, python3-all, python-setuptools,
-        python3-setuptools
+Build-Depends: debhelper (>= 9),
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools
 Standards-Version: 3.9.4
 Homepage: http://bitbucket.org/tarek/flake8
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-flake8/trunk/
@@ -14,8 +18,11 @@
 
 Package: python-flake8
 Architecture: any
-Depends:  ${misc:Depends}, ${python:Depends}, python-mccabe (>= 0.2),  pyflakes (>= 0.6.1),
- pep8 (>= 1.4.3)
+Depends: pep8 (>= 1.4.3),
+ pyflakes (>= 0.6.1),
+ python-mccabe (>= 0.2),
+ ${misc:Depends},
+ ${python:Depends}
 Description: code checker using pep8 and pyflakes
  Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
  runs all tools by launching the single 'flake8' script, but ignores pep8 and
@@ -26,8 +33,11 @@
 
 Package: python3-flake8
 Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, python3-mccabe (>= 0.2), pyflakes (>= 0.6.1),
- pep8 (>= 1.4.3)
+Depends: pep8 (>= 1.4.3),
+ pyflakes (>= 0.6.1),
+ python3-mccabe (>= 0.2),
+ ${misc:Depends},
+ ${python3:Depends}
 Description: code checker using pep8 and pyflakes (Python 3)
  Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
  runs all tools by launching the single 'flake8' script, but ignores pep8 and
@@ -35,4 +45,3 @@
  a per-file, merged output.
  .
  This package provides Python 3 module bindings only.
-




More information about the Python-modules-commits mailing list