2002-03-31 22:45:45 +04:00
Source: strace
2014-08-20 21:00:09 +04:00
Maintainer: Steve McIntyre <93sam@debian.org>
2009-09-14 21:03:20 +04:00
Section: utils
2010-02-04 23:14:56 +03:00
Priority: optional
2018-04-09 02:07:50 +03:00
Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [amd64 i386 powerpc ppc64 ppc64el s390 s390x sparc sparc64 x32], debhelper (>= 7.0.0), gawk, pkg-config, libdw-dev, libiberty-dev, libbluetooth-dev
2018-02-25 03:31:14 +03:00
Standards-Version: 4.1.3
2017-02-28 02:11:07 +03:00
Homepage: https://strace.io
2018-02-25 03:31:14 +03:00
Vcs-Git: https://salsa.debian.org/debian/strace.git
Vcs-Browser: https://salsa.debian.org/debian/strace
2002-03-31 22:45:45 +04:00
Package: strace
2018-02-25 03:31:14 +03:00
Architecture: linux-any
2010-02-04 23:14:56 +03:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2014-08-15 17:14:15 +04:00
Description: System call tracer
2002-03-31 22:45:45 +04:00
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
2008-07-22 04:27:31 +04:00
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
Package: strace64
Architecture: i386 powerpc s390 sparc
2018-02-25 03:31:14 +03:00
Priority: optional
2010-02-04 23:14:56 +03:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2014-08-15 17:14:15 +04:00
Description: System call tracer for 64bit binaries
2008-07-22 04:27:31 +04:00
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.
.
2014-06-03 16:16:53 +04:00
This package contains the 64bit version of the binary, intended for
2008-07-22 04:27:31 +04:00
biarch systems with 32bit userland and 64bit kernel.
.
System calls and signals are events that happen at the user/kernel
2002-03-31 22:45:45 +04:00
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
2005-02-03 06:19:34 +03:00
Package: strace-udeb
Section: debian-installer
2008-07-18 04:49:31 +04:00
XC-Package-Type: udeb
2018-02-25 03:31:14 +03:00
Priority: optional
Architecture: linux-any
2010-02-04 23:14:56 +03:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2014-08-15 17:14:15 +04:00
Description: System call tracer
2005-02-03 06:19:34 +03:00
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.