Debian Patches

Status for powerline/2.8.4-2

Patch Description Author Forwarded Bugs Origin Last update
0001-bindings_path.patch Adjusts bindings path for Debian
diff -Naurp powerline.orig/powerline/config.py powerline/powerline/config.py
Jerome Charaoui <jerome@riseup.net> not-needed debian
0002-config_files_paths.patch Adds Debian configuration paths
diff -Naurp powerline.orig/powerline/__init__.py powerline/powerline/__init__.py
Jerome Charaoui <jerome@riseup.net> not-needed debian
0003-add_powerline_compile_flags.patch Adds CPPFLAGS and LDFLAGS to scripts/powerline compiler
diff -Naurp powerline.orig/setup.py powerline/setup.py
Jerome Charaoui <jerome@riseup.net> not-needed
0004-set_default_shell_theme.patch Setting default shell theme to default_leftonly
diff -Naurp powerline.orig/powerline/config_files/config.json powerline/powerline/config_files/config.json
Daniel Baumann <daniel.baumann@progress-linux.org> not-needed debian
0005-use_python3_by_default.patch Switching to use python3 by default
diff -Naurp powerline.orig/client/powerline.py powerline/client/powerline.py
Daniel Baumann <daniel.baumann@progress-linux.org> not-needed debian
0006-privacy-breach-fixes.patch fix documentation privacy breaches Jerome Charaoui <jerome@riseup.net> not-needed 2024-07-11
0007-reproducible-build.patch Make the build reproducible Chris Lamb <lamby@debian.org> no debian 2026-07-17
Fix-compatibility-with-Python-3.14.patch Fix compatibility with Python 3.14
Nesting argument groups was deprecated in Python 3.11 and will be
removed in the upcoming Python 3.14:
https://github.com/python/cpython/issues/127133

Trying to add a nested group will trigger a `ValueError`.

To prepare the code for Python 3.14, remove the nested groups and add
all arguments at the top level. The mutual exclusion between `--kill`
and `--foreground`/`--replace` is already checked separately within the
`main()` function in `scripts/powerline-daemon`, so the user-observable
behaviour remains unchanged.
Christoph Erhardt <github@sicherha.de> no debian upstream, https://github.com/powerline/powerline/commit/11808cbe5c16e4621edcaefa916b5add81eab799 2026-07-17

All known versions for source package 'powerline'

Links