r783 - in packages/xboing/debian: . patches

Sam Hocevar sho at costa.debian.org
Tue May 30 20:31:28 UTC 2006


Author: sho
Date: 2006-05-30 20:31:26 +0000 (Tue, 30 May 2006)
New Revision: 783

Added:
   packages/xboing/debian/patches/030_auto_validate_yn.diff
Modified:
   packages/xboing/debian/changelog
   packages/xboing/debian/patches/series
Log:
xboing (2.4-29) unstable; urgency=low

  * debian/patches/030_auto_validate_yn.diff:
    + Do not wait for the user to press enter after a [y/n] question
      (Closes: #22224).


Modified: packages/xboing/debian/changelog
===================================================================
--- packages/xboing/debian/changelog	2006-05-30 18:30:40 UTC (rev 782)
+++ packages/xboing/debian/changelog	2006-05-30 20:31:26 UTC (rev 783)
@@ -1,3 +1,11 @@
+xboing (2.4-29) unstable; urgency=low
+
+  * debian/patches/030_auto_validate_yn.diff:
+    + Do not wait for the user to press enter after a [y/n] question
+      (Closes: #22224).
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Tue, 30 May 2006 21:32:43 +0200
+
 xboing (2.4-28) unstable; urgency=low
 
   * New maintainer.

Added: packages/xboing/debian/patches/030_auto_validate_yn.diff
===================================================================
--- packages/xboing/debian/patches/030_auto_validate_yn.diff	2006-05-30 18:30:40 UTC (rev 782)
+++ packages/xboing/debian/patches/030_auto_validate_yn.diff	2006-05-30 20:31:26 UTC (rev 783)
@@ -0,0 +1,13 @@
+Index: xboing-2.4/dialogue.c
+===================================================================
+--- xboing-2.4.orig/dialogue.c	1996-11-22 02:28:46.000000000 +0100
++++ xboing-2.4/dialogue.c	2006-05-30 21:49:22.000000000 +0200
+@@ -403,6 +403,8 @@
+ 
+ 		default:
+ 			validateDialogueKeys(display, keysym, str);
++			if (validation == YES_NO_ENTRY)
++				dialogueState = DIALOGUE_UNMAP;
+ 			break;
+ 	}
+ 

Modified: packages/xboing/debian/patches/series
===================================================================
--- packages/xboing/debian/patches/series	2006-05-30 18:30:40 UTC (rev 782)
+++ packages/xboing/debian/patches/series	2006-05-30 20:31:26 UTC (rev 783)
@@ -4,3 +4,4 @@
 mousemove.diff -p0
 speed_fix.diff -p0
 xboing.6x_man_section.diff -p0
+030_auto_validate_yn.diff




More information about the Pkg-games-commits mailing list