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
|
Source: octave-symbolic
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: debhelper-compat (= 13),
debhelper (>= 12.8~),
dh-sequence-octave,
python3-sympy,
# The following should be removed once sympy-1.6.patch is removed
python3-six
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-symbolic
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-symbolic.git
Homepage: https://octave.sourceforge.io/symbolic/
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no
Package: octave-symbolic
Architecture: all
Depends: ${misc:Depends},
${octave:Depends},
python3-sympy,
# The following should be removed once sympy-1.6.patch is removed
python3-six
Description: symbolic package for Octave
${octave:Upstream-Description}
.
This Octave add-on package is part of the Octave-Forge project.
|