[Python-modules-commits] [python-flake8] 03/04: wrap-and-sort

Ondřej Nový onovy at moszumanska.debian.org
Thu Aug 11 18:43:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository python-flake8.

commit f9a5c5cf139424aab723fec7f9f8cd9e4368ec73
Author: Ondřej Nový <onovy at debian.org>
Date:   Thu Aug 11 20:39:45 2016 +0200

    wrap-and-sort
---
 debian/control         | 20 ++++++++++----------
 debian/flake8.manpages |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index b5d7794..2ab69cb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>,
            Thomas Goirand <zigo at debian.org>,
            Ondřej Nový <onovy at debian.org>,
-           Barry Warsaw <barry at debian.org>
+           Barry Warsaw <barry at debian.org>,
 Build-Depends: debhelper (>= 9),
                dh-python,
                pycodestyle,
@@ -28,7 +28,7 @@ Build-Depends: debhelper (>= 9),
                python3-pyflakes (>= 0.8.1),
                python3-pytest,
                python3-pytest-runner,
-               python3-setuptools
+               python3-setuptools,
 Standards-Version: 3.9.8
 Homepage: https://gitlab.com/pycqa/flake8
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-flake8.git
@@ -38,12 +38,12 @@ X-Python3-Version: >= 3.4
 
 Package: flake8
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         python3-flake8,
+Depends: python3-flake8,
          python3-pkg-resources,
-Replaces: python-flake8 (<< 2.5.4-1)
-Breaks: python-flake8 (<< 2.5.4-1)
+         ${misc:Depends},
+         ${python3:Depends},
+Replaces: python-flake8 (<< 2.5.4-1),
+Breaks: python-flake8 (<< 2.5.4-1),
 Description: code checker using pycodestyle and pyflakes
  Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
  Flake8 runs all tools by launching the single 'flake8' script, but ignores
@@ -57,8 +57,8 @@ Architecture: all
 Depends: python-mccabe (>= 0.5.0),
          python-pyflakes (>= 0.8.1),
          ${misc:Depends},
-         ${python:Depends}
-Suggests: python-mock
+         ${python:Depends},
+Suggests: python-mock,
 Description: code checker using pycodestyle and pyflakes - Python 2.x
  Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
  Flake8 runs all tools by launching the single 'flake8' script, but ignores
@@ -70,7 +70,7 @@ Description: code checker using pycodestyle and pyflakes - Python 2.x
 Package: python3-flake8
 Architecture: all
 Depends: ${misc:Depends},
-         ${python3:Depends}
+         ${python3:Depends},
 Description: code checker using pycodestyle and pyflakes - Python 3.x
  Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
  Flake8 runs all tools by launching the single 'flake8' script, but ignores
diff --git a/debian/flake8.manpages b/debian/flake8.manpages
index b3c01e0..88ab0b7 100644
--- a/debian/flake8.manpages
+++ b/debian/flake8.manpages
@@ -1 +1 @@
-debian/flake8.1
\ No newline at end of file
+debian/flake8.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flake8.git



More information about the Python-modules-commits mailing list