[Python-modules-commits] [pylint-celery] 02/06: Tweak *Depends
ChangZhuo Chen
czchen at moszumanska.debian.org
Tue May 30 14:53:31 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-celery.
commit 7b6c693b36bbd7161188434f95b82b19a7054b77
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Tue May 30 10:24:15 2017 +0800
Tweak *Depends
---
debian/control | 43 ++++++++++++++++++++-----------------------
1 file changed, 20 insertions(+), 23 deletions(-)
diff --git a/debian/control b/debian/control
index bdce496..9f7f9d6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,23 +3,22 @@ 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,
- pylint (>= 1.0.0),
- python-pylint-plugin-utils,
- python-setuptools,
- python-logilab-common,
- python-celery,
- python3-all,
- python3-astroid,
- pylint3,
- python3-pylint-plugin-utils,
- python3-setuptools,
- python3-logilab-common,
- python3-celery
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ pylint (>= 1.0.0),
+ pylint3,
+ python-all,
+ python-astroid,
+ python-celery,
+ python-logilab-common,
+ python-pylint-plugin-utils,
+ python-setuptools,
+ python3-all,
+ python3-astroid,
+ python3-celery
+ python3-logilab-common,
+ python3-pylint-plugin-utils,
+ python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/landscapeio/pylint-celery
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pylint-celery.git
@@ -29,9 +28,8 @@ X-Python3-Version: >= 3.3
Package: python-pylint-celery
Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
Description: Pylint plugin for code using the Celery library
Pylint is a source code bug and quality checker for the Python programming
language. This package provides a plugin for checking code using the Celery
@@ -41,9 +39,8 @@ Description: Pylint plugin for code using the Celery library
Package: python3-pylint-celery
Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends},
Description: Pylint plugin for code using the Celery library (Python3)
Pylint is a source code bug and quality checker for the Python programming
language. This package provides a plugin for checking code using the Celery
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pylint-celery.git
More information about the Python-modules-commits
mailing list