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

frankie at alioth.debian.org frankie at alioth.debian.org
Fri Nov 21 09:59:32 UTC 2008


Author: frankie
Date: 2008-11-21 09:59:31 +0000 (Fri, 21 Nov 2008)
New Revision: 1798

Added:
   packages/gdal/trunk/debian/patches/gcc4.4.dpatch
Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/patches/00list
Log:
Updated for #505629


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2008-11-10 08:52:35 UTC (rev 1797)
+++ packages/gdal/trunk/debian/changelog	2008-11-21 09:59:31 UTC (rev 1798)
@@ -1,4 +1,4 @@
-gdal (1.5.3-1) UNRELEASED; urgency=low
+gdal (1.5.3-1) experimental; urgency=low
 
   * New upstream release. This is a bug fixing release, no changes in API
     are included.
@@ -6,8 +6,10 @@
          pythonmakefile
          eoverflow
          sincos
+  * [PATCH] gcc4.4.dpatch: fixed for gcc 4.4 compatibility. Thanks tbm.
+    (closes: #505629)
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Sun, 09 Nov 2008 20:50:44 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 21 Nov 2008 10:53:35 +0100
 
 gdal (1.5.2-3) unstable; urgency=low
 

Modified: packages/gdal/trunk/debian/patches/00list
===================================================================
--- packages/gdal/trunk/debian/patches/00list	2008-11-10 08:52:35 UTC (rev 1797)
+++ packages/gdal/trunk/debian/patches/00list	2008-11-21 09:59:31 UTC (rev 1798)
@@ -3,7 +3,5 @@
 doc
 rubymakefile
 man
-#pythonmakefile
 gdalpaths
-#eoverflow
-#sincos
+gcc4.4

Added: packages/gdal/trunk/debian/patches/gcc4.4.dpatch
===================================================================
--- packages/gdal/trunk/debian/patches/gcc4.4.dpatch	                        (rev 0)
+++ packages/gdal/trunk/debian/patches/gcc4.4.dpatch	2008-11-21 09:59:31 UTC (rev 1798)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## gcc4.4.dpatch by Francesco Paolo Lovergine <frankie at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad gdal-1.5.3~/ogr/ogrsf_frmts/ili/iom/iom_utilities.cpp gdal-1.5.3/ogr/ogrsf_frmts/ili/iom/iom_utilities.cpp
+--- gdal-1.5.3~/ogr/ogrsf_frmts/ili/iom/iom_utilities.cpp	2007-10-29 10:38:21.000000000 +0100
++++ gdal-1.5.3/ogr/ogrsf_frmts/ili/iom/iom_utilities.cpp	2008-11-21 10:58:19.000000000 +0100
+@@ -33,6 +33,7 @@
+  * @{
+  */
+ 
++#include <cstdio>
+ #include <iostream>
+ #include <string>
+ #include <string.h>


Property changes on: packages/gdal/trunk/debian/patches/gcc4.4.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-grass-devel mailing list