]> granicus.if.org Git - strace/blob - debian/control
Enable stack tracing in packages on all architectures
[strace] / debian / control
1 Source: strace
2 Maintainer: Steve McIntyre <93sam@debian.org>
3 Section: utils
4 Priority: optional
5 Build-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, pkg-config, libdw-dev, libiberty-dev, libbluetooth-dev
6 Standards-Version: 4.1.3
7 Homepage: https://strace.io
8 Vcs-Git: https://salsa.debian.org/debian/strace.git
9 Vcs-Browser: https://salsa.debian.org/debian/strace
10
11 Package: strace
12 Architecture: linux-any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: 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
24 Package: strace64
25 Architecture: i386 powerpc s390 sparc
26 Priority: optional
27 Depends: ${shlibs:Depends}, ${misc:Depends}
28 Description: 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
41 Package: strace-udeb
42 Section: debian-installer
43 XC-Package-Type: udeb
44 Priority: optional
45 Architecture: linux-any
46 Depends: ${shlibs:Depends}, ${misc:Depends}
47 Description: 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.