[DebianGIS-dev] r2050 - packages/grass/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Mar 23 15:41:36 UTC 2009


Author: frankie
Date: 2009-03-23 15:41:35 +0000 (Mon, 23 Mar 2009)
New Revision: 2050

Modified:
   packages/grass/trunk/debian/changelog
   packages/grass/trunk/debian/control
   packages/grass/trunk/debian/rules
Log:
r.external and v.external now work.


Modified: packages/grass/trunk/debian/changelog
===================================================================
--- packages/grass/trunk/debian/changelog	2009-03-22 09:52:30 UTC (rev 2049)
+++ packages/grass/trunk/debian/changelog	2009-03-23 15:41:35 UTC (rev 2050)
@@ -1,12 +1,16 @@
 grass (6.4.0~rc3-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * NOT RELEASED.
   * Fixed debian/watch to see also RC versions. Not perfect but working.
-  * Added xml2 and other r.in.wms related among Suggestes in debian/control.
-  * Moved build-dep from proj to libproj-dev | proj.
+  * Added xml2 and other r.in.wms related among Suggests in debian/control.
+  * Added proj-bin among Suggests in debian/control.
+  * Moved build-dep from proj to libproj-dev.
   * Grass-doc section set to doc instead of science.
+  * Added a libgdal.so link to the system GDAL shlib, to allow external raster/vector
+    support to work.
+  * Policy bumped to 3.8.1, without changes.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 21 Mar 2009 10:42:08 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 23 Mar 2009 16:41:02 +0100
 
 grass (6.4.0~rc3-2) unstable; urgency=low
 

Modified: packages/grass/trunk/debian/control
===================================================================
--- packages/grass/trunk/debian/control	2009-03-22 09:52:30 UTC (rev 2049)
+++ packages/grass/trunk/debian/control	2009-03-23 15:41:35 UTC (rev 2050)
@@ -2,13 +2,13 @@
 Section: science
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: Francesco Paolo Lovergine <frankie at debian.org>, Steve Halasz <debian at adkgis.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
 Build-depends: flex, bison, libreadline5-dev, libncurses5-dev, lesstif2-dev, debhelper (>= 7), dpatch, 
  libtiff4-dev, tcl-dev (>= 8.4), tk-dev (>= 8.4), libfftw3-dev, libxmu-dev, libglu1-mesa-dev | libglu1-xorg-dev, 
- libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-dev (>=1.5.0), libproj-dev (>= 4.6.1-2) | proj (>= 4.6.1-1), libjpeg62-dev, 
+ libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-dev (>= 1.5.0), libproj-dev, libjpeg62-dev, 
  libpng12-dev, libpq-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev, graphviz, libsqlite3-dev, python-wxgtk2.8,
  libcairo2-dev, libwxgtk2.8-dev, python2.5-dev, swig
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://grass.osgeo.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/grass/
 Vcs-Svn: svn://svn.debian.org/pkg-grass/packages/grass/
@@ -17,7 +17,7 @@
 Section: science
 Architecture: any
 Depends: ${shlibs:Depends}, xterm | x-terminal-emulator
-Suggests: grass-doc, gdal-bin, e00compr, avce00, gpstrans, gnuplot, grass-doc, xml2, wget | curl
+Suggests: grass-doc, gdal-bin, proj-bin, e00compr, avce00, gpstrans, gnuplot, grass-doc, xml2, wget | curl
 Description: Geographic Resources Analysis Support System 
  Commonly referred to as GRASS, this is a Geographic Information
  System (GIS) used for geospatial data management and analysis,

Modified: packages/grass/trunk/debian/rules
===================================================================
--- packages/grass/trunk/debian/rules	2009-03-22 09:52:30 UTC (rev 2049)
+++ packages/grass/trunk/debian/rules	2009-03-23 15:41:35 UTC (rev 2050)
@@ -157,6 +157,9 @@
 	# install pkg-config file
 	install -m 644 grass.pc debian/$(PKG_NAME)-dev/usr/share/pkgconfig/$(BASE_NAME).pc
 
+	ln -fs /usr/lib/$(shell echo `gdal-config --libs|cut -d' ' -f2|sed -e 's/-l/lib/'`.so) \
+		debian/tmp/usr/lib/$(BASE_NAME)/lib/libgdal.so
+
 install-indep: build-indep
 	dh_testdir -i
 	dh_testroot -i




More information about the Pkg-grass-devel mailing list