Package: python-coverage / 4.2+dfsg.1-2

Metadata

Package Version Patches format
python-coverage 4.2+dfsg.1-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 | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 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 | 13 8 + 5 - 0 !
tests/coveragetest.py | 2 1 + 1 - 0 !
2 files changed, 9 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/
03.rename debounce library.patch | (download)

coverage/html.py | 2 1 + 1 - 0 !
coverage/htmlfiles/index.html | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 rename the debounce library to that installed by debian.
 .
 The canonical name of the library is the jQuery throttle debounce
 library. This is installed by Debian with the official filename from
 its developers.
04.sphinx add code path.patch | (download)

doc/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add the code base to the import path for sphinx's build.
 .
 Sphinx's autodoc extension attempts to import the modules to document their
 API. The modules must be importable when Sphinx is building the documentation.