File: control

package info (click to toggle)
rtkit 0.11-4%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 980 kB
  • sloc: sh: 4,135; ansic: 2,649; makefile: 76
file content (34 lines) | stat: -rw-r--r-- 1,019 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
Source: rtkit
Section: admin
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
 Alessio Treglia <alessio@debian.org>,
 Luke Yelavich <themuso@ubuntu.com>,
 Felipe Sateler <fsateler@debian.org>
Build-Depends:
 autotools-dev,
 cdbs,
 debhelper (>= 7.0.50~),
 libcap-dev,
 libdbus-1-dev,
 dh-autoreconf,
Standards-Version: 3.9.5
Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-multimedia/rtkit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/rtkit.git
Homepage: http://0pointer.de/public/

Package: rtkit
Architecture: any
Depends:
 adduser,
 dbus,
 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.