[DebianGIS-dev] r1375 - in packages/gdal/trunk/debian: . patches

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Feb 4 14:34:22 UTC 2008


Author: frankie
Date: 2008-02-04 14:34:21 +0000 (Mon, 04 Feb 2008)
New Revision: 1375

Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/patches/gcc43.dpatch
Log:
Fixing for gcc 4.3


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2008-01-31 20:05:23 UTC (rev 1374)
+++ packages/gdal/trunk/debian/changelog	2008-02-04 14:34:21 UTC (rev 1375)
@@ -1,3 +1,11 @@
+gdal (1.5.0-4) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Fixed removing of .info file in python-central area
+  * Fixed gcc43.dpatch to add climits inclusion
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 04 Feb 2008 14:42:51 +0100
+
 gdal (1.5.0-3) unstable; urgency=low
 
   * [debian/rules] Removing LICENSE.TXT placed in the data dir.

Modified: packages/gdal/trunk/debian/patches/gcc43.dpatch
===================================================================
--- packages/gdal/trunk/debian/patches/gcc43.dpatch	2008-01-31 20:05:23 UTC (rev 1374)
+++ packages/gdal/trunk/debian/patches/gcc43.dpatch	2008-02-04 14:34:21 UTC (rev 1375)
@@ -49,3 +49,14 @@
          if EQUAL(domType.c_str(),"domainvalue")  
              {
                  if (psInfo.stStoreType == stFloat)
+diff -urNad gdal-1.5.0~/frmts/idrisi/IdrisiDataset.cpp gdal-1.5.0/frmts/idrisi/IdrisiDataset.cpp
+--- gdal-1.5.0~/frmts/idrisi/IdrisiDataset.cpp	2007-11-20 22:01:46.000000000 +0100
++++ gdal-1.5.0/frmts/idrisi/IdrisiDataset.cpp	2008-02-04 15:29:10.000000000 +0100
+@@ -35,6 +35,7 @@
+ #include "gdal_pam.h"
+ #include "gdal_rat.h"
+ #include "gdal_alg.h"
++#include <climits>
+ 
+ CPL_CVSID( "$Id: IdrisiDataset.cpp 12896 2007-11-20 21:01:46Z rouault $" );
+ 




More information about the Pkg-grass-devel mailing list