diff options
author | Troy Heber <troyh@debian.org> | 2012-06-25 09:42:10 -0600 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-10-20 14:42:04 +0400 |
commit | 9020438f5db0522b54672bdbc2cc154456ca6829 (patch) | |
tree | ba589af253fa26635487a0a3a2502726a3bbbd68 /debian/control | |
parent | bb1c3da3c12651f1c408d96dd6d33ae157bdadd6 (diff) | |
download | dwarfutils-9020438f5db0522b54672bdbc2cc154456ca6829.tar.gz |
Imported Debian patch 20120410-2debian/20120410-2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e494c62 --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: dwarfutils +Section: libs +Priority: optional +Maintainer: Troy Heber <troyh@debian.org> +Uploaders: +Build-Depends: debhelper (>> 9), quilt (>= 0.47), libelf-dev, binutils-dev +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} +Description: library to consume and produce DWARF debug information + The libdwarf 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. |