control revision 6d9e67e4a0dddd4b712f07c92531990bd85b96df
1Source: strace
2Section: utils
3Priority: standard
4Maintainer: Roland McGrath <frob@debian.org>
5Uploaders: Wichert Akkerman <wakkerma@debian.org>, Frederik Schueler <fs@debian.org>
6Build-Depends: libc6-dev (>= 2.2.2-1) [!alpha !ia64], libc6.1-dev (>= 2.2.2-1) [alpha ia64], libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], debhelper
7Standards-Version: 3.6.2
8
9Package: strace
10Architecture: alpha amd64 arm armeb hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 s390x sh sparc
11Depends: ${shlibs:Depends}
12Description: A 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: strace-udeb
23Section: debian-installer
24Priority: extra
25Architecture: alpha amd64 arm armeb hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh sparc
26Depends: ${shlibs:Depends}
27Description: A system call tracer
28 strace is a system call tracer, i.e. a debugging tool which prints out
29 a trace of all the system calls made by a another process/program.
30 The program to be traced need not be recompiled for this, so you can
31 use it on binaries for which you don't have source.
32 .
33 System calls and signals are events that happen at the user/kernel
34 interface. A close examination of this boundary is very useful for bug
35 isolation, sanity checking and attempting to capture race conditions.
36 .
37 This is a stripped down package intended for debugging use in the Debian
38 installer.
39