[Pkg-octave-commit] r1236 - in octave2.1-forge/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Sat Feb 23 21:08:30 UTC 2008


tags 417494 pending
thanks

Author: rafael
Date: 2008-02-23 21:08:30 +0000 (Sat, 23 Feb 2008)
New Revision: 1236

Added:
   octave2.1-forge/trunk/debian/patches/g++4.3-fixes.patch
Modified:
   octave2.1-forge/trunk/debian/changelog
Log:
Added patch for making the package build with GCC 4.3

Modified: octave2.1-forge/trunk/debian/changelog
===================================================================
--- octave2.1-forge/trunk/debian/changelog	2008-02-23 19:41:21 UTC (rev 1235)
+++ octave2.1-forge/trunk/debian/changelog	2008-02-23 21:08:30 UTC (rev 1236)
@@ -2,7 +2,14 @@
 
   * debian/control: Removed Cyril Brulebois from the list of Uploaders,
     at his request
+  * debian/patches/g++4.3-fixes.patch: Make the package build with GCC 4.3
+    (closes: #417494)
 
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 23 Feb 2008 22:08:14 +0100
+
+octave2.1-forge (2006.03.17+dfsg1-6) UNRELEASED; urgency=low
+
+
  -- Rafael Laboissiere <rafael at debian.org>  Wed, 23 Jan 2008 23:53:46 +0100
 
 octave2.1-forge (2006.03.17+dfsg1-5) unstable; urgency=low

Added: octave2.1-forge/trunk/debian/patches/g++4.3-fixes.patch
===================================================================
--- octave2.1-forge/trunk/debian/patches/g++4.3-fixes.patch	                        (rev 0)
+++ octave2.1-forge/trunk/debian/patches/g++4.3-fixes.patch	2008-02-23 21:08:30 UTC (rev 1236)
@@ -0,0 +1,27 @@
+Add missing header includes, such that the pacakge can be built with
+the GCC 4.3 suite.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 23 Feb 2008 15:43:46 +0100
+
+--- octave2.1-forge-2006.03.17+dfsg1.orig/main/fixed/fixedComplex.cc
++++ octave2.1-forge-2006.03.17+dfsg1/main/fixed/fixedComplex.cc
+@@ -23,6 +23,8 @@
+ 
+ */
+ 
++#include <cstdlib>
++
+ #include <complex>
+ #include <cmath>
+ #include "int/fixed.h"
+--- octave2.1-forge-2006.03.17+dfsg1.orig/main/miscellaneous/mfilename.cc
++++ octave2.1-forge-2006.03.17+dfsg1/main/miscellaneous/mfilename.cc
+@@ -23,6 +23,8 @@
+ #include <config.h>
+ //#endif
+ 
++#include <algorithm>
++
+ #include "defun-dld.h"
+ #include "error.h"
+ #include "gripes.h"




More information about the Pkg-octave-commit mailing list