Debian Patches
Status for pagure/5.11.3+dfsg-2.1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0002-Fix-Python-shebang-for-various-scripts.patch | Fix Python shebang for various scripts Pagure ships with the "/usr/bin/env python" shebang, which doesn't work on Debian because "python" refers to Python 2. This patch replaces every occurrence of this by "/usr/bin/python3". For more info: https://pagure.io/pagure/issue/4725 |
Sergio Durigan Junior <sergiodj@sergiodj.net> | no | 2020-01-29 | ||
0003-Adjust-path-of-aclchecker.py.patch | Adjust path of aclchecker.py Pagure's default_config.py file contains a hardcoded path for the aclchecker.py script which doesn't work for us (/usr/libexec, Fedora-specific). This patch adjusts the path to where we actually install the script (/usr/share/pagure). |
Sergio Durigan Junior <sergiodj@sergiodj.net> | no | 2020-02-02 | ||
0004-Adjust-flask_app.py-to-locate-template-static-and-th.patch | Adjust flask_app.py to locate template, static and theme files On Debian, we install template, static and theme files under /usr/share/pagure (instead of /usr/lib/python3/dist-packages/pagure, which is upstream's default). For that reason, we have to adjust flask_app.py in order to make it properly locate these files. |
Sergio Durigan Junior <sergiodj@debian.org> | not-needed | 2020-08-08 |
All known versions for source package 'pagure'
- 5.14.1+dfsg-7 (sid, forky, trixie)
- 5.11.3+dfsg-2.1 (bookworm)