Package: allegro5 / 2:5.2.8.0+dfsg-1

Metadata

Package Version Patches format
allegro5 2:5.2.8.0+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix manpages.patch | (download)

docs/src/refman/font.txt | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 fix a manpage issue.
 * When manpages are generated from these files, 
   this stuff with the dots is interpreted as a
   (missing) macro and not displayed.
fix manpage generation script.patch | (download)

docs/Refman.cmake | 2 1 + 1 - 0 !
docs/scripts/make_man.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix issues with the manpage generation script.
 * Add alleg5 suffix to manual page file names to prevent
   possible name clashes. 
use debians dejavu font.patch | (download)

tests/test_fonts.ini | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use debian's dejavusans font for the fonts test.
 It is in the package fonts-dejavu-core.
0004 Use CLOCK_REALTIME instead of CLOCK_MONOTONIC.patch | (download)

src/unix/utime.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use clock_realtime instead of clock_monotonic.

The former has spotty support across Unixes and in particular is not
used (by default) by pthread_cond_timedwait which caused #1349. While it