Author: steve-guest Date: 2012-12-30 22:27:45 +0000 (Sun, 30 Dec 2012) New Revision: 13934
Added: packages/trunk/koules/debian/patches/111_font_unsigned_char.diff Modified: packages/trunk/koules/debian/changelog packages/trunk/koules/debian/patches/series Log: Font data is unsigned (Closes: #688658). Modified: packages/trunk/koules/debian/changelog =================================================================== --- packages/trunk/koules/debian/changelog 2012-12-30 01:25:20 UTC (rev 13933) +++ packages/trunk/koules/debian/changelog 2012-12-30 22:27:45 UTC (rev 13934) @@ -1,8 +1,8 @@ -koules (1.4-20) UNRELEASED; urgency=low +koules (1.4-20) unstable; urgency=low - * NOT RELEASED YET + * Font data is unsigned (Closes: #688658). - -- Alexander Reichle-Schmehl <[email protected]> Fri, 13 Jan 2012 13:02:29 +0100 + -- Stephen Kitt <[email protected]> Sun, 30 Dec 2012 23:11:04 +0100 koules (1.4-19) unstable; urgency=low Added: packages/trunk/koules/debian/patches/111_font_unsigned_char.diff =================================================================== --- packages/trunk/koules/debian/patches/111_font_unsigned_char.diff (rev 0) +++ packages/trunk/koules/debian/patches/111_font_unsigned_char.diff 2012-12-30 22:27:45 UTC (rev 13934) @@ -0,0 +1,11 @@ +--- koules-1.4.orig/xlib/init.c ++++ koules-1.4/xlib/init.c +@@ -34,7 +34,7 @@ + #include <unistd.h> + #include "../mygetopt.h" + #include <sys/signal.h> +-extern char *Font8x8; ++extern unsigned char *Font8x8; + extern void fadein1 (); + extern void points (); + extern void points1 (); Modified: packages/trunk/koules/debian/patches/series =================================================================== --- packages/trunk/koules/debian/patches/series 2012-12-30 01:25:20 UTC (rev 13933) +++ packages/trunk/koules/debian/patches/series 2012-12-30 22:27:45 UTC (rev 13934) @@ -13,3 +13,4 @@ 200_tcl.diff 300_kfreebsd-gnu.diff 109_fpe_fix.diff +111_font_unsigned_char.diff _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

