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 --- .../debian/copyright/named-copyright-in-source/build-spec/fill-values | 3 +++ .../debian/copyright/named-copyright-in-source/build-spec/pre-build | 4 ++++ t/recipes/checks/debian/copyright/named-copyright-in-source/eval/desc | 2 ++ .../checks/debian/copyright/named-copyright-in-source/eval/hints | 1 + 4 files changed, 10 insertions(+) create mode 100644 t/recipes/checks/debian/copyright/named-copyright-in-source/build-spec/fill-values create mode 100755 t/recipes/checks/debian/copyright/named-copyright-in-source/build-spec/pre-build create mode 100644 t/recipes/checks/debian/copyright/named-copyright-in-source/eval/desc create mode 100644 t/recipes/checks/debian/copyright/named-copyright-in-source/eval/hints (limited to 't/recipes/checks/debian/copyright/named-copyright-in-source') diff --git a/t/recipes/checks/debian/copyright/named-copyright-in-source/build-spec/fill-values b/t/recipes/checks/debian/copyright/named-copyright-in-source/build-spec/fill-values new file mode 100644 index 0000000..da1fd11 --- /dev/null +++ b/t/recipes/checks/debian/copyright/named-copyright-in-source/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: named-copyright-in-source +Description: Builds single package and uses d/$package.copyright as name diff --git a/t/recipes/checks/debian/copyright/named-copyright-in-source/build-spec/pre-build b/t/recipes/checks/debian/copyright/named-copyright-in-source/build-spec/pre-build new file mode 100755 index 0000000..90f1ee3 --- /dev/null +++ b/t/recipes/checks/debian/copyright/named-copyright-in-source/build-spec/pre-build @@ -0,0 +1,4 @@ +#!/bin/sh + +cd "$1/debian" +mv copyright named-copyright-in-source.copyright diff --git a/t/recipes/checks/debian/copyright/named-copyright-in-source/eval/desc b/t/recipes/checks/debian/copyright/named-copyright-in-source/eval/desc new file mode 100644 index 0000000..f3ddca1 --- /dev/null +++ b/t/recipes/checks/debian/copyright/named-copyright-in-source/eval/desc @@ -0,0 +1,2 @@ +Testname: named-copyright-in-source +Check: debian/copyright diff --git a/t/recipes/checks/debian/copyright/named-copyright-in-source/eval/hints b/t/recipes/checks/debian/copyright/named-copyright-in-source/eval/hints new file mode 100644 index 0000000..4000c74 --- /dev/null +++ b/t/recipes/checks/debian/copyright/named-copyright-in-source/eval/hints @@ -0,0 +1 @@ +named-copyright-in-source (source): named-copyright-for-single-installable [debian/named-copyright-in-source.copyright] -- cgit v1.2.3