File: control

package info (click to toggle)
cpuset 1.6-4.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 756 kB
  • sloc: python: 2,542; sh: 107; makefile: 94
file content (30 lines) | stat: -rw-r--r-- 1,333 bytes parent folder | download
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
Source: cpuset
Maintainer: Roberto C. Sanchez <roberto@connexer.com>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 10), python3-all, dh-python, quilt
Standards-Version: 4.5.0
Homepage: https://github.com/lpechacek/cpuset

Package: cpuset
Architecture: all
Depends: python3-cpuset (= ${binary:Version}), ${python3:Depends}, ${misc:Depends}
Description: Allows manipluation of cpusets and provides higher level fun
 Cpuset is a Python application to make using the cpusets facilities in the
 Linux kernel easier. The actual included command is called cset and it allows
 manipulation of cpusets on the system and provides higher level functions such
 as implementation and control of a basic CPU shielding setup.
 .
 This package contains the cset command-line utility.

Package: python3-cpuset
Section: python
Architecture: all
Depends: python3-future, ${python3:Depends}, ${misc:Depends}
Description: manipluation of cpusets and provides higher level fun - Python 3.x
 Cpuset is a Python application to make using the cpusets facilities in the
 Linux kernel easier. The actual included command is called cset and it allows
 manipulation of cpusets on the system and provides higher level functions such
 as implementation and control of a basic CPU shielding setup.
 .
 This package contains the Python 3.x modules.