[DebianGIS-dev] r1612 - packages/gdal/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Tue Jun 10 14:12:17 UTC 2008


Author: frankie
Date: 2008-06-10 14:12:15 +0000 (Tue, 10 Jun 2008)
New Revision: 1612

Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/control
   packages/gdal/trunk/debian/rules
Log:
Some minor useful changes


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2008-06-10 12:44:37 UTC (rev 1611)
+++ packages/gdal/trunk/debian/changelog	2008-06-10 14:12:15 UTC (rev 1612)
@@ -2,9 +2,12 @@
 
   * New upstream release. This is a bug fix release. 
     (closes: #485582)
-  * Patchset updated: removed max.dpatch, merged upstream
+  * Patchset updated: removed max.dpatch, merged upstream.
+  * Added a gdal-grass stanza in debian/rules to generate the gdal-grass 
+    tarball on fly.
+  * Added a Suggests for python-gdal in gdal-bin stanza within debian/control. 
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 10 Jun 2008 14:43:06 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 10 Jun 2008 16:08:05 +0200
 
 gdal (1.5.1-5) unstable; urgency=low
 

Modified: packages/gdal/trunk/debian/control
===================================================================
--- packages/gdal/trunk/debian/control	2008-06-10 12:44:37 UTC (rev 1611)
+++ packages/gdal/trunk/debian/control	2008-06-10 14:12:15 UTC (rev 1612)
@@ -102,6 +102,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Homepage: http://www.gdal.org/gdal_utilities.html
+Suggests: python-gdal
 Description: Geospatial Data Abstraction Library - Utility programs
  GDAL is a translator library for raster geospatial data formats.
  As a library, it presents a single abstract data model to the
@@ -147,7 +148,8 @@
  OGR library supports popular vector formats like ESRI Shapefile,
  TIGER data, S57, MapInfo File, DGN, GML and more.
  .
- This package contains Python bindings for GDAL/OGR library.
+ This package contains Python bindings for GDAL/OGR library and
+ a set of additional command line tools.
 
 Package: libgdal-perl
 Section: perl

Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules	2008-06-10 12:44:37 UTC (rev 1611)
+++ packages/gdal/trunk/debian/rules	2008-06-10 14:12:15 UTC (rev 1612)
@@ -16,6 +16,13 @@
 RUBYDEF=$(shell ruby --version|cut -d' ' -f2|cut -d. -f1,2)
 PERLDEF=$(shell perl -V:version|cut -d\' -f2)
 
+gdal-grass: configure gdal-grass-dist clean
+gdal-grass-dist:
+	ln -fs $(CURDIR)/GDALmake.opt-$(PYDEF) $(CURDIR)/GDALmake.opt
+	[ -e $(CURDIR)/GDALmake.opt ] && $(MAKE) -C $(CURDIR)/frmts/grass dist
+	mv $(CURDIR)/frmts/grass/gdal-grass-*.tar.gz $(CURDIR)/..
+	rm -f $(CURDIR)/GDALmake.opt
+
 configure: configure-stamp
 configure-stamp: patch-stamp
 	dh_testdir
@@ -158,4 +165,4 @@
 	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-arch binary-indep binary-common binary install patch unpatch clean-unpatched
+.PHONY: build clean binary-arch binary-indep binary-common binary install patch unpatch clean-unpatched gdal-grass-dist




More information about the Pkg-grass-devel mailing list