strace 6.2-0.1ubuntu1 source package in Ubuntu

Changelog

strace (6.2-0.1ubuntu1) lunar; urgency=medium

  * New upstream release (LP: #2012258)

strace (6.1-0.1ubuntu1) lunar; urgency=medium

  * Merge from Debian unstable (LP: #2008207).  Remaining changes:
    - Apply ptrace-error-verbosity.patch
    - SKIP sockopt-timestamp.gen.test
    - SKIP tests on m32 which use struct shm_info or struct msginfo
    - XFAIL stacktrace tests on armhf with arm64 kernel.
    - Fix FTBFS on armhf due to running tests on arm64 kernel
    Dropped changes:
    - also filter kexec_file_load out of the list of programs to run for other
      tests.
  * Separated the Ubuntu patches from the Debian ones in d/patches/series,
    added comments and re-ordered them logically
  * Truncate files larger than 50MB at the end of the build; these are test
    output which can be up to 41GB as sparse files but can induce FTBFS.

strace (6.1-0.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Steve McIntyre ]
  * Add reference to LGPL-2.1 in /usr/share/common/licenses
  * Update copyright date (Closes: #985226)

  [ Balint Reczey ]
  * New upstream version 5.11 (Closes: #997274)
  * Refresh patches
  * Adjust packaging to new upstream source layout

  [ Andreas Henriksson ]
  * New upstream release 6.1
  * Bump year of strace copyright
  * Drop d/p/0006-s390-Check-infmname-with-IS_ARRAY_ZERO-too.patch
  * Use dh_autoreconf instead of ./bootstrap
  * Make tests non-fatal on mips{,64}el

 -- Adrien Nader <email address hidden>  Mon, 20 Mar 2023 12:44:18 +0100

Upload details

Uploaded by:
Adrien Nader
Sponsored by:
Steve Langasek
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_6.2.orig.tar.xz 2.3 MiB 0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8
strace_6.2.orig.tar.xz.asc 801 bytes 34f129890436704073e0f4f40b8bde642d5eb0f4c14216e92150683ae711db69
strace_6.2-0.1ubuntu1.debian.tar.xz 23.1 KiB 9638a8696521e113e59a228e3ffdd28b605b0d928aa94c0db3eed64c8afe499e
strace_6.2-0.1ubuntu1.dsc 2.4 KiB 7e756146b2a68a791988779a7784db7ed58c2e3a9ffe869ab323313a5675cb79

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