Source: python-hacking
Section: python
Priority: optional
Maintainer: MOS Linux team <mos-linux@mirantis.com>
XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
               openstack-pkg-tools,
               python-all (>= 2.6.6-3~),
               python-pbr (>= 0.5.21),
               python3-pbr (>= 0.5.21),
               python3-all (>= 3.2),
               python-setuptools,
               python3-setuptools,
               python-six,
               python3-six
Build-Depends-Indep: pyflakes (>= 0.7.2),
                     python-coverage (>= 3.6),
                     python-fixtures (>= 0.3.14),
                     python-flake8,
                     python-oslosphinx,
                     python-sphinx (>= 1.1.2),
                     python-subunit,
                     python-testrepository (>= 0.0.13),
                     python-testscenarios (>= 0.4),
                     python-testtools (>= 0.9.32),
                     testrepository (>= 0.0.17),
                     subunit
Standards-Version: 3.9.5
Homepage: http://github.com/openstack-dev/hacking

Package: python-hacking
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: pep8 (>=1.4.5),
         pyflakes (>= 0.7.2),
         python-flake8,
         python-pbr (>= 0.5.21),
         python-six (>= 1.4.1),
         ${misc:Depends},
         ${python:Depends}
Recommends: ${python:Recommends}
Description: Flake8 OpenStack Hacking Guidelines Enforcement plugins - Python 2.x
 Hacking is a set of flake8 plugins that test and enforce the OpenStack Style
 Commandments. It checks that your code matches the coding style which is
 mandatory for contributing to OpenStack.
 .
 This package provides the Python 2.x module.

Package: python-hacking-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Flake8 OpenStack Hacking Guidelines Enforcement plugins - doc
 Hacking is a set of flake8 plugins that test and enforce the OpenStack Style
 Commandments. It checks that your code matches the coding style which is
 mandatory for contributing to OpenStack.
 .
 This package provides the documentation.
