1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: libgeotiff
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
Alan Boudreault <aboudreault@mapgears.com>,
Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
libjpeg-dev,
libproj-dev (>= 6.0.0),
libtiff-dev,
pkg-config,
zlib1g-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/libgeotiff
Vcs-Git: https://salsa.debian.org/debian-gis-team/libgeotiff.git
Homepage: https://geotiff.osgeo.org/
Rules-Requires-Root: no
Package: libgeotiff-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgeotiff5 (= ${binary:Version}),
libjpeg-dev,
libproj-dev (>= 6.0.0),
libtiff-dev,
${misc:Depends}
Suggests: libgeotiff-epsg
Description: GeoTIFF (geografic enabled TIFF) 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: libgeotiff5
Multi-Arch: same
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: geotiff-bin,
gdal-bin,
libgeotiff-epsg
Description: GeoTIFF (geografic enabled TIFF) 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
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends}
Breaks: libgeotiff-dev (<< 1.4.0-4)
Replaces: libgeotiff-dev (<< 1.4.0-4)
Suggests: gdal-bin,
libgeotiff-epsg
Description: GeoTIFF (geografic enabled TIFF) 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.
|