File: control

package info (click to toggle)
octave-octproj 1.1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 436 kB
  • sloc: cpp: 446; ansic: 200; makefile: 26
file content (25 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download
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
Source: octave-octproj
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissiere <rafael@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-octave,
               libproj-dev
Standards-Version: 4.3.0
Homepage: https://octave.sourceforge.io/octproj/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-octproj.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-octproj
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-octproj
Architecture: any
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
Description: GNU Octave bindings to PROJ.4
 OctPROJ allows one to perform cartographic projections in Octave, a
 scientific computation software, using the PROJ.4 library. The
 available functions provide forward and inverse computation between
 geodetic and projected coordinates, including altitude.
 .
 This Octave add-on package is part of the Octave-Forge project.