Source: python-prctl Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Andrew Pollock , Felix Geyer Build-Depends: debhelper (>= 10), dh-python, python-all-dev, python3-all-dev, libcap-dev, python3-sphinx Standards-Version: 3.9.8 X-Python-Version: >= 2.5 X-Python3-Version: >= 3.0 Homepage: http://github.com/seveas/python-prctl Vcs-Git: https://salsa.debian.org/python-team/modules/python-prctl.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-prctl Package: python-prctl Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Python interface to the prctl() syscall (Python 2) The Linux prctl() function allows you to control specific characteristics of a process' behaviour. Usage of the function is fairly messy though, due to limitations in C and Linux. This module provides a nice non-messy Python(ic) interface. . This package installs the library for Python 2. Package: python3-prctl Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Python interface to the prctl() syscall (Python 3) The Linux prctl() function allows you to control specific characteristics of a process' behaviour. Usage of the function is fairly messy though, due to limitations in C and Linux. This module provides a nice non-messy Python(ic) interface. . This package installs the library for Python 3.