Source: python-coverage
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/nedbat/coveragepy/tags
Vcs-Browser: https://github.com/alvistack/nedbat-coveragepy
Vcs-Git: https://github.com/alvistack/nedbat-coveragepy.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 cython3,
 python3-dev,
 python3-pip,

Package: python3-coverage
Architecture: amd64
Description: Code coverage measurement for Python
 Coverage.py measures code coverage, typically during test execution. It
 uses the code analysis tools and tracing hooks provided in the Python
 standard library to determine which lines are executable, and which have
 been executed.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
