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

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Feb 26 12:55:40 UTC 2009


Author: frankie
Date: 2009-02-26 12:55:39 +0000 (Thu, 26 Feb 2009)
New Revision: 1946

Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/patches/gdalpaths.dpatch
Log:
Fixating gdalpath


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2009-02-26 11:40:22 UTC (rev 1945)
+++ packages/gdal/trunk/debian/changelog	2009-02-26 12:55:39 UTC (rev 1946)
@@ -1,3 +1,9 @@
+gdal (1.6.0-2) experimental; urgency=low
+
+  * Fixed gdalpath patch for using gdal16 instead of gdal15.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 26 Feb 2009 12:41:03 +0100
+
 gdal (1.6.0-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/gdal/trunk/debian/patches/gdalpaths.dpatch
===================================================================
--- packages/gdal/trunk/debian/patches/gdalpaths.dpatch	2009-02-26 11:40:22 UTC (rev 1945)
+++ packages/gdal/trunk/debian/patches/gdalpaths.dpatch	2009-02-26 12:55:39 UTC (rev 1946)
@@ -13,7 +13,7 @@
                                          GDAL_PREFIX "/PlugIns");
      #else
 -                                        GDAL_PREFIX "/lib/gdalplugins" );
-+                                        GDAL_PREFIX "/lib/gdal15plugins" );
++                                        GDAL_PREFIX "/lib/gdal16plugins" );
      #endif
  #else
          char szExecPath[1024];
@@ -25,7 +25,7 @@
                                          GDAL_PREFIX "/PlugIns");
      #else
 -                                        GDAL_PREFIX "/lib/gdalplugins" );
-+                                        GDAL_PREFIX "/lib/gdal15plugins" );
++                                        GDAL_PREFIX "/lib/gdal16plugins" );
      #endif
  #else
          char szExecPath[1024];
@@ -37,7 +37,7 @@
              CPLPushFinderLocation( GDAL_PREFIX "/Resources/gdal" );
    #else
 -            CPLPushFinderLocation( GDAL_PREFIX "/share/gdal" );
-+            CPLPushFinderLocation( GDAL_PREFIX "/share/gdal15" );
++            CPLPushFinderLocation( GDAL_PREFIX "/share/gdal16" );
    #endif
  #else
              CPLPushFinderLocation( "/usr/local/share/gdal" );




More information about the Pkg-grass-devel mailing list