File: control

package info (click to toggle)
python-setproctitle 1.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 220 kB
  • ctags: 125
  • sloc: ansic: 730; python: 448; makefile: 49
file content (85 lines) | stat: -rw-r--r-- 2,636 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
85
Source: python-setproctitle
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Matthew Grant <matt@mattgrant.net.nz>,
Build-Depends:
 debhelper (>= 9),
 dh-python,
 procps,
 python-all-dbg,
 python-all-dev,
 python-nose,
 python3-all-dbg,
 python3-all-dev,
 python3-docutils,
 python3-nose,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.8
Homepage: https://github.com/dvarrazzo/py-setproctitle
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-setproctitle.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-setproctitle.git

Package: python-setproctitle
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
Description: Setproctitle implementation for Python 2
 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 Changing the title is mostly useful in multi-process systems, for example when
 a master process is forked: changing the children's title allows one to
 identify the task each process is busy with. The technique is used by
 PostgreSQL and the OpenSSH Server for example.

Package: python-setproctitle-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends:
 python-setproctitle (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Setproctitle implementation for Python 2 (debug)
 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 This is the debugging symbols for setproctitle.

Package: python3-setproctitle
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Setproctitle implementation for Python 3
 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 Changing the title is mostly useful in multi-process systems, for example when
 a master process is forked: changing the children's title allows one to
 identify the task each process is busy with. The technique is used by
 PostgreSQL and the OpenSSH Server for example.
 .
 This is the Python 3 package.

Package: python3-setproctitle-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends:
 python3-setproctitle (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Setproctitle implementation for Python 3 (debug)
 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 This is the debugging symbols for setproctitle, Python 3.