Source: pylint-celery
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               pylint (>= 1.0.0),
               pylint3,
               python-all,
               python-astroid,
               python-celery,
               python-pylint-plugin-utils,
               python-pytest,
               python-setuptools,
               python3-all,
               python3-astroid,
               python3-celery,
               python3-pylint-plugin-utils,
               python3-pytest,
               python3-setuptools,
Standards-Version: 4.0.0
Homepage: https://github.com/landscapeio/pylint-celery
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pylint-celery.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pylint-celery.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-pylint-celery
Architecture: all
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
 library (distributed task queue).
 .
 This package contains the module for Python2.

Package: python3-pylint-celery
Architecture: all
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
 library (distributed task queue).
 .
 This package contains the module for Python3.
