File: control

package info (click to toggle)
octave-statistics 1.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,932 kB
  • sloc: cpp: 5,920; objc: 5,479; xml: 23; makefile: 12
file content (49 lines) | stat: -rw-r--r-- 1,852 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: octave-statistics
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,
               octave,
               octave-io
Build-Conflicts: octave-nan
Standards-Version: 4.7.1
Homepage: https://gnu-octave.github.io/packages/statistics/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-statistics.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-statistics
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-statistics
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${octave:Depends},
         octave-statistics-common (= ${source:Version})
Description: additional statistical functions for Octave
 This package provides additional statistical functions for Octave,
 including mean and variance for several distributions (geometric,
 hypergeometric, exponential, lognormal and others).
 .
 This Octave add-on package is part of the Octave-Forge project.
 .
 This package contains the architecture-dependent files for the
 Octave statistics package.

Package: octave-statistics-common
Architecture: all
Depends: ${misc:Depends},
         ${octave:Depends}
Multi-Arch: foreign
Description: additional statistical functions for Octave (arch-indep files)
 This package provides additional statistical functions for Octave,
 including mean and variance for several distributions (geometric,
 hypergeometric, exponential, lognormal and others).
 .
 This Octave add-on package is part of the Octave-Forge project.
 .
 This package contains the architecture-independent files for the
 Octave statistics package.