summaryrefslogtreecommitdiff
path: root/debian/control
blob: 8478af809a6ba46d3c4f6ce542b1cf13a3822a9c (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
31
32
33
34
35
36
37
Source: dwarfutils
Section: libs
Priority: optional
Maintainer: Troy Heber <troyh@debian.org>
Uploaders:
Build-Depends: debhelper (>> 9), libelfg0-dev, binutils-dev, dh-autoreconf
Standards-Version: 3.9.3.1

Package: dwarfdump
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utility to dump DWARF debug information from ELF objects
 This package contains the newer implementation of dwarfdump written in C++,
 sometimes called dwarfdump2.
 .
 This utility is part of dwarfutils.

Package: libdwarf-dev
Section: libdevel
Architecture: any
Conflicts: libdw-dev
Depends: ${shlibs:Depends}, ${misc:Depends}, libdwarf0 (= ${binary:Version})
Description: library to consume and produce DWARF debug information
 This package contains the header and development files needed
 to build programs and packages using libdwarf.

Package: libdwarf0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library to consume and produce DWARF debug information
 The libdwarf0 package provides a shared library which allows reading/consumer
 and writing/producer of DWARF debugging information from object files, shared
 libraries, and executables.
 .
 This library is part of dwarfutils.