File: control

package info (click to toggle)
python-prctl 1.1.1-1.2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 133
  • sloc: python: 453; ansic: 435; makefile: 79
file content (18 lines) | stat: -rw-r--r-- 772 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-prctl
Section: python
Priority: extra
Maintainer: Dennis Kaarsemaker <dennis@kaarsemaker.net>
Uploaders: Andrew Pollock <apollock@debian.org>
Build-Depends: debhelper (>= 7.0.50~), dh-python, python-all-dev (>= 2.5), libcap-dev (>=2), python-sphinx (>= 0.6)
Standards-Version: 3.8.4
XS-Python-Version: >= 2.5
Vcs-Git: http://github.com/seveas/python-prctl

Package: python-prctl
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Python interface to the prctl() syscall
 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.