Package: tlf / 1.4.1-5
Metadata
Package | Version | Patches format |
---|---|---|
tlf | 1.4.1-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
scripts.patch | (download) |
scripts/Makefile.am |
3 2 + 1 - 0 ! |
do not install audio scripts in /usr/bin |
979377 test cabrillo | (download) |
test/test_cabrillo.c |
2 1 + 1 - 0 ! |
--- |
warnings as errors.patch | (download) |
src/audio.c |
2 1 + 1 - 0 ! |
[patch] mvprintw format (#282) Fix a plethora of -Werror=format-security errors with mvprintw() . In all these places a non-constant is used as a format string which gcc 11 complains about. Fix by using "%s" as format. . Adapted to source version 1.4.1 by tony mancill <tmancill@debian.org>. |