Debian Patches
Status for numdiff/5.9.0-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update | 
|---|---|---|---|---|---|---|
| fix_configure.ac.patch | no | |||||
| fix-Makefile.patch | do not install COPYING file because the license is in the Debian copyright file; do not install ChangeLog to avoid the lintian duplicate-changelog-files warning; do not install INSTALL file since that does not apply to a binary package | Paolo Greppi <paolog.greppi@libpf.com> | no | |||
| fix-dirgz.patch | Do not install the info dir.gz file since that gets generated by something else | Paolo Greppi <paolo.greppi@libpf.com> | no | |||
| 0004-Fix-Wformat.patch | Fix -Wformat cmpfns.c:376:34: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 376 | printf ("%.*s ==> ", l1, field1); | ~~^~ ~~ | | | | int size_t {aka long unsigned int} cmpfns.c:377:34: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 377 | printf ("%.*s\n", l2, field2); | ~~^~ ~~ | | | | int size_t {aka long unsigned int} | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2025-03-05 | ||
| 0005-gcc-15.patch | For whatever reason HAVE_STDBOOL_H is not properly set             so simply force `#include <stdbool.h>` to prevent failures with gcc-15 | Andreas Tille <tille@debian.org> | no | debian | 2025-03-05 | 
