[Python-modules-commits] [pylint-common] 03/04: Tweak control

ChangZhuo Chen czchen at moszumanska.debian.org
Tue Jun 13 10:37:34 UTC 2017


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

czchen pushed a commit to branch debian/experimental
in repository pylint-common.

commit cbb2a84fbefa7f56af186cf08f51759532a1756e
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Tue Jun 13 18:34:41 2017 +0800

    Tweak control
---
 debian/control | 33 +++++++++++++++------------------
 1 file changed, 15 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 9ec6128..8127b24 100644
--- a/debian/control
+++ b/debian/control
@@ -3,29 +3,27 @@ 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 (>= 10),
- dh-python,
- python-all,
- python-pylint-plugin-utils,
- pylint (>= 1.0.0),
- python-setuptools,
- python3-all,
- python3-pylint-plugin-utils,
- pylint3,
- python3-setuptools
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               pylint (>= 1.0.0),
+               pylint3,
+               python-all,
+               python-pylint-plugin-utils,
+               python-setuptools,
+               python3-all,
+               python3-pylint-plugin-utils,
+               python3-setuptools,
 Standards-Version: 3.9.8
 Homepage: https://github.com/landscapeio/pylint-common
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pylint-common.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pylint-common.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pylint-common.git
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3
 
 Package: python-pylint-common
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends},
 Description: Pylint plugin for the standard Python library
  Pylint is a source code bug and quality checker for the Python programming
  language. This package provides a plugin for augmenting and improving error
@@ -35,9 +33,8 @@ Description: Pylint plugin for the standard Python library
 
 Package: python3-pylint-common
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends},
 Description: Pylint plugin for the standard Python library (Python 3)
  Pylint is a source code bug and quality checker for the Python programming
  language. This package provides a plugin for augmenting and improving error

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



More information about the Python-modules-commits mailing list