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

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Sep 14 13:29:44 UTC 2009


Author: frankie
Date: 2009-09-14 13:29:44 +0000 (Mon, 14 Sep 2009)
New Revision: 2443

Modified:
   packages/gdal-grass/trunk/debian/changelog
   packages/gdal-grass/trunk/debian/control
   packages/gdal-grass/trunk/debian/rules
Log:
Now depends strictly on the new ABI versioning.


Modified: packages/gdal-grass/trunk/debian/changelog
===================================================================
--- packages/gdal-grass/trunk/debian/changelog	2009-09-14 13:29:10 UTC (rev 2442)
+++ packages/gdal-grass/trunk/debian/changelog	2009-09-14 13:29:44 UTC (rev 2443)
@@ -1,3 +1,11 @@
+libgdal-grass (1.6.2-2) unstable; urgency=low
+
+  * Now strictly depends on the full grass ABI version. This is useful 
+    because it can change even in release candidates and minor versions.
+    So, better being defensive to avoid unnoticed breakages.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 14 Sep 2009 15:22:24 +0200
+
 libgdal-grass (1.6.2-1) unstable; urgency=low
 
   * Now it fails if current gdal-dev is misaligned with source version.

Modified: packages/gdal-grass/trunk/debian/control
===================================================================
--- packages/gdal-grass/trunk/debian/control	2009-09-14 13:29:10 UTC (rev 2442)
+++ packages/gdal-grass/trunk/debian/control	2009-09-14 13:29:44 UTC (rev 2443)
@@ -13,7 +13,7 @@
 Package: libgdal1-1.6.0-grass
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, grass64
+Depends: ${shlibs:Depends}, grass640-5
 Recommends: gdal-bin
 Description: GRASS extension for the GDAL library
  GDAL is a translator library for raster geospatial data formats.

Modified: packages/gdal-grass/trunk/debian/rules
===================================================================
--- packages/gdal-grass/trunk/debian/rules	2009-09-14 13:29:10 UTC (rev 2442)
+++ packages/gdal-grass/trunk/debian/rules	2009-09-14 13:29:44 UTC (rev 2443)
@@ -9,7 +9,7 @@
 #export DH_VERBOSE=1
 
 PKGNAME=$(shell grep Package: debian/control|cut -d' ' -f2)
-GRASS=grass$(subst .,,$(shell pkg-config --modversion grass|cut -d. -f1,2))
+GRASS=grass$(subst .,,$(shell pkg-config --modversion grass|cut -d. -f1,2,3|sed -e 's/RC/-/'))
 GDAL=gdal$(subst .,,$(shell cat VERSION|cut -d. -f1,2))
 
 # Abort if source and gdal have not the same versions.




More information about the Pkg-grass-devel mailing list