Debian Patches
Status for keyd/2.5.0-5
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Use-mkdir-p-instead-of-ignoring-return-code.patch | Use `mkdir -p` instead of ignoring return code | Richard Hansen <rhansen@rhansen.org> | yes | 2024-01-05 | ||
0002-Revamp-systemd-service-unit-file-installation.patch | Revamp systemd service unit file installation * Make the systemd system directory configurable. * Use `/usr` instead of `$(PREFIX)` for systemd system directory because it is more likely to match user systems. * Skip systemd service install if `SYSTEMD_SYSTEM_DIR` is empty * Always install systemd service if `SYSTEMD_SYSTEM_DIR` is set |
Richard Hansen <rhansen@rhansen.org> | yes | 2024-01-06 | ||
0003-Teach-make-all-to-make-the-man-pages.patch | Teach `make all` to make the man pages | Richard Hansen <rhansen@rhansen.org> | yes | 2024-01-05 | ||
0004-Let-dh_compress-compress-the-man-pages.patch | Let `dh_compress` compress the man pages | Richard Hansen <rhansen@rhansen.org> | yes | 2024-01-23 | ||
0005-Let-debian-keyd.postinst-create-the-keyd-group.patch | Let `debian/keyd.postinst` create the `keyd` group | Richard Hansen <rhansen@rhansen.org> | not-needed | 2024-01-23 | ||
0006-Pass-CPPFLAGS-CFLAGS-LDFLAGS-to-the-compiler.patch | Pass `CPPFLAGS`, `CFLAGS`, `LDFLAGS` to the compiler | Richard Hansen <rhansen@rhansen.org> | yes | 2024-09-12 | ||
0007-Reference-man-page-from-systemd-unit-files.patch | Reference man page from systemd unit files | Richard Hansen <rhansen@rhansen.org> | yes | 2024-09-12 | ||
0008-Rename-usr-bin-keyd-to-keyd.rvaiya-to-avoid-conflict.patch | Rename /usr/bin/keyd to keyd.rvaiya to avoid conflict with onak | Richard Hansen <rhansen@rhansen.org> | not-needed | debian | 2025-03-17 | |
0009-Fix-build-on-architectures-without-time-member-in-st.patch | Fix build on architectures without time member in struct input_event | Richard Hansen <rhansen@rhansen.org> | yes | debian | 2025-05-20 | |
0010-keyd-application-mapper-Fix-string-escape-bug-causin.patch | keyd-application-mapper: Fix string escape bug causing issues on some platforms (#649) | Ridwan Mulyadi <reed.topcoder@gmail.com> | yes | upstream | https://github.com/rvaiya/keyd/commit/5ce9a955a09ea19ec2b4d1619c5b6178d711c16d | 2024-05-09 |
0011-t-runner.py-New-flaky-attempts-argument-to-retry-fai.patch | t/runner.py: New --flaky-attempts argument to retry failing tests Several of the tests are flaky on platforms such as CI runner VMs due to sleep imprecision mixed with tight timing requirements in the tests. This option allows those tests to be retried until they succeed, up to a maximum number of attempts. |
Richard Hansen <rhansen@rhansen.org> | yes | 2025-05-26 |