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
|
Source: python-prctl
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andrew Pollock <apollock@debian.org>, Felix Geyer <fgeyer@debian.org>
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.
|