[DebianGIS-dev] r2864 - packages/gdal/branches/1.7/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu May 13 10:02:38 UTC 2010


Author: frankie
Date: 2010-05-13 10:02:35 +0000 (Thu, 13 May 2010)
New Revision: 2864

Modified:
   packages/gdal/branches/1.7/debian/changelog
   packages/gdal/branches/1.7/debian/control
   packages/gdal/branches/1.7/debian/rules
Log:
Some minor fixes for 1.7 


Modified: packages/gdal/branches/1.7/debian/changelog
===================================================================
--- packages/gdal/branches/1.7/debian/changelog	2010-05-12 12:24:11 UTC (rev 2863)
+++ packages/gdal/branches/1.7/debian/changelog	2010-05-13 10:02:35 UTC (rev 2864)
@@ -1,3 +1,10 @@
+gdal (1.7.2-3) unstable; urgency=low
+
+  * Uploaded to unstable.
+  * Added sample programs to python-gdal documentation.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 12 May 2010 17:28:58 +0200
+
 gdal (1.7.2-2) experimental; urgency=low
 
   * Now enable static linking for proj at configuration time.
@@ -5,10 +12,11 @@
   * Fixed a couple of configure options not enabled.
   * Fixed hdf4 patch.
   * Added build-dep on libxml2-dev.
-  * Added build-dep on libspatialite-dev to enable Spatialite support.
+  * Added build-dep on libspatialite-dev to support Spatialite as additional
+    format. 
   * Now install gdaldem among gdal-bin utilities.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 04 May 2010 11:45:46 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 07 May 2010 16:46:03 +0200
 
 gdal (1.7.2-1) experimental; urgency=low
 

Modified: packages/gdal/branches/1.7/debian/control
===================================================================
--- packages/gdal/branches/1.7/debian/control	2010-05-12 12:24:11 UTC (rev 2863)
+++ packages/gdal/branches/1.7/debian/control	2010-05-13 10:02:35 UTC (rev 2864)
@@ -9,7 +9,7 @@
  python-dev, python-numpy, doxygen, d-shlibs, libgeos-dev, dpatch, libmysqlclient-dev, python-all-dev (>= 2.3.5-11~), 
  python-central (>= 0.5), libcurl4-gnutls-dev, libsqlite3-dev, libogdi3.2-dev,
  ruby, ruby1.8-dev, chrpath, swig, libtool (>= 1.5.24-2), patch, libexpat1-dev, libproj-dev,
- libdap-dev, libxml2-dev, libspatialite-dev (>> 2.4.0~rc2-3)
+ libdap-dev, libxml2-dev, libspatialite-dev (>= 2.4.0~rc2-4)
 Standards-Version: 3.8.4
 XS-Python-Version: all
 Homepage: http://www.gdal.org/

Modified: packages/gdal/branches/1.7/debian/rules
===================================================================
--- packages/gdal/branches/1.7/debian/rules	2010-05-12 12:24:11 UTC (rev 2863)
+++ packages/gdal/branches/1.7/debian/rules	2010-05-13 10:02:35 UTC (rev 2864)
@@ -179,12 +179,16 @@
 	mv $(CURDIR)/debian/tmp/usr/local/lib/perl/$(PERLDEF)/auto/* $(CURDIR)/debian/tmp/usr/lib/perl5/auto/.
 	mv $(CURDIR)/debian/tmp/usr/local/lib/perl/$(PERLDEF)/Geo $(CURDIR)/debian/tmp/usr/lib/perl5/.
 	mv $(CURDIR)/debian/tmp/usr/local/lib/site_ruby/$(RUBYDEF)/* $(CURDIR)/debian/tmp/usr/lib/ruby/$(RUBYDEF)/.
+	# copy sample programs for python-gdal
+	install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/doc/python-gdal/examples
+	install -o root -g root -m 755 $(CURDIR)/swig/python/samples/*.py $(CURDIR)/debian/tmp/usr/share/doc/python-gdal/examples/.
 
 binary-common: 
 	dh_testdir
 	dh_testroot
 	dh_install --autodest --list-missing
 	dh_installdocs
+	dh_installexamples
 	dh_installchangelogs NEWS
 	dh_link
 	dh_strip




More information about the Pkg-grass-devel mailing list