File: control

package info (click to toggle)
octave-symbolic 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,232 kB
  • sloc: python: 184; makefile: 133; xml: 35
file content (30 lines) | stat: -rw-r--r-- 1,095 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
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.