The following commit has been merged in the master branch: commit 33faba5e61434e1717324c076a70902b0e5747b6 Author: Francesco Paolo Lovergine <fran...@debian.org> Date: Tue Feb 21 14:57:32 2012 +0100
Fixed gdalplugins path for 1.9 diff --git a/debian/patches/gdalpaths b/debian/patches/gdalpaths index 01aee89..0321ff1 100644 --- a/debian/patches/gdalpaths +++ b/debian/patches/gdalpaths @@ -7,7 +7,7 @@ Index: gdal/gcore/gdaldrivermanager.cpp GDAL_PREFIX "/PlugIns"); #else - GDAL_PREFIX "/lib/gdalplugins" ); -+ GDAL_PREFIX "/lib/gdalplugins/1.8" ); ++ GDAL_PREFIX "/lib/gdalplugins/1.9" ); #endif #else char szExecPath[1024]; @@ -20,7 +20,7 @@ Index: gdal/ogr/ogrsf_frmts/generic/ogrsfdriverregistrar.cpp GDAL_PREFIX "/PlugIns"); #else - GDAL_PREFIX "/lib/gdalplugins" ); -+ GDAL_PREFIX "/lib/gdalplugins/1.8" ); ++ GDAL_PREFIX "/lib/gdalplugins/1.9" ); #endif #else char szExecPath[1024]; @@ -33,7 +33,7 @@ Index: gdal/port/cpl_findfile.cpp CPLPushFinderLocation( GDAL_PREFIX "/Resources/gdal" ); #else - CPLPushFinderLocation( GDAL_PREFIX "/share/gdal" ); -+ CPLPushFinderLocation( GDAL_PREFIX "/share/gdal/1.8" ); ++ CPLPushFinderLocation( GDAL_PREFIX "/share/gdal/1.9" ); #endif #else CPLPushFinderLocation( "/usr/local/share/gdal" ); -- GDAL/OGR library and tools _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel