File: control

package info (click to toggle)
octave-general 2.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 416 kB
  • sloc: cpp: 406; makefile: 176; xml: 23; sh: 3
file content (31 lines) | stat: -rw-r--r-- 1,302 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
26
27
28
29
30
31
Source: octave-general
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>,
           Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 1.2.3),
               dh-sequence-octave,
               nettle-dev,
               pkg-config
Standards-Version: 4.6.1
Homepage: https://octave.sourceforge.io/general/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-general.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-general
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-general
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
Multi-Arch: same
Description: provide extra general functions for Octave
 This package provides additional general functions for Octave, a
 numerical computation software. It contains functions to transpose
 complex matrixes (ctranspose), check if a string is sorted
 (issorted), take the non-conjugate transpose of a matrix (transpose),
 and a function to generate a symmetric matrix from the lower
 triangular elements of a vector (unvech), among others.
 .
 This Octave add-on package is part of the Octave-Forge project.