Source: dwarfutils
Maintainer: Fabian Wolff <fabi.wolff@arcor.de>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               libelf-dev
Standards-Version: 3.9.8
Homepage: https://www.prevanders.net/dwarf.html

Package: dwarfdump
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: utility to dump DWARF debug information from ELF objects
 Dwarfdump is an application that can print the DWARF debugging
 information of an ELF object file in a human-readable form. It can
 also be used to check and validate manipulated DWARF sections.
 .
 This utility is part of dwarfutils.

Package: libdwarf-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
         ${misc:Depends}
Conflicts: libdw-dev
Description: library to consume and produce DWARF debug information
 The libdwarf package provides a shared library which allows
 reading/consuming and writing/producing of DWARF debugging
 information from object files, shared libraries, and executables.
 .
 This library is part of dwarfutils.
