~linaro-foundations/lttng-ust/packaging-for-arm.trunk

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
Source: lttng-ust
Priority: extra
Maintainer: Alexandre Montplaisir <alexandre.montplaisir@gmail.com>
Build-Depends: debhelper (>= 8.1.3), liburcu-dev (>= 0.6.6~), uuid-dev, texinfo,
  gcj-jdk, autoconf, systemtap-sdt-dev, automake, libtool
Standards-Version: 3.9.2
Section: libs
Homepage: http://lttng.org/

Package: liblttng-ust0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LTTng 2.0 Userspace Tracer (libraries)
 The userspace tracer is designed to provide detailed information about
 userspace activity. Like the kernel tracer, performance is the main goal.
 Tracing does not require system calls or traps. UST instrumentation points may
 be added in any userspace code including signal handlers and libraries.
 .
 This package contains the UST runtime libraries needed to execute applications
 linked against liblttng-ust.

Package: liblttng-ust-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, liblttng-ust0 (= ${binary:Version}),
  liburcu-dev (>= 0.6.6~), uuid-dev
Description: LTTng 2.0 Userspace Tracer (development files)
 The userspace tracer is designed to provide detailed information about
 userspace activity. Like the kernel tracer, performance is the main goal.
 Tracing does not require system calls or traps. UST instrumentation points may
 be added in any userspace code including signal handlers and libraries.
 .
 This package contains the UST library development files necessary to compile
 and link applications against liblttng-ust.