python-daemon 2.1.2-2 source package in Ubuntu

Changelog

python-daemon (2.1.2-2) unstable; urgency=medium

  * The “Maria Rivoli” release.
  * Use HTTPS URL for copyright format reference.
  * Declare “Standards-Version: 4.1.3”. No additional changes needed.
  * Declare Debhelper compatibility level 11.
  * Change to current VCS URL for Debian packaging source.
  * Update description of source package for current VCS workflow.
  * Update Git-Buildpackage configuration for current VCS workflow.
  * Patch build system to remove build-only dependency ‘docutils’.
    Closes: bug#891543. Thanks to Benjamin Drung for the report.
  * Use helpful substitutions provided by UScan.

 -- Ben Finney <email address hidden>  Wed, 28 Feb 2018 09:07:48 +1100

Upload details

Uploaded by:
Ben Finney
Uploaded to:
Sid
Original maintainer:
Ben Finney
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-daemon_2.1.2-2.dsc 2.3 KiB 4fd18d697cefb135bf8a36e28f2987ea382d40c769f05db76e31b3ea2df317f2
python-daemon_2.1.2.orig.tar.gz 72.5 KiB d9189f639dc5ea67cf43de3fba47490c01acc34d4fbe5c3f2ebdd32ccc61d8fd
python-daemon_2.1.2-2.debian.tar.xz 86.2 KiB 3e67365d8542c383d9d58c267d29cfd0b003718e2b19b4b7a103c8634391c6cf

Available diffs

No changes file available.

Binary packages built by this source

python-daemon: library for making a Unix daemon process — Python 2

 ‘daemon’ is a library that assists a Python program to turn itself
 into a well-behaved Unix daemon process, as specified in PEP 3143.
 .
 This library provides a ‘DaemonContext’ class that manages the
 following important tasks for becoming a daemon process:
 .
  * Detach the process into its own process group.
  * Set process environment appropriate for running inside a chroot.
  * Renounce suid and sgid privileges.
  * Close all open file descriptors.
  * Change the working directory, uid, gid, and umask.
  * Set appropriate signal handlers.
  * Open new file descriptors for stdin, stdout, and stderr.
  * Manage a specified PID lock file.
  * Register cleanup functions for at-exit processing.
 .
 This package installs the library for Python 2.

python3-daemon: library for making a Unix daemon process — Python 3

 ‘daemon’ is a library that assists a Python program to turn itself
 into a well-behaved Unix daemon process, as specified in PEP 3143.
 .
 This library provides a ‘DaemonContext’ class that manages the
 following important tasks for becoming a daemon process:
 .
  * Detach the process into its own process group.
  * Set process environment appropriate for running inside a chroot.
  * Renounce suid and sgid privileges.
  * Close all open file descriptors.
  * Change the working directory, uid, gid, and umask.
  * Set appropriate signal handlers.
  * Open new file descriptors for stdin, stdout, and stderr.
  * Manage a specified PID lock file.
  * Register cleanup functions for at-exit processing.
 .
 This package installs the library for Python 3.