• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 [amd64 i386 powerpc ppc64 ppc64el s390 s390x sparc sparc64 x32], debhelper (>= 7.0.0), gawk, libdw-dev, libiberty-dev, libbluetooth-dev
6Standards-Version: 4.1.3
7Homepage: https://strace.io
8Vcs-Git: https://salsa.debian.org/debian/strace.git
9Vcs-Browser: https://salsa.debian.org/debian/strace
10
11Package: strace
12Architecture: linux-any
13Depends: ${shlibs:Depends}, ${misc:Depends}
14Description: System call tracer
15 strace is a system call tracer, i.e. a debugging tool which prints out
16 a trace of all the system calls made by a another process/program.
17 The program to be traced need not be recompiled for this, so you can
18 use it on binaries for which you don't have source.
19 .
20 System calls and signals are events that happen at the user/kernel
21 interface. A close examination of this boundary is very useful for bug
22 isolation, sanity checking and attempting to capture race conditions.
23
24Package: strace64
25Architecture: i386 powerpc s390 sparc
26Priority: optional
27Depends: ${shlibs:Depends}, ${misc:Depends}
28Description: System call tracer for 64bit binaries
29 strace is a system call tracer, i.e. a debugging tool which prints out
30 a trace of all the system calls made by a another process/program.
31 The program to be traced need not be recompiled for this, so you can
32 use it on binaries for which you don't have source.
33 .
34 This package contains the 64bit version of the binary, intended for
35 biarch systems with 32bit userland and 64bit kernel.
36 .
37 System calls and signals are events that happen at the user/kernel
38 interface. A close examination of this boundary is very useful for bug
39 isolation, sanity checking and attempting to capture race conditions.
40
41Package: strace-udeb
42Section: debian-installer
43XC-Package-Type: udeb
44Priority: optional
45Architecture: linux-any
46Depends: ${shlibs:Depends}, ${misc:Depends}
47Description: System call tracer
48 strace is a system call tracer, i.e. a debugging tool which prints out
49 a trace of all the system calls made by a another process/program.
50 The program to be traced need not be recompiled for this, so you can
51 use it on binaries for which you don't have source.
52 .
53 System calls and signals are events that happen at the user/kernel
54 interface. A close examination of this boundary is very useful for bug
55 isolation, sanity checking and attempting to capture race conditions.
56 .
57 This is a stripped down package intended for debugging use in the Debian
58 installer.
59