r748 - in packages/xbat/debian: . patches

Eddy Petrisor eddyp-guest at costa.debian.org
Fri May 26 18:01:32 UTC 2006


Author: eddyp-guest
Date: 2006-05-26 18:01:31 +0000 (Fri, 26 May 2006)
New Revision: 748

Added:
   packages/xbat/debian/patches/010_deathonkill.patch
Modified:
   packages/xbat/debian/changelog
   packages/xbat/debian/control
   packages/xbat/debian/patches/series
Log:
bug: fix for #368222

Modified: packages/xbat/debian/changelog
===================================================================
--- packages/xbat/debian/changelog	2006-05-26 14:33:59 UTC (rev 747)
+++ packages/xbat/debian/changelog	2006-05-26 18:01:31 UTC (rev 748)
@@ -1,3 +1,11 @@
+xbat (1.11-11) UNRELEASED; urgency=low
+
+  [ Eddy Petrişor ]
+  * fix crash on death bug (Closes: #368222)
+  * added myself to the uploaders list
+
+ -- Eddy Petrişor <eddy.petrisor at gmail.com>  Fri, 26 May 2006 20:54:34 +0300
+
 xbat (1.11-10) unstable; urgency=low
 
   * Maintainer upload.

Modified: packages/xbat/debian/control
===================================================================
--- packages/xbat/debian/control	2006-05-26 14:33:59 UTC (rev 747)
+++ packages/xbat/debian/control	2006-05-26 18:01:31 UTC (rev 748)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Eddy Petrişor <eddy.petrisor at gmail.com>
 Build-Depends: debhelper(>= 4.0), quilt, libx11-dev, x-dev, xutils (>= 4.2.1-8)
 Standards-Version: 3.7.2
 

Added: packages/xbat/debian/patches/010_deathonkill.patch
===================================================================
--- packages/xbat/debian/patches/010_deathonkill.patch	2006-05-26 14:33:59 UTC (rev 747)
+++ packages/xbat/debian/patches/010_deathonkill.patch	2006-05-26 18:01:31 UTC (rev 748)
@@ -0,0 +1,11 @@
+--- xev.c~	1998-10-16 14:52:37.000000000 +0300
++++ xev.c	2006-05-26 20:34:33.000000000 +0300
+@@ -231,7 +231,7 @@
+ 	    Chijou();
+ 	    EMissile();
+ 	    Enemy();
+-	    JikiBomb(i%6);
++	    JikiBomb(i%5);
+ 	    Score(nokori);
+ 	    Scroll(0);
+ 	    u_sleep(wait_tbl[wait_val]);

Modified: packages/xbat/debian/patches/series
===================================================================
--- packages/xbat/debian/patches/series	2006-05-26 14:33:59 UTC (rev 747)
+++ packages/xbat/debian/patches/series	2006-05-26 18:01:31 UTC (rev 748)
@@ -2,3 +2,4 @@
 010_headers.diff
 010_extra_keys.diff
 010_short_size.diff
+010_deathonkill.patch




More information about the Pkg-games-commits mailing list