strace 5.5-3ubuntu1~20.04.0 source package in Ubuntu

Changelog

strace (5.5-3ubuntu1~20.04.0) focal; urgency=medium

  * Merge from Debian unstable (LP: #1870082)
    Remaining changes:
    - Apply ptrace-error-verbosity.patch
    - also filter kexec_file_load out of the list of programs to run for other
      tests.
  * XFAIL multiple tests with CPU timeout to fix FTBFS on riscv64

strace (5.5-3) unstable; urgency=medium

  * Take more upstream patches to fix mipsel test failures
  * Tweak and disable more tests that are failing on buildds

strace (5.5-2) unstable; urgency=medium

  * Take upstream change to fix test failure in the strace-DDD
    test.
  * Disable the delay test - it's unreliable on busy machines

strace (5.5-1) unstable; urgency=medium

  * New upstream version 5.5 (Closes: #947396)
    - Remove debian/patches/0002-mips-o32-fix-build.patch, not needed now

 -- Balint Reczey <email address hidden>  Wed, 29 Apr 2020 15:57:35 +0200

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Focal
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
strace_5.5.orig.tar.xz 1.6 MiB 9f58958c8e59ea62293d907d10572e352b582bd7948ed21aa28ebb47e5bf30ff
strace_5.5-3ubuntu1~20.04.0.debian.tar.xz 26.3 KiB 25c23d7f4f214be45fb12849228d5bdbff228e2724aaf5e47398ae0367a8cda3
strace_5.5-3ubuntu1~20.04.0.dsc 2.2 KiB 355d9e64b85b157831a970ab9531d4edf2d51ef39e76d2ec07772e10f21bfb48

View changes file

Binary packages built by this source

strace: System call tracer

 strace is a system call tracer, i.e. a debugging tool which prints out
 a trace of all the system calls made by a another process/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 source.
 .
 System calls and signals are events that happen at the user/kernel
 interface. A close examination of this boundary is very useful for bug
 isolation, sanity checking and attempting to capture race conditions.

strace-dbgsym: debug symbols for strace
strace-udeb: System call tracer

 strace is a system call tracer, i.e. a debugging tool which prints out
 a trace of all the system calls made by a another process/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 source.
 .
 System calls and signals are events that happen at the user/kernel
 interface. A close examination of this boundary is very useful for bug
 isolation, sanity checking and attempting to capture race conditions.
 .
 This is a stripped down package intended for debugging use in the Debian
 installer.