Debian Patches
Status for govarnam/1.9.1-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
install.sh-Allow-to-skip-cli-installation.patch | install.sh: Allow to skip cli installation | =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org> | no | 2023-09-20 | ||
build-Allow-to-set-libddir.patch | build: Allow to set libddir Needed for multiarch installations |
=?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org> | no | 2023-09-23 | ||
install-Use-symlink-without-path.patch | install: Use symlink without path This is how other libs handle it and eases moving files around |
=?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org> | no | 2024-11-28 | ||
Drop-bool-typedef.patch | Drop `bool` typedef GCC throws an error when a bool type is defined: ``` ./c-shared-util.h:17:15: error: 'bool' cannot be defined via 'typedef' 17 | typedef int bool; | ^~~~ ./c-shared-util.h:17:15: note: 'bool' is a keyword with '-std=c23' onwards ``` Since bool and int don't need to be the same types at the ABI boundary we must replace `bool` by `int` there. We can still use `true` and `false` internally due to implicit type conversion. |
=?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org> | yes | 2025-09-06 |
All known versions for source package 'govarnam'
- 1.9.1-1 (sid)
- 1.9.0-2 (forky, trixie)
- 1.9.0-2~bpo12+1 (bookworm-backports)