blob: 5a44dcf05e183c55ac66c51f0ea873d53abb4af9 [file] [log] [blame]
Wichert Akkermand321ff92002-03-31 18:45:45 +00001Source: strace
Dmitry V. Levinf3f136c2014-08-20 17:00:09 +00002Maintainer: Steve McIntyre <93sam@debian.org>
Dmitry V. Levin22a97802009-09-14 17:03:20 +00003Section: utils
Frederik Schüler881f5732010-02-04 12:14:56 -08004Priority: optional
Dmitry V. Levin48e95c72012-04-20 17:31:48 +00005Build-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)
Dmitry V. Levina283ae02014-08-15 13:14:15 +00006Standards-Version: 3.9.5
Roland McGrath6019fbb2008-07-18 00:18:27 +00007Homepage: http://sourceforge.net/projects/strace/
Wichert Akkermand321ff92002-03-31 18:45:45 +00008
9Package: strace
Dmitry V. Levinfde8fac2015-03-03 18:31:06 +000010Architecture: 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
Frederik Schüler881f5732010-02-04 12:14:56 -080011Depends: ${shlibs:Depends}, ${misc:Depends}
Dmitry V. Levina283ae02014-08-15 13:14:15 +000012Description: System call tracer
Wichert Akkermand321ff92002-03-31 18:45:45 +000013 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.
Roland McGrath98d5f012005-02-03 03:19:34 +000021
Roland McGratha04e2132008-07-22 00:27:31 +000022Package: strace64
23Architecture: i386 powerpc s390 sparc
Dmitry V. Levin22a97802009-09-14 17:03:20 +000024Priority: extra
Frederik Schüler881f5732010-02-04 12:14:56 -080025Depends: ${shlibs:Depends}, ${misc:Depends}
Dmitry V. Levina283ae02014-08-15 13:14:15 +000026Description: System call tracer for 64bit binaries
Roland McGratha04e2132008-07-22 00:27:31 +000027 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 .
Dmitry V. Levin05cd5b22014-06-03 12:16:53 +000032 This package contains the 64bit version of the binary, intended for
Roland McGratha04e2132008-07-22 00:27:31 +000033 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
Roland McGrath98d5f012005-02-03 03:19:34 +000039Package: strace-udeb
40Section: debian-installer
Roland McGrath9a001a72008-07-18 00:49:31 +000041XC-Package-Type: udeb
Roland McGrath98d5f012005-02-03 03:19:34 +000042Priority: extra
Dmitry V. Levinfde8fac2015-03-03 18:31:06 +000043Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 sh4 sparc sparc64 x32
Frederik Schüler881f5732010-02-04 12:14:56 -080044Depends: ${shlibs:Depends}, ${misc:Depends}
Dmitry V. Levina283ae02014-08-15 13:14:15 +000045Description: System call tracer
Roland McGrath98d5f012005-02-03 03:19:34 +000046 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.