[Gdal-dev] Re: the debian directory needs a resync (and a little update)

Alessandro Amici alexamici at fastwebnet.it
Fri Aug 6 14:56:50 EDT 2004


- add support for netcdf and sqlite.
- move tiff support to external library (finally added to debian!)

diff -ur ../debian/gdal-1.2.0/debian/control debian/control
--- ../debian/gdal-1.2.0/debian/control	2004-07-31 20:30:08.000000000 +0200
+++ debian/control	2004-08-06 20:50:46.000000000 +0200
@@ -2,7 +2,7 @@
 Section: science
 Priority: extra
 Maintainer: Silke Reimer (MoinMoin) <silke at intevation.de>
-Build-Depends: debhelper (>> 4.1.25), zlib1g-dev, libcfitsio-dev, libpng12-dev, libjpeg62-dev, libungif4-dev, libhdf4g-dev, postgresql-dev, postgresql-client, libxerces21-dev, unixodbc-dev, python-dev, python-numeric, doxygen, d-shlibs
+Build-Depends: debhelper (>> 4.1.25), zlib1g-dev, libcfitsio-dev, netcdfg-dev, libtiff4-dev, libpng12-dev, libjpeg62-dev, libungif4-dev, libhdf4g-dev, postgresql-dev, postgresql-client, libxerces21-dev, unixodbc-dev, libsqlite0-dev, python-dev, python-numeric, doxygen, d-shlibs
 Standards-Version: 3.6.1
 
 Package: libgdal1
diff -ur ../debian/gdal-1.2.0/debian/rules debian/rules
--- ../debian/gdal-1.2.0/debian/rules	2004-07-31 20:30:08.000000000 +0200
+++ debian/rules	2004-07-31 21:33:01.000000000 +0200
@@ -20,9 +20,9 @@
 		--mandir=\$$\{prefix\}/share/man \
 		--with-threads \
 		--with-grass=no \
-		--with-libtiff=internal \
 		--with-geotiff=internal \
-		--with-xerces 
+		--with-xerces \
+		--with-sqlite
 
 	# Patch the generated libtool to avoid passing -rpath when linking,
 	# and to explicitly link libraries against the libraries they



More information about the Gdal-dev mailing list