File: control

package info (click to toggle)
dwarfutils 20100214-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,436 kB
  • ctags: 3,541
  • sloc: ansic: 30,360; cpp: 7,486; makefile: 438; sh: 95
file content (29 lines) | stat: -rw-r--r-- 961 bytes parent folder | download | duplicates (2)
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
Source: dwarfutils
Section: libs
Priority: optional
Maintainer: Troy Heber <troyh@debian.org>
Uploaders:
Build-Depends: debhelper (>> 7.0.5), quilt (>= 0.47), libelf-dev, binutils-dev
Standards-Version: 3.8.4

Package: dwarfdump
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: original utility to dump DWARF debug information from ELF objects
 This is the older implementation of dwarfdump written in C, see the
 dwarfdump2 package for the updated C++ version.
 .
 This library 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.