summaryrefslogtreecommitdiffstats
path: root/tests/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkg')
-rw-r--r--tests/pkg/README5
-rw-r--r--tests/pkg/bar.pkg/control6
-rw-r--r--tests/pkg/changelog3
-rw-r--r--tests/pkg/control1
-rw-r--r--tests/pkg/copyright1
-rw-r--r--tests/pkg/foo.pkg/control6
-rw-r--r--tests/pkg/foo.pkg/docs1
-rw-r--r--tests/pkg/format1
-rw-r--r--tests/pkg/patches/01_goodbye.patch7
-rw-r--r--tests/pkg/substvars3
10 files changed, 0 insertions, 34 deletions
diff --git a/tests/pkg/README b/tests/pkg/README
deleted file mode 100644
index 4e8791e..0000000
--- a/tests/pkg/README
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index b0c05fa..0000000
--- a/tests/pkg/bar.pkg/control
+++ /dev/null
@@ -1,6 +0,0 @@
-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/changelog b/tests/pkg/changelog
deleted file mode 100644
index 118a036..0000000
--- a/tests/pkg/changelog
+++ /dev/null
@@ -1,3 +0,0 @@
-foo (1.0-1) trunk
- * Initial release.
- -- "J. Random Hacker" <jrandom@example.com> Thu, 01 Jan 1970 00:00:00 +0000
diff --git a/tests/pkg/control b/tests/pkg/control
deleted file mode 100644
index 6d12994..0000000
--- a/tests/pkg/control
+++ /dev/null
@@ -1 +0,0 @@
-Maintainer: "J. Random Hacker" <jrandom@example.com>
diff --git a/tests/pkg/copyright b/tests/pkg/copyright
deleted file mode 100644
index b4d4b40..0000000
--- a/tests/pkg/copyright
+++ /dev/null
@@ -1 +0,0 @@
-Copyright (C) 2038 J. Random Hacker
diff --git a/tests/pkg/foo.pkg/control b/tests/pkg/foo.pkg/control
deleted file mode 100644
index 1ab7dd1..0000000
--- a/tests/pkg/foo.pkg/control
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index ab59324..0000000
--- a/tests/pkg/foo.pkg/docs
+++ /dev/null
@@ -1 +0,0 @@
-../README README.upstream
diff --git a/tests/pkg/format b/tests/pkg/format
deleted file mode 100644
index cd5ac03..0000000
--- a/tests/pkg/format
+++ /dev/null
@@ -1 +0,0 @@
-2.0
diff --git a/tests/pkg/patches/01_goodbye.patch b/tests/pkg/patches/01_goodbye.patch
deleted file mode 100644
index e30f1c4..0000000
--- a/tests/pkg/patches/01_goodbye.patch
+++ /dev/null
@@ -1,7 +0,0 @@
-diff -Naur a/src/foo.sh b/src/foo.sh
---- a/src/foo.sh
-+++ b/src/foo.sh
-@@ -1,2 +1,2 @@
- #!/bin/sh
--printf 'Hello, world!\n'
-+printf 'Goodbye, world!\n'
diff --git a/tests/pkg/substvars b/tests/pkg/substvars
deleted file mode 100644
index fbcb606..0000000
--- a/tests/pkg/substvars
+++ /dev/null
@@ -1,3 +0,0 @@
-Common-Description:
- This is a frobnicator of objects. Conveniently, it also bit-bangs all
- registers.