summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d792d17
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.