Codebase list libgeotiff / debian/1.2.5-1 debian / control
debian/1.2.5-1

Tree @debian/1.2.5-1 (Download .tar.gz)

control @debian/1.2.5-1raw · history · blame

Source: libgeotiff-dfsg
Priority: extra
Section: science
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, proj, zlib1g-dev, libjpeg62-dev, libtiff4-dev, dpatch
Standards-Version: 3.8.1
Homepage: http://geotiff.maptools.org/

Package: libgeotiff-dev
Section: libdevel
Architecture: any
Depends: libgeotiff1.2 (= ${binary:Version})
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: libgeotiff1.2
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.