Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Remove-upstream-git-fanciness.patch | Remove upstream git fanciness Debian needs to be able to build libgpg-error while using git for tracking the debian packaging itself. Debian also wants to autoreconf this stuff. However, Debian does *not* need to conform exactly to upstream's git configurations. This avoids mistakes like accidentally identifying running code as a beta. This is the same approach taken in debian's libgpg-error packaging since 2017. |
Daniel Kahn Gillmor <dkg@fifthhorseman.net> | not-needed | 2015-06-11 | ||
0002-drop-python2-support.patch | drop python2 support | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | yes | 2019-08-23 | ||
0003-Ship-python-examples-with-python3-in-shebang-line.patch | Ship python examples with python3 in shebang line See discussion at #982630 and https://www.python.org/dev/peps/pep-0394/#recommendation : > When packaging third party Python scripts, distributors are > encouraged to change less specific shebangs to more specific > ones. This ensures software is used with the latest version of > Python available, and it can remove a dependency on Python > 2. The details on what specifics to set are left to the > distributors; though. Example specifics could include: > > - Changing python shebangs to python3 when Python 3.x is > supported. |
Daniel Kahn Gillmor <dkg@fifthhorseman.net> | not-needed | 2021-02-16 | ||
0004-Avoid-the-hardcoded-list-of-Python-versions.patch | Avoid the hardcoded list of Python versions Instead stick to Debian's list of supported Pythons. |
Stefano Rivera <stefanor@debian.org> | not-needed | debian | 2021-11-23 | |
0007-lang-python-tests-Fix-FTBFS-caused-by-missing-PYTHON.patch | [PATCH] lang: python: tests: Fix FTBFS caused by missing PYTHON Updated by Paul Gevers <elbrus@debian.org> |
Alexandre Ghiti <alexandre.ghiti@canonical.com> | no | 2022-03-31 | ||
0020-python3-setuptools.diff | Fix setup.py invocation. Debian's python3-setuptools requires additional options (compared to distutils which was shipped wwith python < 3.12). |
Andreas Metzler <ametzler@debian.org> | not-needed | debian | vendor | 2023-10-28 |
0021-tests-json-Prevent-failing-tests-after-2027-05-15.patch | [PATCH] tests,json: Prevent failing tests after 2027-05-15 * tests/json/key-with-revokers.asc: Replace with new public key. * tests/json/t-keylist-revokers.out.json: Update to new public key. -- The old test key expired on 2027-05-15 which would break the tests after this date. Replace it with a new test key which doesn't expire. The new key was generated with gpg --faked-system-time 1715782979 \ --add-desig-revoker sensitive:A0FF4590BB6122EDEF6E3C542D727CC768697734 \ --add-desig-revoker 23FD347A419429BACCD5E72D6BC4778054ACD246 \ --quick-gen-key key-with-revokers@example.net default default never and exported with gpg --export --armor --export-options export-sensitive-revkeys \ key-with-revokers@example.net |
=?UTF-8?q?Ingo=20Kl=C3=B6cker?= <dev@ingo-kloecker.de> | no | 2025-01-02 |