r10531 - in /desktop/unstable/dasher/debian: changelog patches/01_missing-includes.patch

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Sun Apr 29 04:24:14 UTC 2007


Author: alanbach-guest
Date: Sun Apr 29 04:24:13 2007
New Revision: 10531

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10531
Log:
* Added 01_missing-includes.patch (Closes: #421229): Fixes FTBFS with GCC 4.3, thanks Martin Michlmayr

Added:
    desktop/unstable/dasher/debian/patches/01_missing-includes.patch
Modified:
    desktop/unstable/dasher/debian/changelog

Modified: desktop/unstable/dasher/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dasher/debian/changelog?rev=10531&op=diff
==============================================================================
--- desktop/unstable/dasher/debian/changelog (original)
+++ desktop/unstable/dasher/debian/changelog Sun Apr 29 04:24:13 2007
@@ -1,3 +1,10 @@
+dasher (4.4.1-2) unstable; urgency=low
+
+  * Added 01_missing-includes.patch (Closes: #421229).
+     - Fixes FTBFS with GCC 4.3, thanks Martin Michlmayr
+
+ -- Alan Baghumian <alan at technotux.org>  Sun, 29 Apr 2007 07:49:41 +0330
+
 dasher (4.4.1-1) unstable; urgency=low
 
   [ Loic Minier ]

Added: desktop/unstable/dasher/debian/patches/01_missing-includes.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dasher/debian/patches/01_missing-includes.patch?rev=10531&op=file
==============================================================================
--- desktop/unstable/dasher/debian/patches/01_missing-includes.patch (added)
+++ desktop/unstable/dasher/debian/patches/01_missing-includes.patch Sun Apr 29 04:24:13 2007
@@ -1,0 +1,66 @@
+diff -urpN dasher-4.4.1/Src/DasherCore/Alphabet/AlphIO.h dasher-4.4.1.new/Src/DasherCore/Alphabet/AlphIO.h
+--- dasher-4.4.1/Src/DasherCore/Alphabet/AlphIO.h	2007-03-12 17:43:12.000000000 +0330
++++ dasher-4.4.1.new/Src/DasherCore/Alphabet/AlphIO.h	2007-04-29 07:45:29.000000000 +0330
+@@ -13,6 +13,7 @@
+ //#include "Alphabet.h"
+ #include "GroupInfo.h"
+ 
++#include <cstdlib>
+ #include <string>
+ #include <map>
+ #include <vector>
+diff -urpN dasher-4.4.1/Src/DasherCore/ColourIO.h dasher-4.4.1.new/Src/DasherCore/ColourIO.h
+--- dasher-4.4.1/Src/DasherCore/ColourIO.h	2007-03-12 17:43:12.000000000 +0330
++++ dasher-4.4.1.new/Src/DasherCore/ColourIO.h	2007-04-29 07:46:04.000000000 +0330
+@@ -11,6 +11,7 @@
+ 
+ #include "DasherTypes.h"
+ 
++#include <cstdlib>
+ #include <string>
+ #include <map>
+ #include <vector>
+diff -urpN dasher-4.4.1/Src/DasherCore/LanguageModelling/DictLanguageModel.cpp dasher-4.4.1.new/Src/DasherCore/LanguageModelling/DictLanguageModel.cpp
+--- dasher-4.4.1/Src/DasherCore/LanguageModelling/DictLanguageModel.cpp	2007-03-12 17:43:12.000000000 +0330
++++ dasher-4.4.1.new/Src/DasherCore/LanguageModelling/DictLanguageModel.cpp	2007-04-29 07:44:22.000000000 +0330
+@@ -13,6 +13,7 @@
+ #include <stack>
+ #include <iostream>
+ #include <fstream>
++#include <climits>
+ using namespace Dasher;
+ using namespace std;
+ 
+diff -urpN dasher-4.4.1/Src/DasherCore/LanguageModelling/WordLanguageModel.cpp dasher-4.4.1.new/Src/DasherCore/LanguageModelling/WordLanguageModel.cpp
+--- dasher-4.4.1/Src/DasherCore/LanguageModelling/WordLanguageModel.cpp	2007-03-12 17:43:12.000000000 +0330
++++ dasher-4.4.1.new/Src/DasherCore/LanguageModelling/WordLanguageModel.cpp	2007-04-29 07:44:52.000000000 +0330
+@@ -11,6 +11,7 @@
+ #include "PPMLanguageModel.h"
+ 
+ #include <cmath>
++#include <cstdlib>
+ #include <stack>
+ #include <iostream>
+ #include <fstream>
+diff -urpN dasher-4.4.1/Src/DasherCore/UserLocation.cpp dasher-4.4.1.new/Src/DasherCore/UserLocation.cpp
+--- dasher-4.4.1/Src/DasherCore/UserLocation.cpp	2007-03-12 17:43:12.000000000 +0330
++++ dasher-4.4.1.new/Src/DasherCore/UserLocation.cpp	2007-04-29 07:46:42.000000000 +0330
+@@ -3,6 +3,7 @@
+ 
+ #include "UserLocation.h"
+ 
++#include <cstdlib>
+ #include <sys/timeb.h>
+ 
+ // Track memory leaks on Windows to the line that new'd the memory
+diff -urpN dasher-4.4.1/Src/DasherCore/XMLUtil.cpp dasher-4.4.1.new/Src/DasherCore/XMLUtil.cpp
+--- dasher-4.4.1/Src/DasherCore/XMLUtil.cpp	2007-03-12 17:43:12.000000000 +0330
++++ dasher-4.4.1.new/Src/DasherCore/XMLUtil.cpp	2007-04-29 07:47:08.000000000 +0330
+@@ -3,6 +3,7 @@
+ 
+ #include "XMLUtil.h"
+ 
++#include <cstdlib>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ 




More information about the pkg-gnome-commits mailing list