          MODULE=ltrace
         VERSION=0.5
          SOURCE=ltrace_${VERSION}.orig.tar.gz
      SOURCE_URL=ftp://ftp.debian.org/debian/pool/main/l/$MODULE/
      SOURCE_VFY=sha1:f3e7ff45b3973330277360fcb3e80af5917817a1
        WEB_SITE=http://freshmeat.net/projects/ltrace/?topic_id=846%2C47#top
         ENTERED=20020401
         UPDATED=20070907
      MAINTAINER=csm@moongroup.com
           SHORT="A debugging program which runs a specified command until it exits"

cat << EOF
ltrace is a debugging program which runs a specified command until it exits.
While the command is executing, ltrace intercepts and records the dynamic
library calls which are called by the executed process and the signals
received by that process. It can also intercept and print the system calls
executed by the 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 the source handy.
You should install ltrace if you need a sysadmin tool for tracking the
execution of processes.
EOF
