From b2614f433e429a707ea49faeb175601efc800479 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 18 Mar 2019 00:01:59 -0400 Subject: tests/pkg/: Add more files --- (limited to 'tests') diff --git a/tests/pkg/README b/tests/pkg/README new file mode 100644 index 0000000..4e8791e --- /dev/null +++ b/tests/pkg/README @@ -0,0 +1,5 @@ +Frobnicator of Objects +====================== + +This is a frobnicator of objects. Conveniently, it also bit-bangs all +registers. diff --git a/tests/pkg/bar.pkg/control b/tests/pkg/bar.pkg/control new file mode 100644 index 0000000..b0c05fa --- /dev/null +++ b/tests/pkg/bar.pkg/control @@ -0,0 +1,6 @@ +Architecture: all +Platform: all +Description: Bit-bang All Registers + ${Common-Description} + . + This package assists in bit-banging all yer registers. diff --git a/tests/pkg/copyright b/tests/pkg/copyright new file mode 100644 index 0000000..b4d4b40 --- /dev/null +++ b/tests/pkg/copyright @@ -0,0 +1 @@ +Copyright (C) 2038 J. Random Hacker diff --git a/tests/pkg/foo.pkg/control b/tests/pkg/foo.pkg/control new file mode 100644 index 0000000..1ab7dd1 --- /dev/null +++ b/tests/pkg/foo.pkg/control @@ -0,0 +1,6 @@ +Architecture: any-linux-any +Platform: all +Description: Frobnicator of Objects + ${Common-Description} + . + This package provides a frobnicator of objects. diff --git a/tests/pkg/foo.pkg/docs b/tests/pkg/foo.pkg/docs new file mode 100644 index 0000000..ab59324 --- /dev/null +++ b/tests/pkg/foo.pkg/docs @@ -0,0 +1 @@ +../README README.upstream diff --git a/tests/pkg/substvars b/tests/pkg/substvars new file mode 100644 index 0000000..fbcb606 --- /dev/null +++ b/tests/pkg/substvars @@ -0,0 +1,3 @@ +Common-Description: + This is a frobnicator of objects. Conveniently, it also bit-bangs all + registers. -- cgit v0.9.1