Author: jmtd Date: 2009-07-18 11:10:28 +0000 (Sat, 18 Jul 2009) New Revision: 10044
Removed: packages/trunk/prboom/debian/patches/windowed_mode.patch Modified: packages/trunk/prboom/debian/changelog packages/trunk/prboom/debian/patches/series Log: drop windowed_mode patch Modified: packages/trunk/prboom/debian/changelog =================================================================== --- packages/trunk/prboom/debian/changelog 2009-07-17 19:08:47 UTC (rev 10043) +++ packages/trunk/prboom/debian/changelog 2009-07-18 11:10:28 UTC (rev 10044) @@ -1,3 +1,10 @@ +prboom (2:2.5.0+dfsg1-6) UNRELEASED; urgency=low + + * drop windowed_mode patch: I've decided not to deviate + from upstream on this anymore. + + -- Jon Dowland <[email protected]> Sat, 18 Jul 2009 12:12:53 +0100 + prboom (2:2.5.0+dfsg1-5) unstable; urgency=low * bump standards version to 3.8.2. Modified: packages/trunk/prboom/debian/patches/series =================================================================== --- packages/trunk/prboom/debian/patches/series 2009-07-17 19:08:47 UTC (rev 10043) +++ packages/trunk/prboom/debian/patches/series 2009-07-18 11:10:28 UTC (rev 10044) @@ -1,4 +1,3 @@ -windowed_mode.patch do_not_rebuild_prboom.wad.patch readme_customization.patch explain_no_iwad.patch Deleted: packages/trunk/prboom/debian/patches/windowed_mode.patch =================================================================== --- packages/trunk/prboom/debian/patches/windowed_mode.patch 2009-07-17 19:08:47 UTC (rev 10043) +++ packages/trunk/prboom/debian/patches/windowed_mode.patch 2009-07-18 11:10:28 UTC (rev 10044) @@ -1,13 +0,0 @@ -set prboom to use windowed mode by default. - ---- prboom-2.4.7+dfsg.orig/src/m_misc.c -+++ prboom-2.4.7+dfsg/src/m_misc.c -@@ -317,7 +317,7 @@ - def_int,ss_none}, - {"screen_height",{&desired_screenheight},{480},200,MAX_SCREENHEIGHT, - def_int,ss_none}, -- {"use_fullscreen",{&use_fullscreen},{1},0,1, /* proff 21/05/2000 */ -+ {"use_fullscreen",{&use_fullscreen},{0},0,1, /* proff 21/05/2000 */ - def_bool,ss_none}, - #ifndef DISABLE_DOUBLEBUFFER - {"use_doublebuffer",{&use_doublebuffer},{1},0,1, // proff 2001-7-4 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

