File: control

package info (click to toggle)
python-cotyledon 1.6.8-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 272 kB
  • sloc: python: 1,036; sh: 41; makefile: 18
file content (84 lines) | stat: -rw-r--r-- 2,393 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
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
Source: python-cotyledon
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools,
 python-all,
 python-pbr,
 python-setuptools,
 python-sphinx,
 python3-all,
 python3-pbr,
 python3-setuptools,
Build-Depends-Indep:
 python-os-testr,
 python-oslo.config,
 python-oslosphinx,
 python-oslotest,
 python-setproctitle,
 python-sphinx-rtd-theme,
 python-testscenarios,
 python-testtools,
 python3-os-testr,
 python3-oslo.config,
 python3-oslotest,
 python3-setproctitle,
 python3-testscenarios,
 python3-testtools,
 subunit,
 testrepository,
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-cotyledon
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-cotyledon.git
Homepage: https://github.com/sileht/cotyledon

Package: python-cotyledon
Architecture: all
Depends:
 python-setproctitle,
 ${misc:Depends},
 ${python:Depends},
Suggests:
 python-cotyledon-doc,
Description: framework for defining long-running services - Python 2.7
 Cotyledon provides a framework for defining long-running services. It provides
 handling of Unix signals, spawning of workers, supervision of children
 processes, daemon reloading, sd-notify, rate limiting for worker spawning, and
 more.
 .
 This package contains the Python 2.7 module.

Package: python-cotyledon-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: framework for defining long-running services - doc
 Cotyledon provides a framework for defining long-running services. It provides
 handling of Unix signals, spawning of workers, supervision of children
 processes, daemon reloading, sd-notify, rate limiting for worker spawning, and
 more.
 .
 This package contains the documentation.

Package: python3-cotyledon
Architecture: all
Depends:
 python3-setproctitle,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-cotyledon-doc,
Description: framework for defining long-running services - Python 3.x
 Cotyledon provides a framework for defining long-running services. It provides
 handling of Unix signals, spawning of workers, supervision of children
 processes, daemon reloading, sd-notify, rate limiting for worker spawning, and
 more.
 .
 This package contains the Python 3.x module.