r7168 - in packages/trunk/nexuiz-data/debian: . patches
Bruno Fuddl-guestquot; Fuddl" Kleinert
fuddl-guest at alioth.debian.org
Fri May 23 13:27:03 UTC 2008
Author: fuddl-guest
Date: 2008-05-23 13:27:03 +0000 (Fri, 23 May 2008)
New Revision: 7168
Added:
packages/trunk/nexuiz-data/debian/patches/01_fix-broken-mouse-in-pro.diff
Modified:
packages/trunk/nexuiz-data/debian/changelog
packages/trunk/nexuiz-data/debian/patches/series
Log:
+ patch to fix broken mouse support in pro mode. suggested by upstream
Modified: packages/trunk/nexuiz-data/debian/changelog
===================================================================
--- packages/trunk/nexuiz-data/debian/changelog 2008-05-23 13:02:21 UTC (rev 7167)
+++ packages/trunk/nexuiz-data/debian/changelog 2008-05-23 13:27:03 UTC (rev 7168)
@@ -1,4 +1,4 @@
-nexuiz-data (2.4.2-1) UNRELEASED; urgency=low
+nexuiz-data (2.4.2-1) unstable; urgency=low
* New upstream release
* Install the "pro" game extension (See NEWS.Debian in nexuiz package!)
@@ -11,8 +11,10 @@
* Remove obsolete build dependency on unzip
* Remove broken keys from default keyboard configuration (Closes: #477397)
* Fix broken versioning in Conflicts:-field
+ * Add 01_fix-broken-mouse-in-pro.diff to work around a bug, when "pro" mode
+ is started and the mouse cursor didn't move in the game
- -- Bruno "Fuddl" Kleinert <fuddl at tauware.de> Fri, 16 May 2008 12:10:26 +0200
+ -- Bruno "Fuddl" Kleinert <fuddl at tauware.de> Fri, 23 May 2008 15:23:24 +0200
nexuiz-data (2.4-1) unstable; urgency=low
Added: packages/trunk/nexuiz-data/debian/patches/01_fix-broken-mouse-in-pro.diff
===================================================================
--- packages/trunk/nexuiz-data/debian/patches/01_fix-broken-mouse-in-pro.diff (rev 0)
+++ packages/trunk/nexuiz-data/debian/patches/01_fix-broken-mouse-in-pro.diff 2008-05-23 13:27:03 UTC (rev 7168)
@@ -0,0 +1,16 @@
+Index: nexuiz-data-2.4.2/pro/quake.rc
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ nexuiz-data-2.4.2/pro/quake.rc 2008-05-23 15:05:32.000000000 +0200
+@@ -0,0 +1,11 @@
++seta menu_mouse_speed 1
++exec default.cfg
++exec config.cfg
++exec config_update.cfg
++exec data/campaign.cfg
++exec autoexec.cfg
++stuffcmds
++//startdemos demos/demo1 demos/demo2 demos/demo3
++//startdemos
++//play announcer/male/welcome.ogg
++
Modified: packages/trunk/nexuiz-data/debian/patches/series
===================================================================
--- packages/trunk/nexuiz-data/debian/patches/series 2008-05-23 13:02:21 UTC (rev 7167)
+++ packages/trunk/nexuiz-data/debian/patches/series 2008-05-23 13:27:03 UTC (rev 7168)
@@ -1 +1,2 @@
+01_fix-broken-mouse-in-pro.diff
01_remove_broken_keys.diff
More information about the Pkg-games-commits
mailing list