File: control

package info (click to toggle)
libcpuset 1.0-6.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,132 kB
  • sloc: ansic: 2,553; sh: 786; makefile: 21
file content (47 lines) | stat: -rw-r--r-- 1,558 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: libcpuset
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 libbitmask-dev,
Standards-Version: 4.6.0
Homepage: http://oss.sgi.com/projects/cpusets/
Vcs-Git: https://salsa.debian.org/debian/libcpuset.git
Vcs-Browser: https://salsa.debian.org/debian/libcpuset

Package: libcpuset-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libbitmask-dev,
 libcpuset1t64 (= ${binary:Version}),
 ${misc:Depends},
Description: header files and docs for libcpuset
 Contains the header files and documentation for libcpuset
 for use in developing applications that use the libcpuset library.
 .
 The Cpuset System is a processor and memory placement mechanism that
 enables a system administrator to confine tasks to running on
 certain CPUs, and to allocating memory on certain Memory Nodes.
 The libcpuset library provides a convenient 'C' API to cpusets.

Package: libcpuset1t64
Provides: ${t64:Provides}
Replaces: libcpuset1
Breaks: libcpuset1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libbitmask1,
 ${misc:Depends},
 ${shlibs:Depends},
Description: assigns a set of CPUs and Memory Nodes to a set of tasks
 The Cpuset System is a processor and memory placement mechanism that
 enables a system administrator to confine tasks to running on
 certain CPUs, and to allocating memory on certain Memory Nodes.
 The libcpuset library provides a convenient 'C' API to cpusets.