python-setproctitle 1.0.1-1ubuntu1.12.04.2 source package in Ubuntu

Changelog

python-setproctitle (1.0.1-1ubuntu1.12.04.2) precise; urgency=medium

  * Fix build failure, oops.

python-setproctitle (1.0.1-1ubuntu1.12.04.1) precise; urgency=medium

  * Fix segfault when the module is imported under mod_wsgi (LP: #1538736)

 -- Stefano Rivera <email address hidden>  Thu, 07 Apr 2016 15:19:32 -0700

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe python

Downloads

File Size SHA-256 Checksum
python-setproctitle_1.0.1.orig.tar.gz 12.6 KiB 8f1022815ea4be2a2bc56477fe8912e49f77ffebff8ca38bd03b1b94a556e22d
python-setproctitle_1.0.1-1ubuntu1.12.04.2.debian.tar.xz 4.4 KiB 045d7977c19f3437062b4d005ef655acf086edc44a795538dd9ae39962d72d19
python-setproctitle_1.0.1-1ubuntu1.12.04.2.dsc 1.7 KiB 3b55758c1d8fb6710b4ccd35a186f61145dcc09d27d769cee95b99746c203d3b

View changes file

Binary packages built by this source

python-setproctitle: A setproctitle implementation for Python

 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 to identify
 the task each process is busy with. The technique is used by PostgreSQL and
 the OpenSSH Server for example.

python-setproctitle-dbg: A setproctitle implementation for Python

 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-setproctitle-dbgsym: debug symbols for package python-setproctitle

 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 to identify
 the task each process is busy with. The technique is used by PostgreSQL and
 the OpenSSH Server for example.