From 063f50a4c9ed8b4d345ab8d94f88a0a5a5d72e58 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 06 Jan 2021 00:18:08 -0500 Subject: stress, stress-doc: Add packages --- diff --git a/stress-doc.pkg/control b/stress-doc.pkg/control new file mode 100644 index 0000000..d990da7 --- /dev/null +++ b/stress-doc.pkg/control @@ -0,0 +1,8 @@ +Architecture: all +Platform: all +Section: doc +Depends: stress (>= ${Source-Version}) +Description: Tool to impose load on and stress test systems - documentation + ${Common-Description} + . + This package provides documentation for the stress tool. diff --git a/stress-doc.pkg/files b/stress-doc.pkg/files new file mode 100644 index 0000000..cf6898e --- /dev/null +++ b/stress-doc.pkg/files @@ -0,0 +1,2 @@ +/usr/share/info/stress.info +/usr/share/man/man1/stress.1 diff --git a/stress.pkg/control b/stress.pkg/control new file mode 100644 index 0000000..f9aab0f --- /dev/null +++ b/stress.pkg/control @@ -0,0 +1,6 @@ +Architecture: any +Platform: all +Section: util +Depends: ${Shlib-Depends} +Description: Tool to impose load on and stress test systems + ${Common-Description} diff --git a/stress.pkg/docs b/stress.pkg/docs new file mode 100644 index 0000000..122c388 --- /dev/null +++ b/stress.pkg/docs @@ -0,0 +1,2 @@ +src/AUTHORS +src/README diff --git a/stress.pkg/files b/stress.pkg/files new file mode 100644 index 0000000..f1c1e08 --- /dev/null +++ b/stress.pkg/files @@ -0,0 +1 @@ +/usr/bin/stress diff --git a/substvars b/substvars new file mode 100644 index 0000000..105a664 --- /dev/null +++ b/substvars @@ -0,0 +1,6 @@ +Common-Description: + `stress' is not a benchmark, but is rather a tool designed to put given + subsytems under a specified load. Instances in which this is useful include + those in which a system administrator wishes to perform tuning activities, a + kernel or libc programmer wishes to evaluate denial of service possibilities, + etc. -- cgit v0.9.1