r9958 - in packages/trunk/chocolate-doom/debian: . patches

Jon Dowland jmtd at alioth.debian.org
Fri Jul 3 18:40:50 UTC 2009


Author: jmtd
Date: 2009-07-03 18:40:49 +0000 (Fri, 03 Jul 2009)
New Revision: 9958

Modified:
   packages/trunk/chocolate-doom/debian/control
   packages/trunk/chocolate-doom/debian/patches/series
   packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff
Log:
remove fullscreen patch pending wider discussion

Modified: packages/trunk/chocolate-doom/debian/control
===================================================================
--- packages/trunk/chocolate-doom/debian/control	2009-07-03 13:38:59 UTC (rev 9957)
+++ packages/trunk/chocolate-doom/debian/control	2009-07-03 18:40:49 UTC (rev 9958)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Jon Dowland <jmtd at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-net1.2-dev (>= 1.2.0-5.1), quilt
+Build-Depends: debhelper (>= 7), autotools-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-net1.2-dev (>= 1.2.0-5.1)
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/chocolate-doom/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/chocolate-doom/?op=log

Modified: packages/trunk/chocolate-doom/debian/patches/series
===================================================================
--- packages/trunk/chocolate-doom/debian/patches/series	2009-07-03 13:38:59 UTC (rev 9957)
+++ packages/trunk/chocolate-doom/debian/patches/series	2009-07-03 18:40:49 UTC (rev 9958)
@@ -1 +0,0 @@
-windowed_by_default.diff

Modified: packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff
===================================================================
--- packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff	2009-07-03 13:38:59 UTC (rev 9957)
+++ packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff	2009-07-03 18:40:49 UTC (rev 9958)
@@ -1,15 +0,0 @@
-Description: changes the default display mode to windowed from fullscreen
-Origin: other
-Author: Jon Dowland <jmtd at debian.org>
-Last-Update: 2009-07-02
---- chocolate-doom-1.2.1/src/i_video.c~	2008-12-10 20:29:29.000000000 +0000
-+++ chocolate-doom-1.2.1/src/i_video.c	2009-07-02 20:39:41.000000000 +0100
-@@ -121,7 +121,7 @@
- 
- // Run in full screen mode?  (int type for config code)
- 
--int fullscreen = true;
-+int fullscreen = false;
- 
- // Aspect ratio correction mode
- 




More information about the Pkg-games-commits mailing list