diff options
Diffstat (limited to 't/recipes/checks/files/encoding/national-header-fix-encoding-patch')
4 files changed, 20 insertions, 0 deletions
diff --git a/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/build-spec/debian/patches/utf8.patch b/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/build-spec/debian/patches/utf8.patch new file mode 100644 index 0000000..f5a3bb1 --- /dev/null +++ b/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/build-spec/debian/patches/utf8.patch @@ -0,0 +1,14 @@ +Description: Convert a source file to UTF-8 encoding. +Author: Moisés Guimarães (moises.guimaraes@phoebus.com.br) + +--- 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/files/encoding/national-header-fix-encoding-patch/build-spec/fill-values b/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/build-spec/fill-values new file mode 100644 index 0000000..0e9cd74 --- /dev/null +++ b/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: source-non-native +Testname: national-header-fix-encoding-patch +Description: Debian patch to fix national encoding with a national header diff --git a/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/eval/desc b/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/eval/desc new file mode 100644 index 0000000..2c87937 --- /dev/null +++ b/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/eval/desc @@ -0,0 +1,2 @@ +Testname: national-header-fix-encoding-patch +Check: files/encoding diff --git a/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/eval/hints b/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/eval/hints new file mode 100644 index 0000000..7b7a7ab --- /dev/null +++ b/t/recipes/checks/files/encoding/national-header-fix-encoding-patch/eval/hints @@ -0,0 +1 @@ +national-header-fix-encoding-patch (source): national-encoding DEP-3 header [debian/patches/utf8.patch] |