ltrace 0.7.3-6ubuntu1 source package in Ubuntu

Changelog

ltrace (0.7.3-6ubuntu1) zesty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Set architecture to linux-any.
    - sysdeps/linux-gnu/trace.c: try to make PTRACE scope sysctl more
      discoverable.
    - Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE in debian/rules CFLAGS.
      The configure script has a bug where it can't properly cope with the need
      to define these before detecting the use of elfutils.
    - Add patch to support arm64.
    - Include cdbs' autoreconf rules to generate new Makefiles
    - Add various patches to support ppc64el.
    - Build-depend on dh-autoreconf instead of autotools-dev.

ltrace (0.7.3-6) unstable; urgency=medium

  * Fixed compilation error in amd64: readdir_r is deprecated (closes: #837011)

 -- Steve Langasek <email address hidden>  Wed, 12 Oct 2016 23:20:41 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Zesty
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main utils

Downloads

File Size SHA-256 Checksum
ltrace_0.7.3.orig.tar.bz2 471.3 KiB 0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
ltrace_0.7.3-6ubuntu1.debian.tar.xz 49.0 KiB 67a58436a36ec88e45a559eb34f5c0274dc0ccc0ebbb3e911f7e5a49944f12ca
ltrace_0.7.3-6ubuntu1.dsc 1.8 KiB 340eee5d9524d98c9471b38de9bfea1d2cb35942e18a1961c84da8725aea6eb5

View changes file

Binary packages built by this source

ltrace: Tracks runtime library calls in dynamically linked programs

 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.