Home | History | Annotate | Download | only in debian
      1 Source: strace
      2 Maintainer: Steve McIntyre <93sam (a] 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 s390 sparc sparc64 x32], debhelper (>= 7.0.0), gawk
      6 Standards-Version: 3.9.6
      7 Homepage: https://strace.io
      8 Vcs-Git: https://anonscm.debian.org/git/collab-maint/strace.git
      9 Vcs-Browser: https://anonscm.debian.org/git/collab-maint/strace.git
     10 
     11 Package: strace
     12 Architecture: 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
     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: extra
     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: extra
     45 Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 sh4 sparc sparc64 x32
     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.
     59