Author: jmtd-guest Date: 2009-01-18 16:58:16 +0000 (Sun, 18 Jan 2009) New Revision: 8664
Added: packages/trunk/chocolate-doom/debian/patches/ packages/trunk/chocolate-doom/debian/patches/series packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff Modified: packages/trunk/chocolate-doom/debian/control packages/trunk/chocolate-doom/debian/rules Log: quilt patches and windowed mode Modified: packages/trunk/chocolate-doom/debian/control =================================================================== --- packages/trunk/chocolate-doom/debian/control 2009-01-18 16:53:50 UTC (rev 8663) +++ packages/trunk/chocolate-doom/debian/control 2009-01-18 16:58:16 UTC (rev 8664) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Jon Dowland <[email protected]> -Build-Depends: debhelper (>= 4.0.0), 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), sng +Build-Depends: debhelper (>= 4.0.0), 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 Standards-Version: 3.7.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 Added: packages/trunk/chocolate-doom/debian/patches/series =================================================================== --- packages/trunk/chocolate-doom/debian/patches/series (rev 0) +++ packages/trunk/chocolate-doom/debian/patches/series 2009-01-18 16:58:16 UTC (rev 8664) @@ -0,0 +1 @@ +windowed_by_default.diff Added: packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff =================================================================== --- packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff (rev 0) +++ packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff 2009-01-18 16:58:16 UTC (rev 8664) @@ -0,0 +1,13 @@ +Use windowed mode by default. + +--- chocolate-doom-1.2.1/setup/display.c~ 2008-12-10 20:29:30.000000000 +0000 ++++ chocolate-doom-1.2.1/setup/display.c 2009-01-18 16:47:42.000000000 +0000 +@@ -68,7 +68,7 @@ + char *video_driver = ""; + int autoadjust_video_settings = 1; + int aspect_ratio_correct = 1; +-int fullscreen = 1; ++int fullscreen = 0; + int screen_width = 320; + int screen_height = 200; + int startup_delay = 1000; Modified: packages/trunk/chocolate-doom/debian/rules =================================================================== --- packages/trunk/chocolate-doom/debian/rules 2009-01-18 16:53:50 UTC (rev 8663) +++ packages/trunk/chocolate-doom/debian/rules 2009-01-18 16:58:16 UTC (rev 8664) @@ -17,6 +17,7 @@ config.status: configure dh_testdir + $(MAKE) -f /usr/share/quilt/quilt.make patch ln -sf /usr/share/misc/config.sub ./autotools/config.sub ln -sf /usr/share/misc/config.guess ./autotools/config.guess @@ -38,6 +39,7 @@ rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean + $(MAKE) -f /usr/share/quilt/quilt.make unpatch # stuff we don't want in diff.gz find -name config.sub -print0 | xargs -0 -r rm -f \; _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

