strace 4.19-1ubuntu1 source package in Ubuntu

Changelog

strace (4.19-1ubuntu1) bionic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Apply ptrace-error-verbosity.patch
    - debian/patches/no-arm-unaligned-access: Don't allow unaligned access
      on ARM in the tests.
    - kexec_file_load.patch: Skip kexec_file_load test on ppc* before 4.11.
    - debian/control: Use linux-any for architecture fields

strace (4.19-1) unstable; urgency=medium

  * New upstream release(s)
  * Remove old debian patches, obsoleted upstream
    + Re-enable tests for mips* and hppa

 -- Julian Andres Klode <email address hidden>  Fri, 12 Jan 2018 18:21:49 +0100

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Bionic
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_4.19.orig.tar.xz 1.1 MiB 7c93ebc6c29280f47c24a0eb86873a99ccb2cac6512c60a60ba4ef99ab807281
strace_4.19-1ubuntu1.debian.tar.xz 19.2 KiB 744a177d14825fce66e07f6c3f24faa3e05f70b92341e3b9638442c0fe8a6708
strace_4.19-1ubuntu1.dsc 2.2 KiB 26e7f8a73973e16747f9803bf132f9fdb6d979c12eadfbead583eb93199beb49

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 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.

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 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.
 .
 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