[DebianGIS-dev] r1932 - in packages/gdal-grass/branches/1.5/debian: . patches

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Feb 23 16:37:10 UTC 2009


Author: frankie
Date: 2009-02-23 16:37:10 +0000 (Mon, 23 Feb 2009)
New Revision: 1932

Modified:
   packages/gdal-grass/branches/1.5/debian/changelog
   packages/gdal-grass/branches/1.5/debian/patches/path.dpatch
Log:
Fixating just released version :-(


Modified: packages/gdal-grass/branches/1.5/debian/changelog
===================================================================
--- packages/gdal-grass/branches/1.5/debian/changelog	2009-02-23 16:32:59 UTC (rev 1931)
+++ packages/gdal-grass/branches/1.5/debian/changelog	2009-02-23 16:37:10 UTC (rev 1932)
@@ -1,3 +1,9 @@
+libgdal-grass (1.5.4-2) unstable; urgency=low
+
+  * Fixed path.dpatch for grass 6.4 path.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 23 Feb 2009 17:36:06 +0100
+
 libgdal-grass (1.5.4-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/gdal-grass/branches/1.5/debian/patches/path.dpatch
===================================================================
--- packages/gdal-grass/branches/1.5/debian/patches/path.dpatch	2009-02-23 16:32:59 UTC (rev 1931)
+++ packages/gdal-grass/branches/1.5/debian/patches/path.dpatch	2009-02-23 16:37:10 UTC (rev 1932)
@@ -13,7 +13,7 @@
  	// we are outside a GRASS session
  	// TODO: use function instead of hardcoded path
 -	sprintf(fake_gisbase, "GISBASE=/usr/local/share/gdal/grass/" );	
-+	sprintf(fake_gisbase, "GISBASE=/usr/lib/grass/" );	
++	sprintf(fake_gisbase, "GISBASE=/usr/lib/grass64/" );	
          putenv( fake_gisbase );
  	hasGisbase = false;
      } else {




More information about the Pkg-grass-devel mailing list