Source: nose2-cov
Maintainer: Barry Warsaw <barry@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Homepage: http://bitbucket.org/memedough/nose2-cov/overview
Section: python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/nose2-cov/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/nose2-cov/trunk/

Package: python-nose2-cov
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-cov-core
Description: nose2 plugin for coverage reporting
 This plugin produces coverage reports. It also supports coverage of
 subprocesses.
 .
 This is the Python 2 compatible package.

Package: python3-nose2-cov
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-cov-core
Description: nose2 plugin for coverage reporting
 This plugin produces coverage reports. It also supports coverage of
 subprocesses.
 .
 This is the Python 3 compatible package.
