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
|
Source: saga
Section: science
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan.vandewauw@gmail.com>, Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: libwxgtk2.8-dev, wx-common, libgdal-dev, libexpat-dev,
libogdi3.2-dev, libproj-dev, libgrib2c-dev, debhelper (>=7), cdbs
Standards-Version: 3.8.4
Homepage: http://www.saga-gis.org/
Vcs-Git: git://git.debian.org/pkg-grass/saga.git
Vcs-Browser: http://git.debian.org/?p=pkg-grass/saga.git
Package: saga
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: System for Automated Geoscientific Analyses
SAGA GIS (System for Automated Geoscientific Analyses) is a free and
open source geographic information system used for editing and
analysing spatial data. It includes a large number of modules for the
analysis of vector (point, line and polygon), table, grid and image
data. Among others the package includes modules for geostatistics,
image classification, projections, simulation of dynamic processes
(hydrology, landscape development) and terrain analysis.
The functionality can be accessed through a GUI, the command line or
by using the C++ API.
Package: libsaga-dev
Section: libdevel
Architecture: any
Suggests: saga (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SAGA GIS development files
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the header files for developing with SAGA.
Install this package if you wish to develop software that uses the SAGA API.
Package: libsaga
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libsaga-2.0.4
Description: SAGA GIS development files
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the library files for developing with SAGA.
|