Author: frankie Date: 2010-05-11 21:32:22 +0000 (Tue, 11 May 2010) New Revision: 2856
Modified: packages/gdal/branches/1.7/debian/README.source packages/gdal/branches/1.7/debian/changelog packages/gdal/branches/1.7/debian/control packages/gdal/branches/1.7/debian/gdal-bin.install packages/gdal/branches/1.7/debian/rules Log: 1.7.2-2 Modified: packages/gdal/branches/1.7/debian/README.source =================================================================== --- packages/gdal/branches/1.7/debian/README.source 2010-05-11 19:29:41 UTC (rev 2855) +++ packages/gdal/branches/1.7/debian/README.source 2010-05-11 21:32:22 UTC (rev 2856) @@ -1,12 +1,12 @@ GDAL source for Debian ---------------------- -This package uses quilt to manage all modifications to the upstream +This package uses dpatch to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To get detailed instructions on how to apply the series of patches -and modify them, please read /usr/share/doc/quilt/README.source. +and modify them, please read /usr/share/doc/dpatch/README.source. Most of applied patches are due to Debian Policy requirements and the need of avoiding hidden breakages at every new release, due Modified: packages/gdal/branches/1.7/debian/changelog =================================================================== --- packages/gdal/branches/1.7/debian/changelog 2010-05-11 19:29:41 UTC (rev 2855) +++ packages/gdal/branches/1.7/debian/changelog 2010-05-11 21:32:22 UTC (rev 2856) @@ -5,6 +5,8 @@ * 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. + * Now install gdaldem among gdal-bin utilities. -- Francesco Paolo Lovergine <fran...@debian.org> Tue, 04 May 2010 11:45:46 +0200 Modified: packages/gdal/branches/1.7/debian/control =================================================================== --- packages/gdal/branches/1.7/debian/control 2010-05-11 19:29:41 UTC (rev 2855) +++ packages/gdal/branches/1.7/debian/control 2010-05-11 21:32:22 UTC (rev 2856) @@ -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 + libdap-dev, libxml2-dev, libspatialite-dev (>> 2.4.0~rc2-3) Standards-Version: 3.8.4 XS-Python-Version: all Homepage: http://www.gdal.org/ Modified: packages/gdal/branches/1.7/debian/gdal-bin.install =================================================================== --- packages/gdal/branches/1.7/debian/gdal-bin.install 2010-05-11 19:29:41 UTC (rev 2855) +++ packages/gdal/branches/1.7/debian/gdal-bin.install 2010-05-11 21:32:22 UTC (rev 2856) @@ -1,3 +1,4 @@ +usr/bin/gdaldem usr/bin/gdal_grid usr/bin/gdalenhance usr/bin/gdalmanage @@ -28,3 +29,4 @@ usr/share/man/man1/gdaltindex.1 usr/share/man/man1/gdaltransform.1 usr/share/man/man1/nearblack.1 +usr/share/man/man1/gdaldem.1 Modified: packages/gdal/branches/1.7/debian/rules =================================================================== --- packages/gdal/branches/1.7/debian/rules 2010-05-11 19:29:41 UTC (rev 2855) +++ packages/gdal/branches/1.7/debian/rules 2010-05-11 21:32:22 UTC (rev 2856) @@ -85,6 +85,7 @@ --with-odbc \ --with-dods-root=/usr \ --with-static-proj4=yes \ + --with-spatialite=/usr \ --with-cfitsio=no; \ mv GDALmake.opt GDALmake.opt-$$V; \ done _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel