From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- t/recipes/checks/files/includes/util-h/build-spec/debian/install | 3 +++ t/recipes/checks/files/includes/util-h/build-spec/fill-values | 3 +++ t/recipes/checks/files/includes/util-h/build-spec/orig/util.h | 0 t/recipes/checks/files/includes/util-h/eval/desc | 4 ++++ t/recipes/checks/files/includes/util-h/eval/hints | 2 ++ t/recipes/checks/files/includes/utils-h/build-spec/debian/install | 3 +++ t/recipes/checks/files/includes/utils-h/build-spec/fill-values | 3 +++ t/recipes/checks/files/includes/utils-h/build-spec/orig/utils.h | 0 t/recipes/checks/files/includes/utils-h/eval/desc | 4 ++++ t/recipes/checks/files/includes/utils-h/eval/hints | 2 ++ 10 files changed, 24 insertions(+) create mode 100644 t/recipes/checks/files/includes/util-h/build-spec/debian/install create mode 100644 t/recipes/checks/files/includes/util-h/build-spec/fill-values create mode 100644 t/recipes/checks/files/includes/util-h/build-spec/orig/util.h create mode 100644 t/recipes/checks/files/includes/util-h/eval/desc create mode 100644 t/recipes/checks/files/includes/util-h/eval/hints create mode 100644 t/recipes/checks/files/includes/utils-h/build-spec/debian/install create mode 100644 t/recipes/checks/files/includes/utils-h/build-spec/fill-values create mode 100644 t/recipes/checks/files/includes/utils-h/build-spec/orig/utils.h create mode 100644 t/recipes/checks/files/includes/utils-h/eval/desc create mode 100644 t/recipes/checks/files/includes/utils-h/eval/hints (limited to 't/recipes/checks/files/includes') diff --git a/t/recipes/checks/files/includes/util-h/build-spec/debian/install b/t/recipes/checks/files/includes/util-h/build-spec/debian/install new file mode 100644 index 0000000..346e9e7 --- /dev/null +++ b/t/recipes/checks/files/includes/util-h/build-spec/debian/install @@ -0,0 +1,3 @@ +*.h usr/include +*.h usr/include/private-subdir +*.h usr/include/x86_64-linux-gnu diff --git a/t/recipes/checks/files/includes/util-h/build-spec/fill-values b/t/recipes/checks/files/includes/util-h/build-spec/fill-values new file mode 100644 index 0000000..44b4299 --- /dev/null +++ b/t/recipes/checks/files/includes/util-h/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: util-h +Description: Ships a header in /usr/include/util.h diff --git a/t/recipes/checks/files/includes/util-h/build-spec/orig/util.h b/t/recipes/checks/files/includes/util-h/build-spec/orig/util.h new file mode 100644 index 0000000..e69de29 diff --git a/t/recipes/checks/files/includes/util-h/eval/desc b/t/recipes/checks/files/includes/util-h/eval/desc new file mode 100644 index 0000000..29db8ae --- /dev/null +++ b/t/recipes/checks/files/includes/util-h/eval/desc @@ -0,0 +1,4 @@ +Testname: util-h +Check: files/includes +See-Also: + Bug#898377 diff --git a/t/recipes/checks/files/includes/util-h/eval/hints b/t/recipes/checks/files/includes/util-h/eval/hints new file mode 100644 index 0000000..cbcfe9a --- /dev/null +++ b/t/recipes/checks/files/includes/util-h/eval/hints @@ -0,0 +1,2 @@ +util-h (binary): header-has-overly-generic-name [usr/include/x86_64-linux-gnu/util.h] +util-h (binary): header-has-overly-generic-name [usr/include/util.h] diff --git a/t/recipes/checks/files/includes/utils-h/build-spec/debian/install b/t/recipes/checks/files/includes/utils-h/build-spec/debian/install new file mode 100644 index 0000000..346e9e7 --- /dev/null +++ b/t/recipes/checks/files/includes/utils-h/build-spec/debian/install @@ -0,0 +1,3 @@ +*.h usr/include +*.h usr/include/private-subdir +*.h usr/include/x86_64-linux-gnu diff --git a/t/recipes/checks/files/includes/utils-h/build-spec/fill-values b/t/recipes/checks/files/includes/utils-h/build-spec/fill-values new file mode 100644 index 0000000..f3837c1 --- /dev/null +++ b/t/recipes/checks/files/includes/utils-h/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: utils-h +Description: Ships a header in /usr/include/utils.h diff --git a/t/recipes/checks/files/includes/utils-h/build-spec/orig/utils.h b/t/recipes/checks/files/includes/utils-h/build-spec/orig/utils.h new file mode 100644 index 0000000..e69de29 diff --git a/t/recipes/checks/files/includes/utils-h/eval/desc b/t/recipes/checks/files/includes/utils-h/eval/desc new file mode 100644 index 0000000..a1cd147 --- /dev/null +++ b/t/recipes/checks/files/includes/utils-h/eval/desc @@ -0,0 +1,4 @@ +Testname: utils-h +Check: files/includes +See-Also: + Bug#982322 diff --git a/t/recipes/checks/files/includes/utils-h/eval/hints b/t/recipes/checks/files/includes/utils-h/eval/hints new file mode 100644 index 0000000..221dfd8 --- /dev/null +++ b/t/recipes/checks/files/includes/utils-h/eval/hints @@ -0,0 +1,2 @@ +utils-h (binary): header-has-overly-generic-name [usr/include/x86_64-linux-gnu/utils.h] +utils-h (binary): header-has-overly-generic-name [usr/include/utils.h] -- cgit v1.2.3