r5506 - in packages/trunk/glest/debian: . patches

Siegfried-Angel Gevatter Pujals rainct-guest at alioth.debian.org
Sun Jan 27 11:56:19 UTC 2008


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) <rainct at ubuntu.com>  Sun, 27 Jan 2008 12:06:45 +0100
 
-  [ Eddy Petrișor ]
-  * removed Homepage: semi-field since the official one exists now
-
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  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 <gborzi at ieee.org>  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 <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Giuseppe Borzi <gborzi at ieee.org>, Eddy Petrișor <eddy.petrisor at gmail.com>
+Uploaders: Giuseppe Borzi <gborzi at ieee.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Siegfried-Angel Gevatter Pujals (RainCT) <rainct at ubuntu.com>
 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 <sistpoty at ubuntu.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: fixes extra qualification error of g++-4.1
-
- at DPATCH@
-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);
- };
- 
- // =====================================================




More information about the Pkg-games-commits mailing list