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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: saga
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan@gisky.be>,
Francesco Paolo Lovergine <frankie@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
libdxflib-dev,
libexpat-dev,
libgdal-dev,
libhpdf-dev,
libproj-dev,
libqhull-dev,
libsvm-dev,
libwxgtk3.2-dev,
pkgconf,
python3-dev,
swig
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/saga
Vcs-Git: https://salsa.debian.org/debian-gis-team/saga.git
Homepage: http://www.saga-gis.org/
Rules-Requires-Root: no
Package: saga
Architecture: any
Depends: saga-common (= ${source:Version}),
${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-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: saga-common
Architecture: all
Depends: ${misc:Depends}
Breaks: saga (<< 2.2.5+dfsg-1~)
Replaces: saga (<< 2.2.5+dfsg-1~)
Description: SAGA GIS architecture independent files
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the architecture independent files for SAGA.
Package: libsaga-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libsaga-api9 (= ${binary:Version}),
libsaga-gdi9 (= ${binary:Version}),
${misc:Depends}
Suggests: saga (= ${binary:Version})
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-api9
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: SAGA GIS shared libraries
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.
Package: libsaga-gdi9
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: SAGA GIS shared library (graphical models)
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 graphical modules.
Package: python3-saga
Architecture: any
Section: python
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Suggests: saga (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: SAGA GIS Python bindings
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the Python bindings to SAGA.
|