Source: pylama
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Build-Depends: debhelper (>= 11),
               asciidoc,
               dh-python,
               pycodestyle (>= 2.3.1),
               pydocstyle (>= 2.0.0),
               python-all,
               python-pyflakes (>= 1.5.0),
               python-setuptools,
               python3-all,
               python3-pydocstyle (>= 2.0.0),
               python3-pyflakes (>= 1.5.0),
               python3-setuptools,
               xmlto,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://github.com/klen/pylama
Vcs-Browser: https://salsa.debian.org/python-team/modules/pylama
Vcs-Git: https://salsa.debian.org/python-team/modules/pylama.git

Package: python-pylama
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python:Depends},
Description: code audit library for Python in Python2
 pylama s a code audit tool for Python and JavaScript. It wraps the following
 tools:
  * PEP8 © 2012-2013, Florent Xicluna;
  * PEP257 © 2012, GreenSteam, <http://greensteam.dk/>
  * PyFlakes © 2005-2013, Kevin Watters;
  * Mccabe © Ned Batchelder;
  * Pylint © 2013, Logilab (should be installed 'pylama_pylint' module);
  * gjslint © The Closure Linter Authors (should be installed 'pylama_gjslint'
    module);
 .
 This package installs the library in Python 2.

Package: python3-pylama
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python3:Depends},
Description: code audit library for Python in Python3
 pylama s a code audit tool for Python and JavaScript. It wraps the following
 tools:
  * PEP8 © 2012-2013, Florent Xicluna;
  * PEP257 © 2012, GreenSteam, <http://greensteam.dk/>
  * PyFlakes © 2005-2013, Kevin Watters;
  * Mccabe © Ned Batchelder;
  * Pylint © 2013, Logilab (should be installed 'pylama_pylint' module);
  * gjslint © The Closure Linter Authors (should be installed 'pylama_gjslint'
    module);
 .
 This package installs and library in Python 3.

Package: pylama
Architecture: all
Section: devel
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-pylama (= ${binary:Version}),
Description: code audit tool for Python in Python3
 pylama s a code audit tool for Python and JavaScript. It wraps the following
 tools:
  * PEP8 © 2012-2013, Florent Xicluna;
  * PEP257 © 2012, GreenSteam, <http://greensteam.dk/>
  * PyFlakes © 2005-2013, Kevin Watters;
  * Mccabe © Ned Batchelder;
  * Pylint © 2013, Logilab (should be installed 'pylama_pylint' module);
  * gjslint © The Closure Linter Authors (should be installed 'pylama_gjslint'
    module);
 .
 This package installs the tool in Python 3.
