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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: babeltrace
Section: libs
Priority: optional
Maintainer: Jon Bernard <jbernard@debian.org>
Uploaders: Michael Jeanson <mjeanson@debian.org>
Build-Depends: debhelper (>= 10~),
dh-python,
libdw-dev (>= 0.154),
libelf-dev (>= 0.154),
libglib2.0-dev (>= 2.16),
libpopt-dev,
python3-all-dev,
swig (>= 2.0),
uuid-dev
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/babeltrace.git
Vcs-Browser: https://salsa.debian.org/debian/babeltrace
Homepage: https://www.efficios.com/babeltrace
Rules-Requires-Root: no
Package: babeltrace
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Trace conversion program
Babeltrace provides trace reading and writing libraries, as well as a trace
converter. Plugins can be created for any trace format to allow its conversion
to/from any other supported format.
.
This package contains the "babeltrace" trace conversion program.
Package: libbabeltrace1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libbabeltrace-ctf1 (<< 1.5.3-2~)
Breaks: libbabeltrace-ctf1 (<< 1.5.3-2~)
Provides: libbabeltrace-ctf1 (= ${binary:Version})
Description: Babeltrace conversion libraries
Babeltrace provides trace reading and writing libraries, as well as a trace
converter. Plugins can be created for any trace format to allow its conversion
to/from any other supported format.
.
This package provides the babeltrace trace reading and conversion library.
Package: libbabeltrace-ctf1
Section: oldlibs
Architecture: all
Depends: libbabeltrace1 (>= 1.5.3-4~), ${misc:Depends}
Description: Babeltrace conversion libraries (transitional package)
Babeltrace provides trace reading and writing libraries, as well as a trace
converter. Plugins can be created for any trace format to allow its conversion
to/from any other supported format.
.
This is a transitional package. It can safely be removed.
Package: libbabeltrace-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libbabeltrace1 (= ${binary:Version})
Replaces: libbabeltrace-ctf-dev (<< 1.5.3-2~)
Breaks: libbabeltrace-ctf-dev (<< 1.5.3-2~)
Provides: libbabeltrace-ctf-dev (= ${binary:Version})
Description: Babeltrace development files
Babeltrace provides trace reading and writing libraries, as well as a trace
converter. Plugins can be created for any trace format to allow its conversion
to/from any other supported format.
.
This package provides the development headers for linking applications against
libbabeltrace.
Package: libbabeltrace-ctf-dev
Section: oldlibs
Architecture: all
Depends: libbabeltrace-dev (>= 1.5.3-4~), ${misc:Depends}
Description: Babeltrace development files (transitional package)
Babeltrace provides trace reading and writing libraries, as well as a trace
converter. Plugins can be created for any trace format to allow its conversion
to/from any other supported format.
.
This is a transitional package. It can safely be removed.
Package: python3-babeltrace
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: Babeltrace Python 3 bindings
Babeltrace provides trace reading and writing libraries, as well as a trace
converter. Plugins can be created for any trace format to allow its conversion
to/from any other supported format.
.
This package provides Python 3 bindings for babeltrace.
|