r13934 - in packages/trunk/koules/debian: . patches

Stephen Kitt steve-guest at alioth.debian.org
Sun Dec 30 22:27:45 UTC 2012


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 <tolimar at debian.org>  Fri, 13 Jan 2012 13:02:29 +0100
+ -- Stephen Kitt <steve at sk2.org>  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




More information about the Pkg-games-commits mailing list