r7334 - in packages/trunk/stormbaancoureur/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Wed Jun 11 11:56:58 UTC 2008


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 <little_miry at yahoo.es>  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 <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bddebian at comcast.net>, Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 5.0.51), quilt, plib1.8.4-dev, libode-nonfree0-dev,
+Uploaders:
+ Miriam Ruiz <little_miry at yahoo.es>,
+ Barry deFreese <bddebian at comcast.net>,
+ Gonéri Le Bouder <goneri at rulezlan.org>
+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 <little_miry at yahoo.es> 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 <b.stolk at gmail.com>
 
 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 <little_miry at yahoo.es> and
+The Debian packaging is (C) 2007-2008, Miriam Ruiz <little_miry at yahoo.es> 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,"%dx%d-%d@%d\n", width, height, pixelDepth, refreshRate);
+     //glutEnterGameMode();
+   }
+-#endif
  
    do_shadows = OglCanDoShadowing();
    fprintf




More information about the Pkg-games-commits mailing list