[Python-modules-commits] [python-requirements-detector] 02/07: Tweak control

ChangZhuo Chen czchen at moszumanska.debian.org
Mon Jun 19 15:01:56 UTC 2017


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

czchen pushed a commit to branch master
in repository python-requirements-detector.

commit c6c95b6ced73e486b995c4a590450ff048831f1c
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Mon Jun 19 22:49:13 2017 +0800

    Tweak control
---
 debian/control | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 32bc46b..960763e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,30 +3,28 @@ 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-astroid (>= 1.4.0),
- python-nose,
- python-setuptools,
- python3-all,
- python3-astroid (>= 1.4.0),
- python3-nose,
- python3-setuptools,
- txt2man
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-astroid (>= 1.4.0),
+               python-nose,
+               python-setuptools,
+               python3-all,
+               python3-astroid (>= 1.4.0),
+               python3-nose,
+               python3-setuptools,
+               txt2man,
 Standards-Version: 3.9.8
 Homepage: https://github.com/landscapeio/requirements-detector
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-requirements-detector.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-requirements-detector.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-requirements-detector.git
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3
 
 Package: python-requirements-detector
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends},
 Description: finds and lists the requirements of a Python project (Python 2)
  Requirements-detector could be run either as a module or with its CLI tool
  (detect-requirements). It scans for and lists the project's requirements
@@ -36,9 +34,8 @@ Description: finds and lists the requirements of a Python project (Python 2)
 
 Package: python3-requirements-detector
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends},
 Description: finds and lists the requirements of a Python project
  Requirements-detector could be run either as a module or with its CLI tool
  (detect-requirements). It scans for and lists the project's requirements

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



More information about the Python-modules-commits mailing list