Author: rainct-guest
Date: 2008-01-27 11:56:19 +0000 (Sun, 27 Jan 2008)
New Revision: 5506

Removed:
   packages/trunk/glest/debian/patches/10_fix_gcc-4.1_particle.h.dpatch
Modified:
   packages/trunk/glest/debian/changelog
   packages/trunk/glest/debian/control
   packages/trunk/glest/debian/patches/00list
   packages/trunk/glest/debian/patches/05_nomapeditor.dpatch
Log:
Start updating to 2.0.1. TODO: patch 15 needs to be re-created. 
mk/linux/mk/autoconf/config.sub doesn't work.

Modified: packages/trunk/glest/debian/changelog
===================================================================
--- packages/trunk/glest/debian/changelog       2008-01-26 23:15:20 UTC (rev 
5505)
+++ packages/trunk/glest/debian/changelog       2008-01-27 11:56:19 UTC (rev 
5506)
@@ -1,23 +1,26 @@
-glest (2.0.0-3) UNRELEASED; urgency=low
+glest (2.0.1-1) UNRELEASED; urgency=low
 
   [ Barry deFreese ]
   * Add watch file
 
+  [ Jon Dowland ]
+  * Add Homepage: control field to source stanza
+
+  [ Eddy Petrișor ]
+  * Removed Homepage: semi-field since the official one exists now
+
   [ Siegfried-Angel Gevatter Pujals (RainCT) ]
+  * New upstream version. Packaging changes:
+     - Drop patches/10_fix_gcc-4.1_particle.h.dpatch.
   * debian/control:
      - Replace XS-Vcs-* with Vcs-*
+     - Add myself to Uploaders
   * debian/glest.desktop:
      - Update to the latest FD.o standards
      - Add Catalan translation
 
-  [ Jon Dowland ]
-  * add Homepage: control field to source stanza
+ -- Siegfried-Angel Gevatter Pujals (RainCT) <[EMAIL PROTECTED]>  Sun, 27 Jan 
2008 12:06:45 +0100
 
-  [ Eddy Petrișor ]
-  * removed Homepage: semi-field since the official one exists now
-
- -- Eddy Petrișor <[EMAIL PROTECTED]>  Tue, 04 Dec 2007 03:52:05 +0200
-
 glest (2.0.0-2) unstable; urgency=low
 
   [ Eddy Petrișor ]
@@ -68,4 +71,3 @@
   * Initial release
 
  -- Giuseppe Borzi <[EMAIL PROTECTED]>  Mon,  7 Aug 2006 20:02:47 +0200
-

Modified: packages/trunk/glest/debian/control
===================================================================
--- packages/trunk/glest/debian/control 2008-01-26 23:15:20 UTC (rev 5505)
+++ packages/trunk/glest/debian/control 2008-01-27 11:56:19 UTC (rev 5506)
@@ -2,7 +2,7 @@
 Section: contrib/games
 Priority: optional
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
-Uploaders: Giuseppe Borzi <[EMAIL PROTECTED]>, Eddy Petrișor <[EMAIL 
PROTECTED]>
+Uploaders: Giuseppe Borzi <[EMAIL PROTECTED]>, Eddy Petrișor <[EMAIL 
PROTECTED]>, Siegfried-Angel Gevatter Pujals (RainCT) <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), jam, libsdl1.2-dev, libxerces27-dev, 
libvorbis-dev, libogg-dev, libopenal-dev, dpatch
 Standards-Version: 3.7.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/glest/

Modified: packages/trunk/glest/debian/patches/00list
===================================================================
--- packages/trunk/glest/debian/patches/00list  2008-01-26 23:15:20 UTC (rev 
5505)
+++ packages/trunk/glest/debian/patches/00list  2008-01-27 11:56:19 UTC (rev 
5506)
@@ -1,3 +1,2 @@
 05_nomapeditor.dpatch
-10_fix_gcc-4.1_particle.h.dpatch
 15_use_fixed_fonts.dpatch

Modified: packages/trunk/glest/debian/patches/05_nomapeditor.dpatch
===================================================================
--- packages/trunk/glest/debian/patches/05_nomapeditor.dpatch   2008-01-26 
23:15:20 UTC (rev 5505)
+++ packages/trunk/glest/debian/patches/05_nomapeditor.dpatch   2008-01-27 
11:56:19 UTC (rev 5506)
@@ -40,6 +40,3 @@
 +#  ExternalLibs glest_map_editor : SDL GL GLU XERCES VORBIS VORBISFILE OGG 
OPENAL WX ;
 +#  IncludeDir glest_map_editor : ../shared_lib/include/$(LIB_INCLUDE_DIRS) 
$(GLEST_MAP_DIRS) ;
 +#}
- 
- 
- 

Deleted: packages/trunk/glest/debian/patches/10_fix_gcc-4.1_particle.h.dpatch
===================================================================
--- packages/trunk/glest/debian/patches/10_fix_gcc-4.1_particle.h.dpatch        
2008-01-26 23:15:20 UTC (rev 5505)
+++ packages/trunk/glest/debian/patches/10_fix_gcc-4.1_particle.h.dpatch        
2008-01-27 11:56:19 UTC (rev 5506)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_fix_gcc-4.1_particle.h.dpatch by Stefan Potyra <[EMAIL PROTECTED]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: fixes extra qualification error of g++-4.1
-
[EMAIL PROTECTED]@
-diff -urNad glest-2.0.0~/source/shared_lib/include/graphics/particle.h 
glest-2.0.0/source/shared_lib/include/graphics/particle.h
---- glest-2.0.0~/source/shared_lib/include/graphics/particle.h 2006-04-13 
00:52:24.000000000 +0200
-+++ glest-2.0.0/source/shared_lib/include/graphics/particle.h  2006-07-27 
20:34:38.000000000 +0200
-@@ -310,7 +310,7 @@
-       void setTrajectoryFrequency(float trajectoryFrequency)  
{this->trajectoryFrequency= trajectoryFrequency;}
-       void setPath(Vec3f startPos, Vec3f endPos);
- 
--      static Trajectory ProjectileParticleSystem::strToTrajectory(const 
string &str);
-+      static Trajectory strToTrajectory(const string &str);
- };
- 
- // =====================================================


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to