Source: latrace
Section: utils
Priority: optional
Maintainer: Riku Voipio <riku.voipio@linaro.org>
Standards-Version: 3.9.1
Homepage:  http://people.redhat.com/jolsa/latrace/index.shtml
Build-Depends: flex, bison, autoconf, debhelper (>=8),
	       asciidoc, xmlto, docbook-xsl, docbook-xml

Package: latrace
Architecture: i386 amd64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: traces library calls in dynamically linked programs
 latrace (similar to ltrace) displays dynamic library calls of a program
 using the LD_AUDIT feature of newer glibc versions.  It is also capable to
 measure and display various statistics of dynamic calls.  If a config file
 is provided, latrace will display function arguments with detailed output
 for structures.
