Author: miriam Date: 2008-06-11 11:56:57 +0000 (Wed, 11 Jun 2008) New Revision: 7334
Modified: packages/trunk/stormbaancoureur/debian/changelog packages/trunk/stormbaancoureur/debian/control packages/trunk/stormbaancoureur/debian/copyright packages/trunk/stormbaancoureur/debian/patches/fullscreen_optional.patch Log: New Upstream Release Modified: packages/trunk/stormbaancoureur/debian/changelog =================================================================== --- packages/trunk/stormbaancoureur/debian/changelog 2008-06-11 02:49:17 UTC (rev 7333) +++ packages/trunk/stormbaancoureur/debian/changelog 2008-06-11 11:56:57 UTC (rev 7334) @@ -1,3 +1,9 @@ +stormbaancoureur (2.1.4-1) UNRELEASED; urgency=low + + * New Upstream Release. + + -- Miriam Ruiz <[EMAIL PROTECTED]> Wed, 11 Jun 2008 11:29:09 +0000 + stormbaancoureur (2.1.3-2) unstable; urgency=low [ Gonéri Le Bouder ] Modified: packages/trunk/stormbaancoureur/debian/control =================================================================== --- packages/trunk/stormbaancoureur/debian/control 2008-06-11 02:49:17 UTC (rev 7333) +++ packages/trunk/stormbaancoureur/debian/control 2008-06-11 11:56:57 UTC (rev 7334) @@ -2,13 +2,17 @@ Section: contrib/games Priority: extra Maintainer: Debian Games Team <[EMAIL PROTECTED]> -Uploaders: Miriam Ruiz <[EMAIL PROTECTED]>, Barry deFreese <[EMAIL PROTECTED]>, Gonéri Le Bouder <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.51), quilt, plib1.8.4-dev, libode-nonfree0-dev, +Uploaders: + Miriam Ruiz <[EMAIL PROTECTED]>, + Barry deFreese <[EMAIL PROTECTED]>, + Gonéri Le Bouder <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5.0.51), quilt, + plib1.8.4-dev, libode0-dev | libode-nonfree0-dev, freeglut3-dev, libasound2-dev Standards-Version: 3.7.3 +Homepage: http://bram.creative4vision.nl/stormbaancoureur/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/stormbaancoureur/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/stormbaancoureur/?op=log -Homepage: http://bram.creative4vision.nl/stormbaancoureur/ Package: stormbaancoureur Architecture: any Modified: packages/trunk/stormbaancoureur/debian/copyright =================================================================== --- packages/trunk/stormbaancoureur/debian/copyright 2008-06-11 02:49:17 UTC (rev 7333) +++ packages/trunk/stormbaancoureur/debian/copyright 2008-06-11 11:56:57 UTC (rev 7334) @@ -1,15 +1,14 @@ This package was debianized by Miriam Ruiz <[EMAIL PROTECTED]> on Fri, 01 Jun 2007 21:27:50 +0000. -Downloaded from: http://bram.creative4vision.nl/stormbaancoureur/ +Downloaded from: http://bram.creative4vision.nl/stormbaancoureur/download/ Previous web page: http://www.sturmbahnfahrer.com/ Upstream Author: Bram Stolk <[EMAIL PROTECTED]> Copyright: - Main program: Copyright (c) 2006-2007 Bram Stolk - src-stormbaancoureur/tga.*: Copyright (c) 2003 Desmecht Laurent + Copyright (c) 2006-2008 Bram Stolk License: @@ -30,5 +29,5 @@ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. -The Debian packaging is (C) 2007, Miriam Ruiz <[EMAIL PROTECTED]> and +The Debian packaging is (C) 2007-2008, Miriam Ruiz <[EMAIL PROTECTED]> and is licensed under the GPL, see above. Modified: packages/trunk/stormbaancoureur/debian/patches/fullscreen_optional.patch =================================================================== --- packages/trunk/stormbaancoureur/debian/patches/fullscreen_optional.patch 2008-06-11 02:49:17 UTC (rev 7333) +++ packages/trunk/stormbaancoureur/debian/patches/fullscreen_optional.patch 2008-06-11 11:56:57 UTC (rev 7334) @@ -1,7 +1,8 @@ -diff -urN stormbaancoureur-2.0.1.orig/src-stormbaancoureur/main.cxx stormbaancoureur-2.0.1/src-stormbaancoureur/main.cxx ---- stormbaancoureur-2.0.1.orig/src-stormbaancoureur/main.cxx 2008-01-03 00:14:19.000000000 -0500 -+++ stormbaancoureur-2.0.1/src-stormbaancoureur/main.cxx 2008-01-03 09:24:45.000000000 -0500 -@@ -1175,6 +1175,13 @@ +Index: stormbaancoureur-2.1.4/src-stormbaancoureur/main.cxx +=================================================================== +--- stormbaancoureur-2.1.4.orig/src-stormbaancoureur/main.cxx 2008-04-20 15:58:29.000000000 +0000 ++++ stormbaancoureur-2.1.4/src-stormbaancoureur/main.cxx 2008-06-11 11:40:54.000000000 +0000 +@@ -836,6 +836,13 @@ fprintf(stderr,"plib is (c) by Steve Baker\n"); fprintf(stderr,"OpenDE is (c) by Russel L. Smith\n"); @@ -15,12 +16,25 @@ char *bindirname = dirname(argv[0]); if (!strcmp(bindirname,".")) dirprefix="/usr/share/games/stormbaancoureur"; -@@ -1212,7 +1219,7 @@ - glutMouseFunc(mouse); +@@ -874,10 +881,9 @@ glutMotionFunc(motion); glutIdleFunc(idle); + +-#if 1 - glutFullScreen(); -+ if (fullscreen) glutFullScreen(); +-#else +- if (1) ++ if (fullscreen) ++ glutFullScreen(); ++ else + { + int width = glutGameModeGet( GLUT_GAME_MODE_WIDTH ); + int height = glutGameModeGet( GLUT_GAME_MODE_HEIGHT ); +@@ -886,7 +892,6 @@ + fprintf(stderr,"[EMAIL PROTECTED]", width, height, pixelDepth, refreshRate); + //glutEnterGameMode(); + } +-#endif do_shadows = OglCanDoShadowing(); fprintf _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

