From 099ddefe38d239770097bd4dbe7600c98d3bcf80 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 09 Oct 2013 17:39:56 -0400 Subject: Add binary packages. --- 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. -- cgit v0.9.1