Debian Patches
Status for diceware/1.0.1-1.1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-avoid-fetching-data-from-external-website-in-docs.patch | avoid fetching data from external website in docs Lintian considers it a "privacy breach" if a package fetches data from external websites at runtime. In this case, the documentation contains badges (for ci build, etc) and a link to an xkcd image that illustrates the purpose of diceware. I am opting for removing those instead of creating lintian overrides because: - including static badges don't make much sense as it's meant to be an up-to-date visual feedback of the state of dev. - i couldn't include the xkcd image in the package as it's distributed under CC-BY-NC 2.5 which is not dfsg compliant. - a link for the xkcd image is already included in the documentation text. |
Andre Bianchi <drebs@riseup.net> | no | 2017-10-22 | ||
| 0001-Set-prog-in-ArgumentParser-explicitly.-Fixes-122.patch | Set prog in `ArgumentParser` explicitly. Fixes #122. Since Python3.14 the `ArgumentParser` computes a different programm name when the process starting the script used a direct module call from the commandline. This led to different help-messages in tests, depending on how the tests have been invoked: as `pytest`, `python -m pytest` or `tox`. We now set the program name given in help-output explicitly, which gives more predictable results in tests (and is also less confusing while using). |
ulif <uli@gnufix.de> | no | 2026-01-12 |
