summaryrefslogtreecommitdiff
path: root/debian/control
blob: d792d17ce399f4350d66c5b9c791f862ef56bf0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: truss
Section: utils
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends: debhelper (>= 9),
 libc-db1-dev,
 libnvpair-dev,
 libproc1-dev,
 librtld-db1-dev,
 libtsol-dev,
Standards-Version: 3.9.5
Homepage: http://osdyson.org
Vcs-Git: http://cgit.osdyson.org/illumos/truss.git
Vcs-Browser: http://cgit.osdyson.org/illumos/truss.git

Package: truss
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: trace system calls and signals
 The  truss  utility executes the specified command and produces a trace of
 the system calls it performs, the signals it receives, and the machine faults
 it incurs.  Each line of the trace output reports either the fault or signal
 name or the system call name with  its  arguments  and  return value(s).
 System  call  arguments are displayed symbolically when possible using
 defines from relevant system headers.