Package: python-coverage / 5.1+dfsg.1-2
Metadata
Package | Version | Patches format |
---|---|---|
python-coverage | 5.1+dfsg.1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01.omit resource files from distutils setup.patch | (download) |
setup.py |
1 0 + 1 - 0 ! |
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 ! |
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.remove hotkeys.patch | (download) |
coverage/html.py |
1 0 + 1 - 0 ! |
remove usage of jquery.hotkeys.js. . The expected API of jquery.hotkeys.js is incompatible with the one packaged in Debian as libjs-jquery-hotkeys. . In the absence of a correct library we need to remove usage of the incompatible API. Bug-Debian: https://bugs.debian.org/740893 |
04.sphinx add code path.patch | (download) |
doc/conf.py |
2 1 + 1 - 0 ! |
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. |