ltrace 0.7.3-6.4ubuntu1 source package in Ubuntu

Changelog

ltrace (0.7.3-6.4ubuntu1) noble; urgency=medium

   * Merge from Debian unstable (LP: #2052294). 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.
     - Add patch to fix ltrace on binaries compiled on recent Ubuntu releases (LP 1992939)
     - Add various patches to support ppc64el.
   * Dropped changes, no longer needed:
     - Include cdbs' autoreconf rules to generate new Makefiles

ltrace (0.7.3-6.4) unstable; urgency=medium

  * Non-maintainer upload.
  * Stop building for MIPS, ltrace no longer works there.
    (Closes: #1023436)

ltrace (0.7.3-6.3) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/rules: disabled use of -Werror to avoid a FTBFS in mipsel, alpha and
    ia64 when using DH level 13. Thanks to Paul Gevers <email address hidden>.
    (Closes: #1010493)

ltrace (0.7.3-6.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 13.
      - Closes: #965705
  * Dropped CDBS in favor of the debhelper to allow the build system to use
    DH level greater than 11. Consequently:
      - debian/control: removed no longer needed cdbs and autotools-dev from
        Build-Depends field.
      - debian/rules: changed from CDBS to DH.

 -- Ravi Kant Sharma <email address hidden>  Fri, 02 Feb 2024 13:13:08 +0100

Upload details

Uploaded by:
Ravi Kant Sharma
Sponsored by:
Nick Rosbrook
Uploaded to:
Noble
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-6.4ubuntu1.debian.tar.xz 52.3 KiB 2f0743b8faef5c570039119089bf73663464ca662e293a62a8c72682a6155153
ltrace_0.7.3-6.4ubuntu1.dsc 1.8 KiB 4e07c942f58002f8bd251055b3ebf6b2f0f885d17bce5fb5db6db02924e8855f

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.

ltrace-dbgsym: debug symbols for ltrace