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.
|