[DebianGIS-dev] r1578 - packages/gdal/trunk/debian/patches

frankie at alioth.debian.org frankie at alioth.debian.org
Thu May 15 14:50:18 UTC 2008


Author: frankie
Date: 2008-05-15 14:50:15 +0000 (Thu, 15 May 2008)
New Revision: 1578

Added:
   packages/gdal/trunk/debian/patches/gdalpaths.dpatch
Log:
The true patch


Added: packages/gdal/trunk/debian/patches/gdalpaths.dpatch
===================================================================
--- packages/gdal/trunk/debian/patches/gdalpaths.dpatch	                        (rev 0)
+++ packages/gdal/trunk/debian/patches/gdalpaths.dpatch	2008-05-15 14:50:15 UTC (rev 1578)
@@ -0,0 +1,43 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## pluginspath.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.1~/gcore/gdaldrivermanager.cpp gdal-1.5.1/gcore/gdaldrivermanager.cpp
+--- gdal-1.5.1~/gcore/gdaldrivermanager.cpp	2007-08-13 17:02:33.000000000 +0200
++++ gdal-1.5.1/gcore/gdaldrivermanager.cpp	2008-05-15 16:35:29.000000000 +0200
+@@ -550,7 +550,7 @@
+     #ifdef MACOSX_FRAMEWORK
+                                         GDAL_PREFIX "/PlugIns");
+     #else
+-                                        GDAL_PREFIX "/lib/gdalplugins" );
++                                        GDAL_PREFIX "/lib/gdal15plugins" );
+     #endif
+ #else
+         char szExecPath[1024];
+diff -urNad gdal-1.5.1~/ogr/ogrsf_frmts/generic/ogrsfdriverregistrar.cpp gdal-1.5.1/ogr/ogrsf_frmts/generic/ogrsfdriverregistrar.cpp
+--- gdal-1.5.1~/ogr/ogrsf_frmts/generic/ogrsfdriverregistrar.cpp	2007-09-04 16:51:00.000000000 +0200
++++ gdal-1.5.1/ogr/ogrsf_frmts/generic/ogrsfdriverregistrar.cpp	2008-05-15 16:35:43.000000000 +0200
+@@ -638,7 +638,7 @@
+     #ifdef MACOSX_FRAMEWORK
+                                         GDAL_PREFIX "/PlugIns");
+     #else
+-                                        GDAL_PREFIX "/lib/gdalplugins" );
++                                        GDAL_PREFIX "/lib/gdal15plugins" );
+     #endif
+ #else
+         char szExecPath[1024];
+diff -urNad gdal-1.5.1~/port/cpl_findfile.cpp gdal-1.5.1/port/cpl_findfile.cpp
+--- gdal-1.5.1~/port/cpl_findfile.cpp	2007-04-03 19:49:14.000000000 +0200
++++ gdal-1.5.1/port/cpl_findfile.cpp	2008-05-15 16:37:29.000000000 +0200
+@@ -61,7 +61,7 @@
+   #ifdef MACOSX_FRAMEWORK
+             CPLPushFinderLocation( GDAL_PREFIX "/Resources/gdal" );
+   #else
+-            CPLPushFinderLocation( GDAL_PREFIX "/share/gdal" );
++            CPLPushFinderLocation( GDAL_PREFIX "/share/gdal15" );
+   #endif
+ #else
+             CPLPushFinderLocation( "/usr/local/share/gdal" );


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




More information about the Pkg-grass-devel mailing list