Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01.omit-resource-files-from-distutils-setup.patch | 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/…’. diff --git a/setup.py b/setup.py index 7962c44d..6ac78b0a 100644 |
Ben Finney <bignose@debian.org> | no | debian | 2017-09-08 | |
02.rename-public-programs.patch | 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. diff --git old/setup.py new/setup.py |
Ben Finney <bignose@debian.org> | yes | upstream | 2022-07-09 |