aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 396ce14b378de16e165221e0c7cd47d98a8ff38d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: ltrace
Section: utils
Priority: optional
Maintainer: Juan Cespedes <cespedes@debian.org>
Standards-Version: 2.3.0.0

Package: ltrace
Architecture: i386
Depends: ${shlibs:Depends}
Description: A library call tracer
 ltrace is a library call tracer, i.e. a debugging tool which prints out
 a trace of all the dynamic library calls made by another process/program.
 The program to be traced need not be recompiled for this, so you can
 use it on binaries for which you don't have source.