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

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Oct 12 12:30:00 UTC 2009


Author: frankie
Date: 2009-10-12 12:30:00 +0000 (Mon, 12 Oct 2009)
New Revision: 2544

Modified:
   packages/gdal-grass/trunk/debian/changelog
   packages/gdal-grass/trunk/debian/control
   packages/gdal-grass/trunk/debian/rules
Log:
Minor change


Modified: packages/gdal-grass/trunk/debian/changelog
===================================================================
--- packages/gdal-grass/trunk/debian/changelog	2009-10-11 16:21:15 UTC (rev 2543)
+++ packages/gdal-grass/trunk/debian/changelog	2009-10-12 12:30:00 UTC (rev 2544)
@@ -1,3 +1,11 @@
+libgdal-grass (1.6.2-3) unstable; urgency=low
+
+  * Rebuilt to be in sync with current grass snapshot.
+  * Modified debian/rules to auto-resync with grass at build time, that should
+    allow binNMUs when Grass version changes.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 12 Oct 2009 14:19:03 +0200
+
 libgdal-grass (1.6.2-2) unstable; urgency=low
 
   * Now strictly depends on the full grass ABI version. This is useful 

Modified: packages/gdal-grass/trunk/debian/control
===================================================================
--- packages/gdal-grass/trunk/debian/control	2009-10-11 16:21:15 UTC (rev 2543)
+++ packages/gdal-grass/trunk/debian/control	2009-10-12 12:30:00 UTC (rev 2544)
@@ -13,7 +13,7 @@
 Package: libgdal1-1.6.0-grass
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, grass640-5
+Depends: ${shlibs:Depends}, grass640-5+39438
 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-10-11 16:21:15 UTC (rev 2543)
+++ packages/gdal-grass/trunk/debian/rules	2009-10-12 12:30:00 UTC (rev 2544)
@@ -27,6 +27,9 @@
 	dh_testdir
 	
 	@echo "Depending on $(GRASS)"
+	if [ `grep "$(GRASS_ABI)" debian/control|wc -l` -eq 0 ]; then \
+		sed -e 's/@GRASS_ABI@/$(GRASS_ABI)/'  $< >$@; \
+	fi
 	./configure --prefix=/usr --with-grass=/usr/lib/$(GRASS) --with-autoload=/usr/lib/$(GDAL)plugins
 
 build: build-stamp




More information about the Pkg-grass-devel mailing list