File: control

package info (click to toggle)
terminado 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: python: 712; makefile: 159; javascript: 44; sh: 2
file content (39 lines) | stat: -rw-r--r-- 1,382 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
Source: terminado
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.5.1
Homepage: https://github.com/jupyter/terminado
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-ptyprocess,
               python3-sphinx <!nodoc>,
               python3-tornado
Vcs-Git: https://salsa.debian.org/python-team/packages/terminado.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/terminado
Rules-Requires-Root: no

Package: python3-terminado
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-ptyprocess, python3-tornado
Suggests: python-terminado-doc
Description: Terminals served to term.js using Tornado websockets (Python 3)
 This is a tornado websocket backend for the term.js Javascript
 terminal emulator library.
 .
 This package installs the library for Python 3.

Package: python-terminado-doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Section: doc
Description: Terminals served to term.js using Tornado websockets (documentation)
 This is a tornado websocket backend for the term.js Javascript
 terminal emulator library.
 .
 This package installs the documentation.