Source: libgeotiff-dfsg
Priority: extra
Section: science
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>, Alan Boudreault <aboudreault@mapgears.com>
Build-Depends: debhelper, autotools-dev, libproj-dev, zlib1g-dev, libjpeg-dev, libtiff5-dev
Standards-Version: 3.9.5
Homepage: http://geotiff.osgeo.org/
Vcs-Browser:  http://anonscm.debian.org/gitweb/?p=pkg-grass/libgeotiff-dfsg.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/libgeotiff-dfsg.git


Package: libgeotiff-dev
Section: libdevel
Architecture: any
Depends: libgeotiff2 (= ${binary:Version}), libtiff5-dev, ${misc:Depends}
Suggests: libgeotiff-epsg
Description: the GeoTIFF library -- development files
 This C library supports TIFF 6.0 based interchange format for georeferenced 
 raster imagery. The GeoTIFF standard has been developed for reading, and 
 writing geographic meta-information tags on top of TIFF raster.
 .
 This package contains stuff to be used to develop programs based 
 on the GeoTIFF library.

Package: libgeotiff2
Section: libs
Architecture: any
Suggests: geotiff-bin, gdal-bin, libgeotiff-epsg
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: the GeoTIFF library -- run-time files
 This C library supports TIFF 6.0 based interchange format for georeferenced 
 raster imagery. The GeoTIFF standard has been developed for reading, and 
 writing geographic meta-information tags on top of TIFF raster.
 .
 This package contains the shared library only.

Package: geotiff-bin
Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gdal-bin, libgeotiff-epsg
Description: the GeoTIFF library -- tools
 This C library supports TIFF 6.0 based interchange format for georeferenced 
 raster imagery. The GeoTIFF standard has been developed for reading, and 
 writing geographic meta-information tags on top of TIFF raster.
 .
 The GeoTIFF library comes with two utility programs here included:
 .
  listgeo - dumps the metadata of a GeoTIFF file.
  geotifcp - applies metadata to a TIFF file, making it a GeoTIFF file.
