Update NEWS
[platform/upstream/ltrace.git] / debian / control
1 Source: ltrace
2 Section: utils
3 Priority: optional
4 Maintainer: Juan Cespedes <cespedes@debian.org>
5 Standards-Version: 3.8.2
6 Build-Depends: cdbs, debhelper (>= 7), dh-autoreconf, binutils-dev, libelfg0-dev, libunwind7-dev [i386 amd64 ia64]
7
8 Package: ltrace
9 Architecture: i386 arm armeb armel s390 powerpc sparc alpha amd64 ia64 ppc64
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Description: Tracks runtime library calls in dynamically linked programs
12  ltrace is a debugging program which runs a specified command until it
13  exits.  While the command is executing, ltrace intercepts and records
14  the dynamic library calls which are called by
15  the executed process and the signals received by that process.
16  It can also intercept and print the system calls executed by the program.
17  .
18  The program to be traced need not be recompiled for this, so you can
19  use it on binaries for which you don't have the source handy.
20  .
21  You should install ltrace if you need a sysadmin tool for tracking the
22  execution of processes.
23