strace 6.5-0.0ubuntu1 source package in Ubuntu

Changelog

strace (6.5-0.0ubuntu1) mantic; urgency=medium

  * New upstream version, fixing FTBFS.

strace (6.4-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version 6.4 (Closes: #1030587, #1042045)
  * Temporary enable testsuite non fatal on riscv64 due to known
    kernel issues.

 -- Matthias Klose <email address hidden>  Thu, 14 Sep 2023 13:46:55 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Mantic
Original maintainer:
Steve McIntyre
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main utils

Downloads

File Size SHA-256 Checksum
strace_6.5.orig.tar.xz 2.3 MiB dfb051702389e1979a151892b5901afc9e93bbc1c70d84c906ade3224ca91980
strace_6.5-0.0ubuntu1.debian.tar.xz 19.9 KiB a8a53ee740afd99be4e882dbaab087c75de9c3c451e7946e7a2feb2ffd17bfaa
strace_6.5-0.0ubuntu1.dsc 2.1 KiB 70f0cfddff4fc35739581e954240d7e057234739a745fec8b23138f1bdb82743

Available diffs

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 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
strace64: System call tracer for 64bit binaries

 strace is a system call tracer: i.e. a debugging tool which prints out
 a trace of all the system calls made by 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.
 .
 This package contains the 64bit version of the binary, intended for
 biarch systems with 32bit userland and 64bit kernel.
 .
 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.

strace64-dbgsym: debug symbols for strace64