~lttng/lttng-ust/packaging-daily

« back to all changes in this revision

Viewing changes to control

  • Committer: Simon Marchi
  • Date: 2015-10-18 21:42:53 UTC
  • Revision ID: simon.marchi@polymtl.ca-20151018214253-6z4rg37ss11h1i3z
Update packaging, sync with improvements in stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Priority: extra
3
3
Maintainer: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
4
4
Build-Depends: debhelper (>= 9~), liburcu-dev (>= 0.7.2~), uuid-dev,
5
 
 openjdk-7-jdk,
6
 
 autoconf, automake, libtool
 
5
 default-jdk, systemtap-sdt-dev (>= 1.6~), python3:any, python3-all-dev,
 
6
 autoconf, automake, libtool, liblog4j1.2-java
7
7
Standards-Version: 3.9.4
8
8
Section: libs
9
9
Homepage: http://lttng.org/
37
37
 This package contains a library to control tracing in other processes. Used by
38
38
 lttng-tools.
39
39
 
 
40
Package: liblttng-ust-dev
 
41
Section: libdevel
 
42
Architecture: any
 
43
Depends: ${misc:Depends}, liblttng-ust0 (= ${binary:Version}), liblttng-ust-ctl2 (= ${binary:Version}),
 
44
  liburcu-dev (>= 0.7.2~), uuid-dev, systemtap-sdt-dev (>= 1.6~)
 
45
Recommends: python3
 
46
Description: LTTng 2.0 Userspace Tracer (development files)
 
47
 The userspace tracer is designed to provide detailed information about
 
48
 userspace activity. Like the kernel tracer, performance is the main goal.
 
49
 Tracing does not require system calls or traps. UST instrumentation points may
 
50
 be added in any userspace code including signal handlers and libraries.
 
51
 .
 
52
 This package contains the UST library development files necessary to compile
 
53
 and link applications against liblttng-ust.
 
54
 
40
55
Package: liblttng-ust-java
41
56
Section: java
42
57
Architecture: all
66
81
 .
67
82
 This package contains the native side of the JNI interface for lttng-ust.
68
83
 
69
 
Package: liblttng-ust-dev
70
 
Section: libdevel
71
 
Architecture: any
72
 
Depends: ${misc:Depends}, liblttng-ust0 (= ${binary:Version}), liblttng-ust-ctl2 (= ${binary:Version}),
73
 
  liburcu-dev (>= 0.7.2~), uuid-dev
74
 
Recommends: python
75
 
Description: LTTng 2.0 Userspace Tracer (development files)
76
 
 The userspace tracer is designed to provide detailed information about
77
 
 userspace activity. Like the kernel tracer, performance is the main goal.
78
 
 Tracing does not require system calls or traps. UST instrumentation points may
79
 
 be added in any userspace code including signal handlers and libraries.
80
 
 .
81
 
 This package contains the UST library development files necessary to compile
82
 
 and link applications against liblttng-ust.
 
84
Package: liblttng-ust-agent-java
 
85
Section: java
 
86
Architecture: all
 
87
Multi-Arch: foreign
 
88
Depends: liblttng-ust-agent-java-jni (<< ${source:Version}.1~),
 
89
         liblttng-ust-agent-java-jni (>= ${source:Version}),
 
90
         ${java:Depends}, ${misc:Depends}, liblog4j1.2-java
 
91
Description: LTTng 2.0 Userspace Tracer (Java agent library)
 
92
 The userspace tracer is designed to provide detailed information about
 
93
 userspace activity. Like the kernel tracer, performance is the main goal.
 
94
 Tracing does not require system calls or traps. UST instrumentation points may
 
95
 be added in any userspace code including signal handlers and libraries.
 
96
 .
 
97
 This package ships the Java agent with JUL and log4j support, as a .jar that
 
98
 can be imported directly in Java applications.
 
99
 
 
100
Package: liblttng-ust-agent-java-jni
 
101
Section: java
 
102
Architecture: linux-any
 
103
Multi-Arch: same
 
104
Pre-Depends: ${misc:Pre-Depends}
 
105
Depends: ${shlibs:Depends}, ${misc:Depends}
 
106
Recommends: liblttng-ust-java (= ${source:Version})
 
107
Description: LTTng 2.0 Userspace Tracer (Java agent JNI interface)
 
108
 The userspace tracer is designed to provide detailed information about
 
109
 userspace activity. Like the kernel tracer, performance is the main goal.
 
110
 Tracing does not require system calls or traps. UST instrumentation points may
 
111
 be added in any userspace code including signal handlers and libraries.
 
112
 .
 
113
 This package contains the native side of the Java agent for lttng-ust.
 
114
 
 
115
Package: liblttng-ust-python-agent0
 
116
Architecture: linux-any
 
117
Multi-Arch: same
 
118
Pre-Depends: ${misc:Pre-Depends}
 
119
Depends: ${shlibs:Depends}, ${misc:Depends},
 
120
  liblttng-ust0 (= ${binary:Version})
 
121
Description: LTTng 2.0 Userspace Tracer (Python agent native library)
 
122
 The userspace tracer is designed to provide detailed information about
 
123
 userspace activity. Like the kernel tracer, performance is the main goal.
 
124
 Tracing does not require system calls or traps. UST instrumentation points may
 
125
 be added in any userspace code including signal handlers and libraries.
 
126
 .
 
127
 This package contains a library used by the Python agents.
 
128
 
 
129
Package: python3-lttngust
 
130
Section: python
 
131
Architecture: all
 
132
Multi-Arch: foreign
 
133
Depends: ${misc:Depends}, ${python3:Depends},
 
134
  liblttng-ust-python-agent0 (>= ${source:Version}),
 
135
  liblttng-ust-python-agent0 (<< ${source:Version}.1~)
 
136
Description: LTTng 2.0 Userspace Tracer (Python 3 UST agent)
 
137
 The userspace tracer is designed to provide detailed information about
 
138
 userspace activity. Like the kernel tracer, performance is the main goal.
 
139
 Tracing does not require system calls or traps. UST instrumentation points may
 
140
 be added in any userspace code including signal handlers and libraries.
 
141
 .
 
142
 This package contains the Python 3.x UST agent.