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/recipes/checks/debian/patches/dep3/pseudo-header | |
parent | Initial commit. (diff) | |
download | lintian-upstream.tar.xz lintian-upstream.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/recipes/checks/debian/patches/dep3/pseudo-header')
4 files changed, 26 insertions, 0 deletions
diff --git a/t/recipes/checks/debian/patches/dep3/pseudo-header/build-spec/debian/patches/no-forwarding-needed.patch b/t/recipes/checks/debian/patches/dep3/pseudo-header/build-spec/debian/patches/no-forwarding-needed.patch new file mode 100644 index 0000000..2c51d06 --- /dev/null +++ b/t/recipes/checks/debian/patches/dep3/pseudo-header/build-spec/debian/patches/no-forwarding-needed.patch @@ -0,0 +1,17 @@ +Description: Convert a source file to UTF-8 encoding. +Author: Felix Lechner <felix.lechner@lease-up.com> + +# second pseudo-header allowed by DEP-3, see Bug#966024 +Forwarded: not-needed + +--- a/cyassl/ctaocrypt/tfm.h ++++ b/cyassl/ctaocrypt/tfm.h +@@ -28,7 +28,7 @@ + + + /** +- * Edited by Moisés Guimarães (moises.guimaraes@phoebus.com.br) ++ * Edited by Moisés Guimarães (moises.guimaraes@phoebus.com.br) + * to fit CyaSSL's needs. + */ + diff --git a/t/recipes/checks/debian/patches/dep3/pseudo-header/build-spec/fill-values b/t/recipes/checks/debian/patches/dep3/pseudo-header/build-spec/fill-values new file mode 100644 index 0000000..1e762d9 --- /dev/null +++ b/t/recipes/checks/debian/patches/dep3/pseudo-header/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: source-non-native +Testname: pseudo-header +Description: Debian patch with Forwarded: not-needed in a pseudo-header (false positive) diff --git a/t/recipes/checks/debian/patches/dep3/pseudo-header/eval/desc b/t/recipes/checks/debian/patches/dep3/pseudo-header/eval/desc new file mode 100644 index 0000000..18c9f9d --- /dev/null +++ b/t/recipes/checks/debian/patches/dep3/pseudo-header/eval/desc @@ -0,0 +1,5 @@ +Testname: pseudo-header +Check: debian/patches/dep3 +Test-Against: + patch-not-forwarded-upstream +See-Also: Bug#966024 diff --git a/t/recipes/checks/debian/patches/dep3/pseudo-header/eval/hints b/t/recipes/checks/debian/patches/dep3/pseudo-header/eval/hints new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/t/recipes/checks/debian/patches/dep3/pseudo-header/eval/hints @@ -0,0 +1 @@ + |