Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0005-use-py3.patch | use py3 Use python 3 for all helper scripts during build . This allows us to not depend on python 2 anymore for building. |
Lee Garrett <debian@rocketjump.eu> | not-needed | 2021-11-06 | ||
test-git-archive-prefix-32-bit.patch | test: Make git archive prefix fit in 32-bit ssize_t On 32-bit architectures, the `git` integration tests fail with: TASK [git : ARCHIVE | Generate an archive prefix] ****************************** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: OverflowError: Python int too large to convert to C ssize_t It doesn't seem vital that this prefix should be larger than a signed 32-bit integer can hold, so drop one bit. |
Colin Watson <cjwatson@debian.org> | yes | 2024-10-16 |