blob: ba6bef285c09760fb4c9733cc67dcb57d6bad40d [file] [log] [blame]
Wichert Akkermand321ff92002-03-31 18:45:45 +00001Source: strace
Roland McGrath6b3b1fc2004-07-12 07:27:25 +00002Section: utils
Wichert Akkermand321ff92002-03-31 18:45:45 +00003Priority: standard
Roland McGratha03d2272003-01-10 07:50:23 +00004Maintainer: Roland McGrath <frob@debian.org>
Roland McGrath6019fbb2008-07-18 00:18:27 +00005Uploaders: Frederik SchΓΌler <fs@debian.org>
Roland McGrath9a001a72008-07-18 00:49:31 +00006Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 5.0.0)
Roland McGrath6019fbb2008-07-18 00:18:27 +00007Standards-Version: 3.8.0
8Homepage: http://sourceforge.net/projects/strace/
Wichert Akkermand321ff92002-03-31 18:45:45 +00009
10Package: strace
Roland McGrathc9024cc2007-07-05 19:30:27 +000011Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 s390x sh sparc
Wichert Akkermand321ff92002-03-31 18:45:45 +000012Depends: ${shlibs:Depends}
Wichert Akkerman136bbb12003-01-08 23:46:03 +000013Description: A system call tracer
Wichert Akkermand321ff92002-03-31 18:45:45 +000014 strace is a system call tracer, i.e. a debugging tool which prints out
15 a trace of all the system calls made by a another process/program.
16 The program to be traced need not be recompiled for this, so you can
17 use it on binaries for which you don't have source.
18 .
19 System calls and signals are events that happen at the user/kernel
20 interface. A close examination of this boundary is very useful for bug
21 isolation, sanity checking and attempting to capture race conditions.
Roland McGrath98d5f012005-02-03 03:19:34 +000022
23Package: strace-udeb
24Section: debian-installer
Roland McGrath9a001a72008-07-18 00:49:31 +000025XC-Package-Type: udeb
Roland McGrath98d5f012005-02-03 03:19:34 +000026Priority: extra
Roland McGrathc9024cc2007-07-05 19:30:27 +000027Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh sparc
Roland McGrath98d5f012005-02-03 03:19:34 +000028Depends: ${shlibs:Depends}
29Description: A system call tracer
30 strace is a system call tracer, i.e. a debugging tool which prints out
31 a trace of all the system calls made by a another process/program.
32 The program to be traced need not be recompiled for this, so you can
33 use it on binaries for which you don't have source.
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 .
39 This is a stripped down package intended for debugging use in the Debian
40 installer.