File: control

package info (click to toggle)
dwarfutils 20080409-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,352 kB
  • ctags: 2,713
  • sloc: ansic: 26,569; sh: 2,752; makefile: 285; awk: 147
file content (26 lines) | stat: -rw-r--r-- 845 bytes parent folder | download
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
Source: dwarfutils
Section: libs
Priority: optional
Maintainer: Troy Heber <troyh@debian.org>
Uploaders:
Build-Depends: debhelper (>> 5.0.0), libelf-dev, binutils-dev
Standards-Version: 3.7.3

Package: dwarfdump
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: utilities to manage DWARF debug information in ELF objects
 Dwarfutils is a static library and a collection of utilities used to
 write/produce and read/consume DWARF debug information.

Package: libdwarf-dev
Section: libdevel
Architecture: any
Conflicts: libdw-dev
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.