File: control

package info (click to toggle)
rtkit 0.13-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: sh: 4,253; ansic: 2,381; makefile: 92; xml: 44
file content (35 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download | duplicates (2)
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
Source: rtkit
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Alessio Treglia <alessio@debian.org>,
 Luke Yelavich <themuso@ubuntu.com>,
Section: admin
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 libcap-dev,
 libdbus-1-dev,
 libsystemd-dev,
 meson,
 ninja-build,
 xxd,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/multimedia-team/rtkit
Vcs-Git: https://salsa.debian.org/multimedia-team/rtkit.git
Homepage: https://github.com/heftig/rtkit
Rules-Requires-Root: no

Package: rtkit
Architecture: any
Depends:
 adduser,
 default-dbus-system-bus | dbus-system-bus,
 polkitd | policykit-1,
 ${misc:Depends},
 ${shlibs:Depends}
Description: Realtime Policy and Watchdog Daemon
 RealtimeKit is a D-Bus system service that changes the
 scheduling policy of user processes/threads to SCHED_RR
 (i.e. realtime scheduling mode) on request. It is intended to
 be used as a secure mechanism to allow real-time scheduling to
 be used by normal user processes.