diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pkg/README | 5 | ||||
-rw-r--r-- | tests/pkg/bar.pkg/control | 6 | ||||
-rw-r--r-- | tests/pkg/copyright | 1 | ||||
-rw-r--r-- | tests/pkg/foo.pkg/control | 6 | ||||
-rw-r--r-- | tests/pkg/foo.pkg/docs | 1 | ||||
-rw-r--r-- | tests/pkg/substvars | 3 |
6 files changed, 22 insertions, 0 deletions
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. |