summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 87352d835aed64084bd0cd74abb9b5fe707e1d23 (plain)
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: rt-tests
Section: misc
Priority: extra
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), libnuma-dev (>= 2.0.3) [amd64 i386 ia64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc powerpcspe ppc64 x32], dkms (>= 2.1.0.0)
Vcs-Browser: http://git.pengutronix.de/?p=ukl/rt-tests.git;
Vcs-Git: git://git.pengutronix.de/git/ukl/rt-tests.git

Package: rt-tests
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
 libnuma1 (>= 2.0.3) [amd64 i386 ia64 mips mipsel powerpc]
Conflicts: xenomai-runtime
Recommends: backfire-dkms
Description: Test programs for rt kernels
 rt-tests contains a set of programs that test and measure various components
 of real-time kernel behavior, such as timer latency, signal latency and the
 functioning of priority-inheritance mutexes.
 Additionally it contains hackbench, a program to generate work for the
 scheduler.

Package: backfire-dkms
Section: kernel
Architecture: all
Depends: ${misc:Depends},
Replaces: rt-tests (<= 0.66-2)
Description: kernel module for signal benchmarking (DKMS)
 backfire is a driver used by sendme(8) (contained in the rt-tests package) to
 benchmark kernel to userspace signal generation.