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
|
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.11.1),
dh-sequence-octave,
octave,
octave-io
Build-Conflicts: octave-nan
Standards-Version: 4.7.2
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
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.
|