Debian Patches
Status for con-duct/0.20.1-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-fix-verisons-in-package.patch | Fix versioning in deb package The package needs the versioningit package to derive its version dynamically. versioningit is not (yet) available in Debian, so this patch drops that build dependency and instead lets setuptools read the version statically from src/con_duct/_version.py (which already ships in the upstream tarball as `__version__ = "X.Y.Z"`) via the standard [tool.setuptools.dynamic] mechanism. The existing `dynamic = ["version"]` marker in [project] is kept so that PEP 621 sees the version as declared. |
Emmanuel Arias <eamanu@debian.org> | no | 2026-05-10 | ||
| 0002-Use-python3-instead-of-python-in-test.patch | Use python3 instead of python in test The tests run the command python instead of python3. This patch fix that test. |
Emmanuel Arias <eamanu@debian.org> | no | 2026-05-10 |
