strace 4.8-1ubuntu4 source package in Ubuntu

Changelog

strace (4.8-1ubuntu4) trusty; urgency=medium

  * Rework debian/rules to ensure we finish our autoreconf before trying to
    do any of the builds, on architectures where we build strace for more
    than one target.
 -- Steve Langasek <email address hidden>   Wed, 18 Dec 2013 23:15:29 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Trusty
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.8.orig.tar.xz 431.4 KiB f492291f07a7c805c07a8395cce1ea054a6401ad414f4cc12185672215e1d7f8
strace_4.8-1ubuntu4.debian.tar.gz 14.0 KiB f8979db837fa8d67ee0fc3b04434f8baa8eaf247c5adebcdaaa3d16f3a0b4b98
strace_4.8-1ubuntu4.dsc 2.0 KiB b4408afdb1d298d3e656637405b0c8779539db420b6f110a5874692f572d3c93

View changes file

Binary packages built by this source

strace: A 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-udeb: A 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: A 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 containts 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.