1Source: strace
2Maintainer: Steve McIntyre <93sam@debian.org>
3Section: utils
4Priority: optional
5Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 7.0.0), gawk, libunwind-dev [amd64]
6Standards-Version: 3.9.6
7Homepage: http://sourceforge.net/projects/strace/
8
9Package: strace
10Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32
11Depends: ${shlibs:Depends}, ${misc:Depends}
12Description: System call tracer
13 strace is a system call tracer, i.e. a debugging tool which prints out
14 a trace of all the system calls made by a another process/program.
15 The program to be traced need not be recompiled for this, so you can
16 use it on binaries for which you don't have source.
17 .
18 System calls and signals are events that happen at the user/kernel
19 interface. A close examination of this boundary is very useful for bug
20 isolation, sanity checking and attempting to capture race conditions.
21
22Package: strace64
23Architecture: i386 powerpc s390 sparc
24Priority: extra
25Depends: ${shlibs:Depends}, ${misc:Depends}
26Description: System call tracer for 64bit binaries
27 strace is a system call tracer, i.e. a debugging tool which prints out
28 a trace of all the system calls made by a another process/program.
29 The program to be traced need not be recompiled for this, so you can
30 use it on binaries for which you don't have source.
31 .
32 This package contains the 64bit version of the binary, intended for
33 biarch systems with 32bit userland and 64bit kernel.
34 .
35 System calls and signals are events that happen at the user/kernel
36 interface. A close examination of this boundary is very useful for bug
37 isolation, sanity checking and attempting to capture race conditions.
38
39Package: strace-udeb
40Section: debian-installer
41XC-Package-Type: udeb
42Priority: extra
43Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 sh4 sparc sparc64 x32
44Depends: ${shlibs:Depends}, ${misc:Depends}
45Description: System call tracer
46 strace is a system call tracer, i.e. a debugging tool which prints out
47 a trace of all the system calls made by a another process/program.
48 The program to be traced need not be recompiled for this, so you can
49 use it on binaries for which you don't have source.
50 .
51 System calls and signals are events that happen at the user/kernel
52 interface. A close examination of this boundary is very useful for bug
53 isolation, sanity checking and attempting to capture race conditions.
54 .
55 This is a stripped down package intended for debugging use in the Debian
56 installer.
57