summaryrefslogtreecommitdiff
path: root/debian/control
blob: ae7a7e0f64bdcb017a51f67a8abc51dd7d519c4d (plain)
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
Source: octave-mapping
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 0.7.1),
               libgdal-dev,
               octave-io (>= 2.6.1-2)
Standards-Version: 4.6.0
Homepage: https://octave.sourceforge.io/mapping/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-mapping.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-mapping
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-mapping
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
Description: geographical mapping functions for Octave
 This package contains simple mapping and GIS .shp and raster file
 functions for Octave, a numerical computation software.  It includes
 functions for computing angular distances and displacements between
 points on a sphere, as well as the great circle azimuth.
 .
 This Octave add-on package is part of the Octave-Forge project.