strace 5.19-0ubuntu1 source package in Ubuntu

Changelog

strace (5.19-0ubuntu1) lunar; urgency=medium

  * New upstream release (LP: #1990964)
  * Update d/copyright to reflect upstream relicensing to LGPL >= 2.1 from
    2018 and its switch from sourceforge to github.
  * Drop merged patch 0006-s390-Check-infmname-with-IS_ARRAY_ZERO-too.patch

 -- Adrien Nader <email address hidden>  Mon, 21 Nov 2022 16:05:44 +0100

Upload details

Uploaded by:
Adrien Nader
Sponsored by:
Graham Inggs
Uploaded to:
Lunar
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.19.orig.tar.xz 2.2 MiB aa3dc1c8e60e4f6ff3d396514aa247f3c7bf719d8a8dc4dd4fa793be786beca3
strace_5.19-0ubuntu1.debian.tar.xz 22.7 KiB ffa847d5e7cd7139af76b3a51c49b1a09fa5f139ea9cd79ae5e46d9f3a7bbed3
strace_5.19-0ubuntu1.dsc 2.2 KiB 9294f23b8d6637b74961abc20f229309a65960031df78b524f85310105b838d6

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