[DebianGIS-dev] r1458 - packages/gdal-grass/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Mar 27 13:42:57 UTC 2008


Author: frankie
Date: 2008-03-27 13:42:56 +0000 (Thu, 27 Mar 2008)
New Revision: 1458

Modified:
   packages/gdal-grass/trunk/debian/changelog
   packages/gdal-grass/trunk/debian/dirs
   packages/gdal-grass/trunk/debian/rules
Log:
Fixes for paths


Modified: packages/gdal-grass/trunk/debian/changelog
===================================================================
--- packages/gdal-grass/trunk/debian/changelog	2008-03-27 09:23:15 UTC (rev 1457)
+++ packages/gdal-grass/trunk/debian/changelog	2008-03-27 13:42:56 UTC (rev 1458)
@@ -1,11 +1,13 @@
-libgdal-grass (1.5.0-1) unstable; urgency=low
+libgdal-grass (1.5.1-1) unstable; urgency=low
 
   * New upstream release.
   * Added Vcs-* fields to debian/control
   * Policy bumped to 3.7.3
   * [Lintian] Do a make distclean on clean only when Makefile exists.
+  * Moved arch-dependent files into /usr/lib/gdal15/grass.
+  * Now using /usr/lib/gdal15plugins for shared libs.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 31 Jan 2008 21:04:00 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 27 Mar 2008 14:41:16 +0100
 
 libgdal-grass (1.4.4-1) unstable; urgency=low
 

Modified: packages/gdal-grass/trunk/debian/dirs
===================================================================
--- packages/gdal-grass/trunk/debian/dirs	2008-03-27 09:23:15 UTC (rev 1457)
+++ packages/gdal-grass/trunk/debian/dirs	2008-03-27 13:42:56 UTC (rev 1458)
@@ -1,3 +1,3 @@
-usr/share
-usr/share/gdal
-usr/lib/gdalplugins
+usr/lib
+usr/lib/gdal15
+usr/lib/gdal15plugins

Modified: packages/gdal-grass/trunk/debian/rules
===================================================================
--- packages/gdal-grass/trunk/debian/rules	2008-03-27 09:23:15 UTC (rev 1457)
+++ packages/gdal-grass/trunk/debian/rules	2008-03-27 13:42:56 UTC (rev 1458)
@@ -12,7 +12,7 @@
 config.status:
 	dh_testdir
 
-	./configure --prefix=/usr --with-grass=/usr/lib/grass --with-autoload=/usr/lib/gdalplugins
+	./configure --prefix=/usr --with-grass=/usr/lib/grass --with-autoload=/usr/lib/gdal15plugins
 
 build: build-stamp
 build-stamp: config.status
@@ -37,8 +37,8 @@
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) install AUTOLOAD_DIR=$(CURDIR)/debian/$(PKGNAME)/usr/lib/gdalplugins \
-		        GRASSTABLES_DIR=$(CURDIR)/debian/$(PKGNAME)/usr/share/gdal/grass
+	$(MAKE) install AUTOLOAD_DIR=$(CURDIR)/debian/$(PKGNAME)/usr/lib/gdal15plugins \
+		        GRASSTABLES_DIR=$(CURDIR)/debian/$(PKGNAME)/usr/lib/gdal15/grass
 
 binary-indep: build install
 # Do nothing




More information about the Pkg-grass-devel mailing list