blob: 6ad7cb960b1a63eb0b1f9a529d701f4869a9cc8c [file] [log] [blame]
Wichert Akkermand321ff92002-03-31 18:45:45 +00001Source: strace
Roland McGratha03d2272003-01-10 07:50:23 +00002Maintainer: Roland McGrath <frob@debian.org>
Roland McGrath6019fbb2008-07-18 00:18:27 +00003Uploaders: Frederik SchΓΌler <fs@debian.org>
Dmitry V. Levin22a97802009-09-14 17:03:20 +00004Section: utils
5Priority: standard
6Build-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)
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
Dmitry V. Levin22a97802009-09-14 17:03:20 +000012Section: utils
13Priority: standard
Wichert Akkermand321ff92002-03-31 18:45:45 +000014Depends: ${shlibs:Depends}
Wichert Akkerman136bbb12003-01-08 23:46:03 +000015Description: A system call tracer
Wichert Akkermand321ff92002-03-31 18:45:45 +000016 strace is a system call tracer, i.e. a debugging tool which prints out
17 a trace of all the system calls made by a another process/program.
18 The program to be traced need not be recompiled for this, so you can
19 use it on binaries for which you don't have source.
20 .
21 System calls and signals are events that happen at the user/kernel
22 interface. A close examination of this boundary is very useful for bug
23 isolation, sanity checking and attempting to capture race conditions.
Roland McGrath98d5f012005-02-03 03:19:34 +000024
Roland McGratha04e2132008-07-22 00:27:31 +000025Package: strace64
26Architecture: i386 powerpc s390 sparc
Dmitry V. Levin22a97802009-09-14 17:03:20 +000027Section: utils
28Priority: extra
Roland McGratha04e2132008-07-22 00:27:31 +000029Depends: ${shlibs:Depends}
30Description: A system call tracer for 64bit binaries
31 strace is a system call tracer, i.e. a debugging tool which prints out
32 a trace of all the system calls made by a another process/program.
33 The program to be traced need not be recompiled for this, so you can
34 use it on binaries for which you don't have source.
35 .
Denys Vlasenko402eeb62009-01-02 13:03:44 +000036 This package containts the 64bit version of the binary, intended for
Roland McGratha04e2132008-07-22 00:27:31 +000037 biarch systems with 32bit userland and 64bit kernel.
38 .
39 System calls and signals are events that happen at the user/kernel
40 interface. A close examination of this boundary is very useful for bug
41 isolation, sanity checking and attempting to capture race conditions.
42
Roland McGrath98d5f012005-02-03 03:19:34 +000043Package: strace-udeb
44Section: debian-installer
Roland McGrath9a001a72008-07-18 00:49:31 +000045XC-Package-Type: udeb
Roland McGrath98d5f012005-02-03 03:19:34 +000046Priority: extra
Roland McGrathc9024cc2007-07-05 19:30:27 +000047Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh sparc
Roland McGrath98d5f012005-02-03 03:19:34 +000048Depends: ${shlibs:Depends}
49Description: A system call tracer
50 strace is a system call tracer, i.e. a debugging tool which prints out
51 a trace of all the system calls made by a another process/program.
52 The program to be traced need not be recompiled for this, so you can
53 use it on binaries for which you don't have source.
54 .
55 System calls and signals are events that happen at the user/kernel
56 interface. A close examination of this boundary is very useful for bug
57 isolation, sanity checking and attempting to capture race conditions.
58 .
59 This is a stripped down package intended for debugging use in the Debian
60 installer.