ltrace 0.7.3-5.1ubuntu2 source package in Ubuntu

Changelog

ltrace (0.7.3-5.1ubuntu2) xenial; urgency=medium

  * Build-depend on dh-autoreconf instead of autotools-dev.

ltrace (0.7.3-5.1ubuntu1) xenial; urgency=medium

  * Merge with Debian; 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 patch to support ppc64el.

ltrace (0.7.3-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/control:
    - Build-depends against libelf-dev instead of libelfg0-dev, the later
      doesn't seem to be maintained anymore. (Closes: #769426)
    - Add autotools-dev to the build-dependencies so cdbs can update the
      config.{guess,sub} files

ltrace (0.7.3-5) unstable; urgency=low

  * Fix build with GCC 5 (closes: #777991)

 -- Matthias Klose <email address hidden>  Thu, 07 Jan 2016 10:42:16 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ltrace_0.7.3.orig.tar.bz2 471.3 KiB 0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
ltrace_0.7.3-5.1ubuntu2.debian.tar.xz 25.0 KiB b503b7cfc65233852cd671c40d19d1e9f4ac3c5b536e16954932dc72a33b4a37
ltrace_0.7.3-5.1ubuntu2.dsc 1.8 KiB ffc8872e84acd4bf43bfc6c728c933e9c34319f2130d3873490765f4aed78343

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.