File: control

package info (click to toggle)
supervisor 4.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,592 kB
  • sloc: python: 29,676; makefile: 78; sh: 75
file content (55 lines) | stat: -rw-r--r-- 1,769 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: supervisor
Section: admin
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Samuel Henrique <samueloph@debian.org>, Stéphane Blondon <sblondon@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-pkg-resources,
 python3-setuptools,
 python3-sphinx,
VCS-Git: https://salsa.debian.org/python-team/applications/supervisor.git
VCS-Browser: https://salsa.debian.org/python-team/applications/supervisor
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: http://supervisord.org/

Package: supervisor
Architecture: all
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 lsb-base,
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 supervisor-doc,
Description: System for controlling process state
 Supervisor is a system for controlling and maintaining process state,
 similar to what init does, but not intended as an init replacement.
 .
 It will manage individual processes or groups of processes that
 need to be started and stopped in order, and it is possible to
 control individual process state via an rpc mechanism, thus allowing
 ordinary users to restart processes.

Package: supervisor-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Documentation for a supervisor
 Supervisor is a system for controlling and maintaining process state,
 similar to what init does, but not intended as an init replacement.
 .
 It will manage individual processes or groups of processes that
 need to be started and stopped in order, and it is possible to
 control individual process state via an rpc mechanism, thus allowing
 ordinary users to restart processes.
 .
 This is the documentation package