strace 5.5-3ubuntu1 source package in Ubuntu

Changelog

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

  * Merge from Debian unstable.  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>  Fri, 17 Apr 2020 00:23:25 +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
Focal updates main utils

Downloads

File Size SHA-256 Checksum
strace_5.5.orig.tar.xz 1.6 MiB 9f58958c8e59ea62293d907d10572e352b582bd7948ed21aa28ebb47e5bf30ff
strace_5.5-3ubuntu1.debian.tar.xz 26.3 KiB a3fc418676cc90e84457073629aaa3ab21b7167108499f24a4818d2277354d1a
strace_5.5-3ubuntu1.dsc 2.2 KiB 47e6b030e7a52ccc4ed2a1fc69f300bee36fdc52c1e1ae96f74abb01cccbdde0

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: No summary available for strace-dbgsym in ubuntu groovy.

No description available for strace-dbgsym in ubuntu groovy.

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.