Author: steve-guest Date: 2012-01-11 23:15:38 +0000 (Wed, 11 Jan 2012) New Revision: 13095
Modified: packages/trunk/koules/debian/patches/000_build_rules.diff packages/trunk/koules/debian/patches/050_defines.diff packages/trunk/koules/debian/patches/100_spelling.diff packages/trunk/koules/debian/patches/101_buffer_overflow.diff packages/trunk/koules/debian/patches/102_includes.diff packages/trunk/koules/debian/patches/103_asm.diff packages/trunk/koules/debian/patches/104_types.diff packages/trunk/koules/debian/patches/105_save_file.diff packages/trunk/koules/debian/patches/106_shm_check.diff packages/trunk/koules/debian/patches/107_fix_xsynchronize.diff packages/trunk/koules/debian/patches/108_use_right_visual.diff packages/trunk/koules/debian/patches/109_fpe_fix.diff packages/trunk/koules/debian/patches/110_manpage_hyphens.diff packages/trunk/koules/debian/patches/200_tcl.diff packages/trunk/koules/debian/patches/300_kfreebsd-gnu.diff Log: Add descriptions. Modified: packages/trunk/koules/debian/patches/000_build_rules.diff =================================================================== --- packages/trunk/koules/debian/patches/000_build_rules.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/000_build_rules.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Use $(CC) and describe how to build the required libraries +Origin: other + --- koules-1.4.orig/Makefile.svgalib +++ koules-1.4/Makefile.svgalib @@ -116,6 +116,6 @@ Modified: packages/trunk/koules/debian/patches/050_defines.diff =================================================================== --- packages/trunk/koules/debian/patches/050_defines.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/050_defines.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Centralise conditional usage messages, and declare various configuration values +Origin: other + --- koules-1.4.orig/xlib/init.c +++ koules-1.4/xlib/init.c @@ -769,6 +770,32 @@ Modified: packages/trunk/koules/debian/patches/100_spelling.diff =================================================================== --- packages/trunk/koules/debian/patches/100_spelling.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/100_spelling.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Fix various spelling mistakes +Origin: other + --- koules-1.4.orig/rcfiles.c +++ koules-1.4/rcfiles.c @@ -66,7 +66,7 @@ Modified: packages/trunk/koules/debian/patches/101_buffer_overflow.diff =================================================================== --- packages/trunk/koules/debian/patches/101_buffer_overflow.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/101_buffer_overflow.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Defend against buffer overflows when processing arguments +Origin: other + --- koules-1.4.orig/koules.sndsrv.linux.c +++ koules-1.4/koules.sndsrv.linux.c @@ -65,10 +65,9 @@ Modified: packages/trunk/koules/debian/patches/102_includes.diff =================================================================== --- packages/trunk/koules/debian/patches/102_includes.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/102_includes.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Add necessary includes +Origin: other + Index: koules-1.4/rcfiles.c =================================================================== --- koules-1.4.orig/rcfiles.c 2006-11-03 11:12:56.000000000 +0100 Modified: packages/trunk/koules/debian/patches/103_asm.diff =================================================================== --- packages/trunk/koules/debian/patches/103_asm.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/103_asm.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Update the assembler declarations +Origin: other + --- koules-1.4.orig/xlib/shmbitmap.c +++ koules-1.4/xlib/shmbitmap.c @@ -248,7 +248,6 @@ Modified: packages/trunk/koules/debian/patches/104_types.diff =================================================================== --- packages/trunk/koules/debian/patches/104_types.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/104_types.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Correct signs on some types +Origin: other + --- koules-1.4.orig/xlib/interface.c +++ koules-1.4/xlib/interface.c @@ -154,7 +155,7 @@ Modified: packages/trunk/koules/debian/patches/105_save_file.diff =================================================================== --- packages/trunk/koules/debian/patches/105_save_file.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/105_save_file.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Correctly check for errors when loading save files +Origin: other + --- koules-1.4.orig/rcfiles.c +++ koules-1.4/rcfiles.c @@ -126,9 +127,11 @@ Modified: packages/trunk/koules/debian/patches/106_shm_check.diff =================================================================== --- packages/trunk/koules/debian/patches/106_shm_check.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/106_shm_check.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Check for XShm support before using it +Origin: other + Index: koules-1.4/xlib/init.c =================================================================== --- koules-1.4.orig/xlib/init.c 2006-11-03 11:43:49.000000000 +0100 Modified: packages/trunk/koules/debian/patches/107_fix_xsynchronize.diff =================================================================== --- packages/trunk/koules/debian/patches/107_fix_xsynchronize.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/107_fix_xsynchronize.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Fix X synchronization +Origin: other + Index: koules-1.4/xlib/init.c =================================================================== --- koules-1.4.orig/xlib/init.c 2007-09-03 20:29:10.000000000 +0200 Modified: packages/trunk/koules/debian/patches/108_use_right_visual.diff =================================================================== --- packages/trunk/koules/debian/patches/108_use_right_visual.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/108_use_right_visual.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Select the correct X visual +Origin: other + Index: koules-1.4/xlib/init.c =================================================================== --- koules-1.4.orig/xlib/init.c 2007-09-03 20:46:52.000000000 +0200 Modified: packages/trunk/koules/debian/patches/109_fpe_fix.diff =================================================================== --- packages/trunk/koules/debian/patches/109_fpe_fix.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/109_fpe_fix.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Check for correct values on entry to ShmPutBitmap() +Origin: other + --- koules-1.4.orig/xlib/shmbitmap.c 2007-10-26 21:16:50.000000000 -0400 +++ koules-1.4/xlib/shmbitmap.c 2007-10-26 21:18:21.000000000 -0400 @@ -187,6 +187,9 @@ Modified: packages/trunk/koules/debian/patches/110_manpage_hyphens.diff =================================================================== --- packages/trunk/koules/debian/patches/110_manpage_hyphens.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/110_manpage_hyphens.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Escape minus signs in the manpage +Author: Stephen Kitt <[email protected]> + --- koules-1.4.orig/xkoules.6 +++ koules-1.4/xkoules.6 @@ -4,7 +4,7 @@ Modified: packages/trunk/koules/debian/patches/200_tcl.diff =================================================================== --- packages/trunk/koules/debian/patches/200_tcl.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/200_tcl.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,9 @@ +Description: Correct paths used in the Tcl script, and check for Tcl +Origin: other + +This patch is strictly-speaing unnecessary now since we don't ship +startkoules. + --- koules-1.4.orig/koules.tcl +++ koules-1.4/koules.tcl @@ -3,9 +3,9 @@ Modified: packages/trunk/koules/debian/patches/300_kfreebsd-gnu.diff =================================================================== --- packages/trunk/koules/debian/patches/300_kfreebsd-gnu.diff 2012-01-11 22:55:44 UTC (rev 13094) +++ packages/trunk/koules/debian/patches/300_kfreebsd-gnu.diff 2012-01-11 23:15:38 UTC (rev 13095) @@ -1,3 +1,6 @@ +Description: Allow building on kFreeBSD +Origin: other + --- koules-1.4.orig/koules.sndsrv.freebsd.c +++ koules-1.4/koules.sndsrv.freebsd.c @@ -14,7 +14,7 @@ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

