tags 486968 patch thanks Hi, I intend to NMU this package as part of the 'fix gcc-4.3 related build failures' release goal. The fixed pacakge has been uploaded to delayed/2. Please find the diff attached.
Cheers, -- Albin Tonnerre
diff -u gpt-1.0.1.svn20080324/debian/control gpt-1.0.1.svn20080324/debian/control --- gpt-1.0.1.svn20080324/debian/control +++ gpt-1.0.1.svn20080324/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Marcelo Jorge Vieira (metal) <[EMAIL PROTECTED]> Build-Depends: cdbs, debhelper (>= 5), autotools-dev, antlr, libantlr-dev, libpcre3-dev -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Homepage: http://gpt.berlios.de Vcs-Svn: svn://svn.berlios.de/gpt/trunk Vcs-Browser: https://svn.berlios.de/wsvn/gpt/trunk diff -u gpt-1.0.1.svn20080324/debian/changelog gpt-1.0.1.svn20080324/debian/changelog --- gpt-1.0.1.svn20080324/debian/changelog +++ gpt-1.0.1.svn20080324/debian/changelog @@ -1,3 +1,10 @@ +gpt (1.0.1.svn20080324-1.1) unstable; urgency=medium + + * NMU to fix build with gcc-4.3 (Closes: #486968) + * Bump Standards-Version to 3.8.0 + + -- Albin Tonnerre <[EMAIL PROTECTED]> Sat, 28 Jun 2008 18:18:35 +0200 + gpt (1.0.1.svn20080324-1) unstable; urgency=low * Initial release (Closes: #470169) only in patch2: unchanged: --- gpt-1.0.1.svn20080324.orig/src/main.cpp +++ gpt-1.0.1.svn20080324/src/main.cpp @@ -24,9 +24,10 @@ #include "GPT.hpp" #include <sstream> -#include <string> +#include <cstring> #include <list> #include <unistd.h> +#include <cstdlib> #define DEFAULT_PORT "7680" only in patch2: unchanged: --- gpt-1.0.1.svn20080324.orig/src/modules/c_translator/pt2c.g +++ gpt-1.0.1.svn20080324/src/modules/c_translator/pt2c.g @@ -20,6 +20,7 @@ header { + #include <cstdlib> #include "PortugolAST.hpp" #include "SymbolTable.hpp" #include <string> only in patch2: unchanged: --- gpt-1.0.1.svn20080324.orig/src/modules/interpreter/InterpreterEval.cpp +++ gpt-1.0.1.svn20080324/src/modules/interpreter/InterpreterEval.cpp @@ -25,6 +25,7 @@ #include "InterpreterDBG.hpp" #endif #include "GPTDisplay.hpp" +#include <cstdlib> void ExprValue::setValue(string str) { value = str; only in patch2: unchanged: --- gpt-1.0.1.svn20080324.orig/src/modules/interpreter/interpreter.g +++ gpt-1.0.1.svn20080324/src/modules/interpreter/interpreter.g @@ -25,7 +25,7 @@ #include "SymbolTable.hpp" #include "InterpreterEval.hpp" #include <string> -// + #include <cstdlib> // #include <list> // using namespace std; only in patch2: unchanged: --- gpt-1.0.1.svn20080324.orig/src/modules/GPTDisplay.cpp +++ gpt-1.0.1.svn20080324/src/modules/GPTDisplay.cpp @@ -23,6 +23,7 @@ #include <windows.h> #endif +#include <cstdlib> #include <iostream> using namespace std; only in patch2: unchanged: --- gpt-1.0.1.svn20080324.orig/src/modules/parser/SemanticEval.cpp +++ gpt-1.0.1.svn20080324/src/modules/parser/SemanticEval.cpp @@ -25,6 +25,7 @@ #include "SemanticWalkerTokenTypes.hpp" #include <sstream> +#include <cstdlib> ExpressionValue::ExpressionValue() : _isPrimitive(true) only in patch2: unchanged: --- gpt-1.0.1.svn20080324.orig/src/modules/parser/lexer.g +++ gpt-1.0.1.svn20080324/src/modules/parser/lexer.g @@ -20,6 +20,7 @@ header { + #include <cstdlib> #include "GPTDisplay.hpp" #include <string> #include <sstream> only in patch2: unchanged: --- gpt-1.0.1.svn20080324.orig/src/modules/parser/semantic.g +++ gpt-1.0.1.svn20080324/src/modules/parser/semantic.g @@ -26,6 +26,7 @@ #include "SymbolTable.hpp" #include <list> + #include <cstdlib> using namespace std; }
signature.asc
Description: Digital signature

