| 12
 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
 
 | Source: python-prctl
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andrew Pollock <apollock@debian.org>,
           Felix Geyer <fgeyer@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libcap-dev,
               python3-all-dev,
               python3-setuptools,
               python3-sphinx
Standards-Version: 3.9.8
Homepage: https://github.com/seveas/python-prctl
Vcs-Git: https://salsa.debian.org/python-team/packages/python-prctl.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-prctl
Testsuite: autopkgtest-pkg-python
Package: python3-prctl
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs: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.
 |