Package: python-coverage / 6.5.0+dfsg1-2

Metadata

Package Version Patches format
python-coverage 6.5.0+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01.omit resource files from distutils setup.patch | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 omit the resource data files from python packaging config.
 .
 Created to avoid Python's Distutils insistence on install of
 arch-independent package_data files in /usr/lib/. This is a violation
 of FHS, and these files should instead go to /usr/share/.
Bug-Debian: http://bugs.debian.org/721676
02.rename public programs.patch | (download)

setup.py | 9 4 + 5 - 0 !
tests/coveragetest.py | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 6 deletions(-)

 rename public programs to be clear what they're for.
 .
 The upstream choice of coverage is too broad a command name for a
 Python-specific programmer tool.
 .
 Created to work with entry points feature of Python's Distutils.
Bug: https://bitbucket.org/ned/coveragepy/issue/272/