[netpanzer] 28/118: * add a missing '#include <algorithm>' in patches/gcc-4.3.diff to fix the build with gcc 4.3 (Closes: #462205)

Markus Koschany apo at moszumanska.debian.org
Sun Jun 5 10:17:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository netpanzer.

commit f9959f92dcefaabc46ebc0a0a13078e1d5802be6
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Tue Feb 5 17:35:44 2008 +0000

    * add a missing '#include <algorithm>' in patches/gcc-4.3.diff to fix the
      build with gcc 4.3 (Closes: #462205)
---
 debian/changelog            |  6 ++++--
 debian/patches/gcc-4.3.diff | 28 ++++++++++++++++++++--------
 2 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 305f3b8..b6bbd2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,13 +7,15 @@ netpanzer (0.8.2-2) UNRELEASED; urgency=low
   * 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
 
diff --git a/debian/patches/gcc-4.3.diff b/debian/patches/gcc-4.3.diff
index cf8c476..7935ad1 100644
--- a/debian/patches/gcc-4.3.diff
+++ b/debian/patches/gcc-4.3.diff
@@ -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 @@ Index: netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp
  #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 @@ Index: netpanzer-0.8.2/src/Lib/2D/Palette.cpp
  #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 @@ Index: netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp
  #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 @@ Index: netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp
  #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"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git



More information about the Pkg-games-commits mailing list