Debian Patches

Status for govarnam/1.9.1-2

Patch Description Author Forwarded Bugs Origin Last update
install.sh-Allow-to-skip-cli-installation.patch install.sh: Allow to skip cli installation Guido Günther <agx@sigxcpu.org> no 2023-09-20
build-Allow-to-set-libddir.patch build: Allow to set libddir
Needed for multiarch installations
Guido Günther <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
Guido Günther <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.
Guido Günther <agx@sigxcpu.org> yes 2025-09-06

All known versions for source package 'govarnam'

Links