summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-06-22 23:04:39 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-06-22 23:04:39 +0400
commitb4cd993ec5008c28d0aca16155fbfb1f2d6a5826 (patch)
tree94ef67d9b323647a4d3f9d014ccc5478d29532e2 /debian/control
parent090597724f96dd0125a84a5a7ac31a8cbc429ba6 (diff)
downloadtruss-master.tar.gz
truss (0.9-0+dyson1) unstable; urgency=mediumHEADdyson/0.9-0+dyson1master
* Initial release.
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.