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

frankie at alioth.debian.org frankie at alioth.debian.org
Thu May 15 14:39:37 UTC 2008


Author: frankie
Date: 2008-05-15 14:39:36 +0000 (Thu, 15 May 2008)
New Revision: 1577

Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/patches/00list
   packages/gdal/trunk/debian/rules
Log:
Fixing GDAL/OGR internal embedded file paths


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2008-05-12 10:52:03 UTC (rev 1576)
+++ packages/gdal/trunk/debian/changelog	2008-05-15 14:39:36 UTC (rev 1577)
@@ -2,9 +2,14 @@
 
   * [PATCH] ogr.py.dpatch added to manage #2187 upstream issue. Thanks Steko.
     (closes: #473912)
- 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 06 May 2008 16:48:29 +0200
+  * [PATCH] gdalpaths.dpatch added to use the same plugins directory
+    used currently in gdal-grass. It would require a much better approach
+    upstream. See #2371 upstream bug. Also changed path for share dir path
+    to /usr/share/gdal15.
+    (closes: #481263)
 
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 15 May 2008 00:05:21 +0200
+
 gdal (1.5.1-3) unstable; urgency=low
 
   * Removed old-python stuff still around in debian/rules.

Modified: packages/gdal/trunk/debian/patches/00list
===================================================================
--- packages/gdal/trunk/debian/patches/00list	2008-05-12 10:52:03 UTC (rev 1576)
+++ packages/gdal/trunk/debian/patches/00list	2008-05-15 14:39:36 UTC (rev 1577)
@@ -6,3 +6,4 @@
 max
 pythonmakefile
 ogr.py
+gdalpaths

Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules	2008-05-12 10:52:03 UTC (rev 1576)
+++ packages/gdal/trunk/debian/rules	2008-05-15 14:39:36 UTC (rev 1577)
@@ -39,7 +39,8 @@
 			--with-perl \
 			--with-ruby \
 			--with-python \
-			--with-cfitsio=no; \
+			--with-cfitsio=no \
+			--with-autoload=/usr/lib/gdal15plugins; \
 		mv GDALmake.opt GDALmake.opt-$$V; \
 	done
 




More information about the Pkg-grass-devel mailing list