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 --- .../build-spec/debian/install | 2 ++ .../build-spec/debian/manpages | 1 + .../manpage-locale-dir-country-specific/build-spec/fill-values | 3 +++ .../build-spec/orig/bin/test-utf8-chars | 3 +++ .../build-spec/orig/man/test-utf8-chars.1p | 9 +++++++++ .../build-spec/orig/test-utf8-chars.1p | 10 ++++++++++ .../manual/manpage-locale-dir-country-specific/eval/desc | 3 +++ .../manual/manpage-locale-dir-country-specific/eval/hints | 1 + 8 files changed, 32 insertions(+) create mode 100644 t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/debian/install create mode 100644 t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/debian/manpages create mode 100644 t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/fill-values create mode 100755 t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/bin/test-utf8-chars create mode 100644 t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/man/test-utf8-chars.1p create mode 100644 t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/test-utf8-chars.1p create mode 100644 t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/eval/desc create mode 100644 t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/eval/hints (limited to 't/recipes/checks/documentation/manual/manpage-locale-dir-country-specific') diff --git a/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/debian/install b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/debian/install new file mode 100644 index 0000000..40faada --- /dev/null +++ b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/debian/install @@ -0,0 +1,2 @@ +test-utf8-chars.1p /usr/share/man/de_DE/man1 +bin/* usr/bin diff --git a/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/debian/manpages b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/debian/manpages new file mode 100644 index 0000000..85c5e00 --- /dev/null +++ b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/debian/manpages @@ -0,0 +1 @@ +man/* diff --git a/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/fill-values b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/fill-values new file mode 100644 index 0000000..4d9843a --- /dev/null +++ b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: manpage-locale-dir-country-specific +Description: Manual page in a locale directory that includes the country name diff --git a/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/bin/test-utf8-chars b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/bin/test-utf8-chars new file mode 100755 index 0000000..296ef78 --- /dev/null +++ b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/bin/test-utf8-chars @@ -0,0 +1,3 @@ +#!/bin/sh + +true diff --git a/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/man/test-utf8-chars.1p b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/man/test-utf8-chars.1p new file mode 100644 index 0000000..2479d3e --- /dev/null +++ b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/man/test-utf8-chars.1p @@ -0,0 +1,9 @@ +.IX Title "TEST 1" +.TH TEST 1P "2004-12-18" "Debian Project" "Debian GNU/Linux Handbook" +.SH "NAME" +\&\fBTEST\fR \- A test manpage with .1P extension. +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" +\&\fBTEST\fR tests lintian. +.PP +This is a dummy manpage for a Lintian test. diff --git a/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/test-utf8-chars.1p b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/test-utf8-chars.1p new file mode 100644 index 0000000..1b409c7 --- /dev/null +++ b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/build-spec/orig/test-utf8-chars.1p @@ -0,0 +1,10 @@ +.IX Title "TEST 1" +.TH TEST 1P "2004-12-18" "Debian Project" "Debian GNU/Linux Handbuch" +.SH "NAME" +\&\fBTEST\fR \- Eine Test-Manpage mit .1P Erweiterung. +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" +\&\fBTEST\fR tests lintian. +.PP +Diese Seite dient hauptsächlich dem Testen von latin1-Buchstaben, wie äöüß +in Manpages. diff --git a/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/eval/desc b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/eval/desc new file mode 100644 index 0000000..b12dd47 --- /dev/null +++ b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/eval/desc @@ -0,0 +1,3 @@ +Testname: manpage-locale-dir-country-specific +Test-Depends: groff-base (>= 1.22.4) +Check: documentation/manual diff --git a/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/eval/hints b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/eval/hints new file mode 100644 index 0000000..7048e4a --- /dev/null +++ b/t/recipes/checks/documentation/manual/manpage-locale-dir-country-specific/eval/hints @@ -0,0 +1 @@ +manpage-locale-dir-country-specific (binary): country-in-manual [usr/share/man/de_DE/man1/test-utf8-chars.1p.gz] -- cgit v1.2.3