diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
commit | 75808db17caf8b960b351e3408e74142f4c85aac (patch) | |
tree | 7989e9c09a4240248bf4658a22208a0a52d991c4 /t/skeletons | |
parent | Initial commit. (diff) | |
download | lintian-75808db17caf8b960b351e3408e74142f4c85aac.tar.xz lintian-75808db17caf8b960b351e3408e74142f4c85aac.zip |
Adding upstream version 2.117.0.upstream/2.117.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/skeletons')
-rw-r--r-- | t/skeletons/changes | 6 | ||||
-rw-r--r-- | t/skeletons/deb | 12 | ||||
-rw-r--r-- | t/skeletons/source-native | 9 | ||||
-rw-r--r-- | t/skeletons/source-non-native | 11 | ||||
-rw-r--r-- | t/skeletons/testing | 3 | ||||
-rw-r--r-- | t/skeletons/upload-builder-only | 8 | ||||
-rw-r--r-- | t/skeletons/upload-native | 9 | ||||
-rw-r--r-- | t/skeletons/upload-non-native | 12 |
8 files changed, 70 insertions, 0 deletions
diff --git a/t/skeletons/changes b/t/skeletons/changes new file mode 100644 index 0000000..eb0ae55 --- /dev/null +++ b/t/skeletons/changes @@ -0,0 +1,6 @@ +Version: 1.0 +Template-Sets: + . (changes-simple-filler), +Fill-Targets: + test.changes, + . (make-builder), diff --git a/t/skeletons/deb b/t/skeletons/deb new file mode 100644 index 0000000..3155097 --- /dev/null +++ b/t/skeletons/deb @@ -0,0 +1,12 @@ +Version: 1.0 +Template-Sets: + DEBIAN (binary-control), + doc (mandatory-docs), + . (deb-make-builder) +Fill-Targets: + DEBIAN (binary-control), + doc (mandatory-docs), + . (make-builder), + pre-build, + pre-control, + pre-data diff --git a/t/skeletons/source-native b/t/skeletons/source-native new file mode 100644 index 0000000..ed26f79 --- /dev/null +++ b/t/skeletons/source-native @@ -0,0 +1,9 @@ +Type: native +Source-Format: 3.0 (native) +Version: 1.0 +Template-Sets: + debian (debian-native), + . (source-make-builder), +Fill-Targets: + debian (debian-packaging), + . (make-builder), diff --git a/t/skeletons/source-non-native b/t/skeletons/source-non-native new file mode 100644 index 0000000..79a325c --- /dev/null +++ b/t/skeletons/source-non-native @@ -0,0 +1,11 @@ +Type: non-native +Source-Format: 3.0 (quilt) +Version: 1.0-1 +Template-Sets: + debian (debian-native), + debian (debian-extra-non-native), + . (source-make-builder), +Fill-Targets: + debian (debian-packaging), + orig/debian (debian-packaging), + . (make-builder), diff --git a/t/skeletons/testing b/t/skeletons/testing new file mode 100644 index 0000000..d92f615 --- /dev/null +++ b/t/skeletons/testing @@ -0,0 +1,3 @@ +Template-Sets: + . (test-runner-tags), + . (lintian-invocation) diff --git a/t/skeletons/upload-builder-only b/t/skeletons/upload-builder-only new file mode 100644 index 0000000..4be967d --- /dev/null +++ b/t/skeletons/upload-builder-only @@ -0,0 +1,8 @@ +Type: non-native +Source-Format: 3.0 (quilt) +Version: 1.0-1 +Template-Sets: + . (upload-make-builder), +Fill-Targets: + debian (debian-packaging), + . (make-builder), diff --git a/t/skeletons/upload-native b/t/skeletons/upload-native new file mode 100644 index 0000000..f8f8857 --- /dev/null +++ b/t/skeletons/upload-native @@ -0,0 +1,9 @@ +Type: native +Source-Format: 3.0 (native) +Version: 1.0 +Template-Sets: + debian (debian-native), + . (upload-make-builder), +Fill-Targets: + debian (debian-packaging), + . (make-builder), diff --git a/t/skeletons/upload-non-native b/t/skeletons/upload-non-native new file mode 100644 index 0000000..099268a --- /dev/null +++ b/t/skeletons/upload-non-native @@ -0,0 +1,12 @@ +Type: non-native +Source-Format: 3.0 (quilt) +Version: 1.0-1 +Template-Sets: + debian (debian-native), + debian (debian-extra-non-native), + . (upload-make-builder), +Fill-Targets: + debian (debian-packaging), + orig/debian (debian-packaging), + . (make-builder), + pre-upstream, |