summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-09 17:39:56 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-09 17:39:56 (EDT)
commit099ddefe38d239770097bd4dbe7600c98d3bcf80 (patch)
tree51e0c22f34ed5dea16f4bd2b89d217d6a8dd5b36
parentdebc641386aadbee613f7b03f3463b82ac426231 (diff)
Add binary packages.
-rw-r--r--strace-doc.pkg/control7
-rw-r--r--strace-doc.pkg/files1
-rw-r--r--strace.pkg/control4
-rw-r--r--strace.pkg/docs0
-rw-r--r--strace.pkg/files1
-rw-r--r--substvars3
6 files changed, 16 insertions, 0 deletions
diff --git a/strace-doc.pkg/control b/strace-doc.pkg/control
new file mode 100644
index 0000000..0c0e618
--- /dev/null
+++ b/strace-doc.pkg/control
@@ -0,0 +1,7 @@
+Architecture: all
+Platform: all
+Depends: strace (= ${Binary-Version})
+Description: System call tracer - documentation
+ ${Common-Description}
+ .
+ This package provides the manual page for strace.
diff --git a/strace-doc.pkg/files b/strace-doc.pkg/files
new file mode 100644
index 0000000..0ddb634
--- /dev/null
+++ b/strace-doc.pkg/files
@@ -0,0 +1 @@
+/usr/share/man
diff --git a/strace.pkg/control b/strace.pkg/control
new file mode 100644
index 0000000..af6e826
--- /dev/null
+++ b/strace.pkg/control
@@ -0,0 +1,4 @@
+Architecture: any
+Platform: all
+Description: System call tracer
+ ${Common-Description}
diff --git a/strace.pkg/docs b/strace.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/strace.pkg/docs
diff --git a/strace.pkg/files b/strace.pkg/files
new file mode 100644
index 0000000..415f082
--- /dev/null
+++ b/strace.pkg/files
@@ -0,0 +1 @@
+/usr/bin
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..81ff905
--- /dev/null
+++ b/substvars
@@ -0,0 +1,3 @@
+Common-Description:
+ strace is a system call tracer, i.e. a debugging tool which prints out
+ a trace of all the system calls made by a another process/program.