/[pkg-grass]/packages/gdal/trunk/debian/control
ViewVC logotype

Contents of /packages/gdal/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 842 - (show annotations) (download)
Fri May 18 21:12:04 2007 UTC (6 years ago) by frankie
File size: 6918 byte(s)
Multiple fixes
1 Source: gdal
2 Section: science
3 Priority: extra
4 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
5 Uploaders: Steve Halasz <debian@adkgis.org>, Francesco Paolo Lovergine <frankie@debian.org>, Petter Reinholdtsen <pere@debian.org>, Fabio Tranchitella <kobold@debian.org>, Paul Wise <pabs@debian.org>
6 Build-Depends: debhelper (>= 5.0.37.2), zlib1g-dev, netcdfg-dev,
7 libtiff4-dev, libjasper-dev|libjasper-1.701-dev, libpng12-dev, libjpeg62-dev, libungif4-dev,
8 libhdf4g-dev, libhdf5-serial-dev, libpq-dev | postgresql-dev, libxerces27-dev, unixodbc-dev (>=2.2.11),
9 python-dev, python-numeric, doxygen, d-shlibs, libgeos-dev, dpatch, libmysqlclient15-dev, python-all-dev (>= 2.3.5-11),
10 python-central (>=0.5), libcurl4-dev|libcurl-dev, libsqlite3-dev, libogdi3.2-dev
11 Standards-Version: 3.7.2
12 XS-Python-Version: all
13
14 Package: libgdal1-1.4.0
15 Section: libs
16 Architecture: any
17 Depends: ${shlibs:Depends}
18 Recommends: proj
19 Conflicts: libgdal1, libgdal1c2, libgdal1c2a, libgdal1-1.3.1, libgdal1-1.3.2
20 Replaces: libgdal1, libgdal1c2, libgdal1c2a, libgdal1-1.3.1, libgdal1-1.3.2
21 Description: Geospatial Data Abstraction Library
22 GDAL is a translator library for raster geospatial data formats.
23 As a library, it presents a single abstract data model to the
24 calling application for all supported formats. The related OGR
25 library (which lives within the GDAL source tree) provides
26 a similar capability for simple features vector data.
27 .
28 GDAL supports 40+ popular data formats, including commonly used
29 ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
30 GIS and remote sensing software packages (ERDAS Imagine,
31 ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
32 sensing and scientific data distribution formats such as HDF,
33 EOS FAST, NOAA L1B, NetCDF, FITS.
34 .
35 OGR library supports popular vector formats like ESRI Shapefile,
36 TIGER data, S57, MapInfo File, DGN, GML and more.
37 .
38 This package contains shared library.
39 .
40 Homepage: http://www.gdal.org/
41
42 Package: libgdal1-dev
43 Section: libdevel
44 Architecture: any
45 Depends: libgdal1-1.4.0 (=${Source-Version}), libc6-dev, netcdfg-dev, libtiff4-dev,
46 libjasper-dev|libjasper-1.701-dev, libpng12-dev, libjpeg62-dev, libungif4-dev, libhdf4g-dev,
47 libpq-dev | postgresql-dev, libxerces27-dev, unixodbc-dev, libsqlite3-dev, libgeos-dev,
48 libmysqlclient15-dev, libhdf5-serial-dev, libltdl3-dev, libcurl4-dev|libcurl-dev
49 Suggests: libgdal-doc
50 Provides: libgdal-dev
51 Replaces: libgdal1-1.3.1-dev, libgdal1-1.3.2-dev
52 Conflicts: libgdal1-1.3.2-dev, libgdal1-1.3.1-dev
53 Description: Geospatial Data Abstraction Library - Development files
54 GDAL is a translator library for raster geospatial data formats.
55 As a library, it presents a single abstract data model to the
56 calling application for all supported formats. The related OGR
57 library (which lives within the GDAL source tree) provides
58 a similar capability for simple features vector data.
59 .
60 GDAL supports 40+ popular data formats, including commonly used
61 ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
62 GIS and remote sensing software packages (ERDAS Imagine,
63 ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
64 sensing and scientific data distribution formats such as HDF,
65 EOS FAST, NOAA L1B, NetCDF, FITS.
66 .
67 OGR library supports popular vector formats like ESRI Shapefile,
68 TIGER data, S57, MapInfo File, DGN, GML and more.
69 .
70 This package contains the files needed to develop a software that
71 will use the GDAL/OGR (headers, static objects, configuration script).
72 .
73 Homepage: http://www.gdal.org/
74
75 Package: libgdal-doc
76 Section: doc
77 Architecture: all
78 Suggests: libgdal1-1.4.0 (=${Source-Version})
79 Description: Documentation for the Geospatial Data Abstraction Library
80 GDAL is a translator library for raster geospatial data formats.
81 As a library, it presents a single abstract data model to the
82 calling application for all supported formats. The related OGR
83 library (which lives within the GDAL source tree) provides
84 a similar capability for simple features vector data.
85 .
86 GDAL supports 40+ popular data formats, including commonly used
87 ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
88 GIS and remote sensing software packages (ERDAS Imagine,
89 ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
90 sensing and scientific data distribution formats such as HDF,
91 EOS FAST, NOAA L1B, NetCDF, FITS.
92 .
93 OGR library supports popular vector formats like ESRI Shapefile,
94 TIGER data, S57, MapInfo File, DGN, GML and more.
95 .
96 This package contains documentation for GDAL/OGR API.
97 .
98 Homepage: http://www.gdal.org/#index_userdocs
99
100 Package: gdal-bin
101 Section: science
102 Architecture: any
103 Depends: ${shlibs:Depends}
104 Description: Geospatial Data Abstraction Library - Utility programs
105 GDAL is a translator library for raster geospatial data formats.
106 As a library, it presents a single abstract data model to the
107 calling application for all supported formats. The related OGR
108 library (which lives within the GDAL source tree) provides
109 a similar capability for simple features vector data.
110 .
111 GDAL supports 40+ popular data formats, including commonly used
112 ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
113 GIS and remote sensing software packages (ERDAS Imagine,
114 ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
115 sensing and scientific data distribution formats such as HDF,
116 EOS FAST, NOAA L1B, NetCDF, FITS.
117 .
118 OGR library supports popular vector formats like ESRI Shapefile,
119 TIGER data, S57, MapInfo File, DGN, GML and more.
120 .
121 This package contains utility programs, based on GDAL/OGR library,
122 namely gdal_translate, gdalinfo, gdaladdo, gdalwarp, ogr2ogr, ogrinfo,
123 ogrtindex.
124 .
125 Homepage: http://www.gdal.org/gdal_utilities.html
126
127 Package: python-gdal
128 Section: python
129 Architecture: any
130 Depends: ${shlibs:Depends}, ${python:Depends}, python-numeric
131 Provides: ${python:Provides}
132 XB-Python-Version: ${python:Versions}
133 Description: Python bindings to the Geospatial Data Abstraction Library
134 GDAL is a translator library for raster geospatial data formats.
135 As a library, it presents a single abstract data model to the
136 calling application for all supported formats. The related OGR
137 library (which lives within the GDAL source tree) provides
138 a similar capability for simple features vector data.
139 .
140 GDAL supports 40+ popular data formats, including commonly used
141 ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
142 GIS and remote sensing software packages (ERDAS Imagine,
143 ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
144 sensing and scientific data distribution formats such as HDF,
145 EOS FAST, NOAA L1B, NetCDF, FITS.
146 .
147 OGR library supports popular vector formats like ESRI Shapefile,
148 TIGER data, S57, MapInfo File, DGN, GML and more.
149 .
150 This package contains Python bindings for GDAL/OGR library.
151 .
152 Homepage: http://www.gdal.org/

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5