Debian Patches

Status for lighter/1.1.3-1

Patch Description Author Forwarded Bugs Origin Last update
hardening.patch Propagate hardening options Andreas Tille <tille@debian.org> no 2020-05-27
ftbfs.patch lighter fails to build from source, because: .
main.cpp:26:25: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ [-Wnarrowing]
.
What happens here is that nucToNum is assigned -1, but it is typed array
of char, which happens to be unsigned (on some architectures). It really
wants a small signed integer type here (representing numbers between -1
and 3). A very simple fix is using signed char (which isn't architecture
dependent).
Helmut Grohne <helmut@subdivi.de> no debian 2020-07-17
spelling.patch Fix spelling Andreas Tille <tille@debian.org> no 2020-07-21
auto-gitignore Update .gitignore from Debian packaging branch
The Debian packaging git branch contains these updates to the upstream
.gitignore file(s). This patch is autogenerated, to provide these
updates to users of the official Debian archive view of the package.

[dgit (11.11) update-gitignore]
no

All known versions for source package 'lighter'

Links