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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
Source: octave
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>,
Rafael Laboissière <rafael@debian.org>
Section: math
Priority: optional
Build-Depends: automake,
bison,
debhelper-compat (= 13),
debhelper (>= 12.8~),
default-jdk [!hppa !hurd-any],
desktop-file-utils,
epstool,
fig2dev,
flex,
gawk,
gfortran,
ghostscript,
gnuplot-nox,
gperf,
icoutils,
less,
libarpack2-dev,
libblas-dev,
libcurl4-gnutls-dev,
libfftw3-dev,
libfltk1.3-dev,
libfontconfig-dev,
libgl2ps-dev,
libglpk-dev,
libglu1-mesa-dev,
libgraphicsmagick++1-dev,
libhdf5-dev,
liblapack-dev,
libncurses-dev,
libpcre2-dev,
libqhull-dev,
libqrupdate-dev,
libqscintilla2-qt6-dev,
libreadline-dev,
librsvg2-bin,
libsndfile1-dev,
libsuitesparse-dev,
libsundials-dev,
libxft-dev,
portaudio19-dev,
pstoedit,
qt6-tools-dev,
qt6-5compat-dev,
rapidjson-dev,
texinfo,
texlive-fonts-recommended,
texlive-latex-base,
texlive-plain-generic,
unzip,
xauth,
zip
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave.git
Homepage: https://www.octave.org/
Rules-Requires-Root: no
Package: octave
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
texinfo,
octave-common (= ${source:Version}),
Recommends: gnuplot-qt | gnuplot-x11 | gnuplot-nox,
libopenblas0 | libblis4,
pstoedit,
epstool,
default-jre-headless [!hppa !hurd-any],
octave-doc
Suggests: octave-dev
Provides: ${octave-abi:Provides}
Breaks: octave-ga (<< 0.10.4),
octave-queueing (<< 1.2.8)
Description: GNU Octave language for numerical computations
Octave is a (mostly MATLAB® compatible) high-level language, primarily
intended for numerical computations. It provides a convenient command-line
interface for solving linear and nonlinear problems numerically.
.
Octave can be dynamically extended with user-supplied C++ files.
Package: octave-common
Architecture: all
Depends: ${misc:Depends}
Recommends: fonts-freefont-otf
Multi-Arch: foreign
Description: architecture-independent files for octave
Octave is a (mostly MATLAB® compatible) high-level language, primarily
intended for numerical computations. It provides a convenient command-line
interface for solving linear and nonlinear problems numerically.
.
Octave can be dynamically extended with user-supplied C++ files.
.
This package provides the architecture-independent files (Octave scripts
and other helper files).
Package: octave-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
info
Suggests: www-browser | pdf-viewer
Breaks: octave-info (<< 4.2.1-6), octave-htmldoc (<< 4.2.1-6)
Replaces: octave-info (<< 4.2.1-6), octave-htmldoc (<< 4.2.1-6)
Enhances: octave
Multi-Arch: foreign
Description: documentation of the GNU Octave language
Octave is a (mostly MATLAB® compatible) high-level language, primarily
intended for numerical computations. It provides a convenient command-line
interface for solving linear and nonlinear problems numerically.
.
This package provides the following documentation in HTML, PDF and Info
formats:
- the main user manual
- a document on the C++ classes used internally by Octave.
.
It also includes a reference card in PDF format and in a4, letter and legal
paper sizes.
.
This package is required by the 'help -i' command at the Octave command-line
and by the help documentation browser in the graphical interface.
Package: octave-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
octave (= ${binary:Version}),
libreadline-dev | libreadline-gplv2-dev,
libncurses-dev,
libhdf5-dev | libhdf5-openmpi-dev | libhdf5-mpich-dev,
libgl-dev,
libblas-dev | libblas.so,
liblapack-dev | liblapack.so,
libfftw3-dev,
gfortran,
gcc,
g++
Enhances: octave
Description: development files for the GNU Octave language
Octave is a (mostly MATLAB® compatible) high-level language, primarily
intended for numerical computations. It provides a convenient command-line
interface for solving linear and nonlinear problems numerically.
.
This package provides the header files and the mkoctfile script used for
extending Octave via compiled code.
|