Debian Patches
Status for pychopper/2.7.10-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| fixTests.patch | Force Python3 in tests | "moeller@debian.org" <moeller@debian.org> | no | 2022-11-16 | ||
| fix-sphinx-scripts-path.patch | fix-sphinx-scripts-path Fix Sphinx documentation build by correcting the script discovery path in docs/cmd_tools.py. The original code assumes a top-level "scripts/" directory, but the Debian package layout places scripts under "pychopper/scripts/". This mismatch causes Sphinx to load and import pychopper.py incorrectly, leading to circular import errors during documentation generation. This patch updates the script directory reference to match the actual package structure and prevents Sphinx from treating the CLI script as a top-level Python module. |
Karsten Schöke <karsten.schoeke@geobasis-bb.de> | no | 2026-04-16 | ||
| Handle-parasail-Result-objects-without-traceback.patch | Handle parasail Result objects without traceback On some architectures (notably arm64), parasail may return a Result object without traceback support. In this case, accessing `aln.cigar` raises an AttributeError, causing the alignment step to fail and abort processing. . This change gracefully skips such cases instead of failing the entire run. |
Karsten Schöke <karsten.schoeke@geobasis-bb.de> | not-needed | 2026-05-15 |
