Source: python-debtcollector
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-setuptools
Build-Depends-Indep: python-babel (>= 1.3),
                     python-coverage (>= 3.6),
                     python-oslo.utils (>= 1.2.0),
                     python-oslosphinx,
                     python-oslotest (>= 1.2.0),
                     python-pbr (>= 0.6),
                     python-six (>= 1.7.0),
                     python-testscenarios (>= 0.4),
                     python-testtools (>= 0.9.34),
                     python-wrapt (>= 1.7.0),
                     python3-babel (>= 1.3),
                     python3-oslo.utils (>= 1.2.0),
                     python3-oslotest (>= 1.2.0),
                     python3-pbr (>= 0.6),
                     python3-six (>= 1.7.0),
                     python3-testscenarios (>= 0.4),
                     python3-testtools (>= 0.9.34),
                     python3-wrapt (>= 1.7.0),
                     subunit,
                     testrepository (>= 0.0.18)
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-debtcollector.git
Vcs-Git: git://anonscm.debian.org/openstack/python-debtcollector.git
Homepage: http://www.openstack.org/

Package: python-debtcollector
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-babel (>= 1.3),
         python-oslo.utils (>= 1.2.0),
         python-pbr (>= 0.6),
         python-six (>= 1.7.0),
         python-wrapt (>= 1.7.0),
         ${misc:Depends},
         ${python:Depends}
Suggests: python-debtcollector-doc
Description: collection of patterns to collect technical debt - Python 2.x
 Debtcollector is a collection of Python patterns to help collecting technical
 debt in a non-destructive manner (following deprecation patterns and
 strategies and so-on).
 .
 This package contains the Python 2.x module.

Package: python3-debtcollector
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-babel (>= 1.3),
         python3-oslo.utils (>= 1.2.0),
         python3-pbr (>= 0.6),
         python3-six (>= 1.7.0),
         python3-wrapt (>= 1.7.0),
         ${misc:Depends},
         ${python3:Depends}
Suggests: python-debtcollector-doc
Description: collection of patterns to collect technical debt - Python 3.x
 Debtcollector is a collection of Python patterns to help collecting technical
 debt in a non-destructive manner (following deprecation patterns and
 strategies and so-on).
 .
 This package contains the Python 3.x module.

Package: python-debtcollector-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: collection of patterns to collect technical debt - doc
 Debtcollector is a collection of Python patterns to help collecting technical
 debt in a non-destructive manner (following deprecation patterns and
 strategies and so-on).
 .
 This package contains the documentation.
