[Python-modules-commits] [pep8-naming] 02/04: Tweak control

ChangZhuo Chen czchen at moszumanska.debian.org
Tue May 30 05:35:11 UTC 2017


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

czchen pushed a commit to branch debian/experimental
in repository pep8-naming.

commit 40b6c10fe7b412863da244ad4e0173aeb60d343b
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Tue May 30 13:28:49 2017 +0800

    Tweak control
---
 debian/control | 29 ++++++++++++-----------------
 1 file changed, 12 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 1990ae9..f21590c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,12 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python3-all,
- python3-setuptools
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
 Standards-Version: 3.9.8
 Homepage: https://github.com/flintwork/pep8-naming
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pep8-naming.git
@@ -19,11 +18,9 @@ X-Python3-Version: >= 3.2
 
 Package: python-pep8-naming
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
-Recommends:
- python-flake8
+Depends: ${misc:Depends},
+         ${python:Depends},
+Recommends: python-flake8
 Description: check for PEP 8 naming conventions (flake8 plugin for Python2)
  The PEP 8 recommendation is a style guide for Python code. This plugin for
  flake8 checks whether the naming conventions of PEP 8 have been commplied
@@ -34,11 +31,9 @@ Description: check for PEP 8 naming conventions (flake8 plugin for Python2)
 
 Package: python3-pep8-naming
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends}
-Recommends:
- python3-flake8
+Depends: ${misc:Depends},
+         ${python3:Depends},
+Recommends: python3-flake8
 Description: check for PEP 8 naming conventions (flake8 plugin for Python3)
  The PEP 8 recommendation is a style guide for Python code. This plugin for
  flake8 checks whether the naming conventions of PEP 8 have been commplied

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



More information about the Python-modules-commits mailing list