summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.