r5642 - in packages/trunk/netpanzer/debian: . patches

Gonéri LE BOUDER goneri-guest at alioth.debian.org
Tue Feb 5 17:35:45 UTC 2008


Author: goneri-guest
Date: 2008-02-05 17:35:44 +0000 (Tue, 05 Feb 2008)
New Revision: 5642

Modified:
   packages/trunk/netpanzer/debian/changelog
   packages/trunk/netpanzer/debian/patches/gcc-4.3.diff
Log:
* add a missing '#include <algorithm>' in patches/gcc-4.3.diff to fix the
  build with gcc 4.3 (Closes: #462205)


Modified: packages/trunk/netpanzer/debian/changelog
===================================================================
--- packages/trunk/netpanzer/debian/changelog	2008-02-05 17:16:22 UTC (rev 5641)
+++ packages/trunk/netpanzer/debian/changelog	2008-02-05 17:35:44 UTC (rev 5642)
@@ -7,13 +7,15 @@
   * Bump Standards Version to 3.7.3
 
   [ Gonéri Le Bouder ]
-  * dpkg-buildpackage -B doesn't create arch all package anymore 
+  * dpkg-buildpackage -B doesn't create arch all package anymore
   * clean quilt .pc directory and config.log
   * add desktop.diff to remove the invalid category Application
   * call jam with the -q flag to make it stop building as soon as an error
     append
+  * add a missing '#include <algorithm>' in patches/gcc-4.3.diff to fix the
+    build with gcc 4.3 (Closes: #462205)
 
- -- Barry deFreese <bddebian at comcast.net>  Thu, 08 Nov 2007 23:17:03 -0500
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue,  5 Feb 2008 18:34:23 +0100
 
 netpanzer (0.8.2-1) unstable; urgency=low
 

Modified: packages/trunk/netpanzer/debian/patches/gcc-4.3.diff
===================================================================
--- packages/trunk/netpanzer/debian/patches/gcc-4.3.diff	2008-02-05 17:16:22 UTC (rev 5641)
+++ packages/trunk/netpanzer/debian/patches/gcc-4.3.diff	2008-02-05 17:35:44 UTC (rev 5642)
@@ -1,7 +1,7 @@
 Index: netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp
 ===================================================================
---- netpanzer-0.8.2.orig/src/Lib/2D/ColorTable.cpp	2007-07-11 12:59:02.000000000 +0000
-+++ netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp	2007-07-11 12:59:12.000000000 +0000
+--- netpanzer-0.8.2.orig/src/Lib/2D/ColorTable.cpp	2008-02-05 16:36:27.000000000 +0000
++++ netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp	2008-02-05 16:36:39.000000000 +0000
 @@ -17,6 +17,8 @@
  */
  #include <config.h>
@@ -13,8 +13,8 @@
  #include "Util/Exception.hpp"
 Index: netpanzer-0.8.2/src/Lib/2D/Palette.cpp
 ===================================================================
---- netpanzer-0.8.2.orig/src/Lib/2D/Palette.cpp	2007-07-11 12:58:40.000000000 +0000
-+++ netpanzer-0.8.2/src/Lib/2D/Palette.cpp	2007-07-11 12:58:52.000000000 +0000
+--- netpanzer-0.8.2.orig/src/Lib/2D/Palette.cpp	2008-02-05 16:36:27.000000000 +0000
++++ netpanzer-0.8.2/src/Lib/2D/Palette.cpp	2008-02-05 16:36:39.000000000 +0000
 @@ -18,6 +18,7 @@
  #include <config.h>
  
@@ -25,8 +25,8 @@
  #include "Util/FileSystem.hpp"
 Index: netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp
 ===================================================================
---- netpanzer-0.8.2.orig/src/NetPanzer/Network/ProxyServer.cpp	2007-07-11 12:59:19.000000000 +0000
-+++ netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp	2007-07-11 12:59:34.000000000 +0000
+--- netpanzer-0.8.2.orig/src/NetPanzer/Network/ProxyServer.cpp	2008-02-05 16:36:27.000000000 +0000
++++ netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp	2008-02-05 16:36:39.000000000 +0000
 @@ -17,6 +17,7 @@
  */
  #include <config.h>
@@ -37,8 +37,8 @@
  #include <ctype.h>
 Index: netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp
 ===================================================================
---- netpanzer-0.8.2.orig/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp	2007-07-11 12:59:44.000000000 +0000
-+++ netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp	2007-07-11 12:59:52.000000000 +0000
+--- netpanzer-0.8.2.orig/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp	2008-02-05 16:36:27.000000000 +0000
++++ netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp	2008-02-05 16:36:39.000000000 +0000
 @@ -17,6 +17,7 @@
  */
  #include <config.h>
@@ -47,3 +47,15 @@
  #include <vector>
  #include <string>
  #include "MapSelectionView.hpp"
+Index: netpanzer-0.8.2/src/Lib/Util/Log.cpp
+===================================================================
+--- netpanzer-0.8.2.orig/src/Lib/Util/Log.cpp	2008-02-05 17:13:36.000000000 +0000
++++ netpanzer-0.8.2/src/Lib/Util/Log.cpp	2008-02-05 17:13:43.000000000 +0000
+@@ -26,6 +26,7 @@
+ #include <vector>
+ #include <exception>
+ #include <iomanip>
++#include <algorithm>
+ 
+ #include "Exception.hpp"
+ #include "FileSystem.hpp"




More information about the Pkg-games-commits mailing list