Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
all-changes-to-1.1.patch | All changes made to poster prior to moving to quilt patches | no | ||||
Bug884390.patch | Bug Fix FTCBFS: (Closes: #884390), thanks to Helmut Grohne <helmut@subdivi.de> for the report and the patch. |
no | ||||
Bug485924.patch | Bug fix: "Manual for -P is wrong", thanks to Ole Tange (Closes: #485924). |
no | ||||
hardening-install.patch | Use all hardening flags and fix install target for Debian. | Petter Reinholdtsen | no | 2024-06-11 | ||
compiler-warning.patch | Avoid compiler warning about uninitialized variables. Fixes this build warning: poster.c: In function ‘postersize’: poster.c:495:16: warning: ‘sizex’ may be used uninitialized [-Wmaybe-uninitialized] 495 | double sizex, sizey; /* size of the scaled image in ps units */ | ^~~~~ poster.c:495:23: warning: ‘sizey’ may be used uninitialized [-Wmaybe-uninitialized] 495 | double sizex, sizey; /* size of the scaled image in ps units */ | ^~~~~ |
Petter Reinholdtsen | no | 2024-06-11 |