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/control.in | 95 ++++++++++++++++++++++ .../debian/copyright-mentions-apache.copyright | 13 +++ .../debian/copyright-mentions-apache2.copyright | 13 +++ .../debian/copyright-mentions-apache3.copyright | 13 +++ .../debian/copyright-mentions-gfdl.copyright | 13 +++ .../debian/copyright-mentions-gpl.copyright | 14 ++++ .../debian/copyright-mentions-lgpl.copyright | 13 +++ .../debian/copyright-mentions-lgpl2.copyright | 13 +++ .../debian/copyright-mentions-perl.copyright | 13 +++ .../build-spec/fill-values | 3 + .../copyright-file-non-common-license/eval/desc | 8 ++ .../copyright-file-non-common-license/eval/hints | 0 12 files changed, 211 insertions(+) create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/control.in create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache.copyright create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache2.copyright create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache3.copyright create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-gfdl.copyright create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-gpl.copyright create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-lgpl.copyright create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-lgpl2.copyright create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-perl.copyright create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/fill-values create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/eval/desc create mode 100644 t/recipes/checks/debian/copyright/copyright-file-non-common-license/eval/hints (limited to 't/recipes/checks/debian/copyright/copyright-file-non-common-license') diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/control.in b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/control.in new file mode 100644 index 0000000..00c2ba8 --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/control.in @@ -0,0 +1,95 @@ +Source: [% $source %] +Priority: optional +Section: [% $section %] +Maintainer: [% $author %] +Standards-Version: [% $standards_version %] +Build-Depends: [% $build_depends %] +Rules-Requires-Root: no + +Package: copyright-mentions-apache +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: checks against common license false positive for Apache + Tests against common license false positive for Apache. + . + This is a test package designed to exercise some feature or tag of + Lintian. It is part of the Lintian test suite and may do very odd + things. It should not be installed like a regular package. It may + be an empty package. + +Package: copyright-mentions-apache2 +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: checks against common license false positive for Apache (2) + Tests against common license false positive for Apache (2). + . + This is a test package designed to exercise some feature or tag of + Lintian. It is part of the Lintian test suite and may do very odd + things. It should not be installed like a regular package. It may + be an empty package. + +Package: copyright-mentions-apache3 +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: checks against common license false positive for Apache (3) + Tests against common license false positive for Apache (3). + . + This is a test package designed to exercise some feature or tag of + Lintian. It is part of the Lintian test suite and may do very odd + things. It should not be installed like a regular package. It may + be an empty package. + +Package: copyright-mentions-gfdl +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: checks against common license false positive for gfdl + Tests against common license false positive for gfdl. + . + This is a test package designed to exercise some feature or tag of + Lintian. It is part of the Lintian test suite and may do very odd + things. It should not be installed like a regular package. It may + be an empty package. + +Package: copyright-mentions-gpl +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: checks against common license false positive for gpl + Tests against common license false positive for gpl. + . + This is a test package designed to exercise some feature or tag of + Lintian. It is part of the Lintian test suite and may do very odd + things. It should not be installed like a regular package. It may + be an empty package. + +Package: copyright-mentions-lgpl +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: checks against common license false positive for lgpl + Tests against common license false positive for lgpl. + . + This is a test package designed to exercise some feature or tag of + Lintian. It is part of the Lintian test suite and may do very odd + things. It should not be installed like a regular package. It may + be an empty package. + +Package: copyright-mentions-lgpl2 +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: checks against common license false positive for lgpl (2) + Tests against common license false positive for lgpl (2). + . + This is a test package designed to exercise some feature or tag of + Lintian. It is part of the Lintian test suite and may do very odd + things. It should not be installed like a regular package. It may + be an empty package. + +Package: copyright-mentions-perl +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: checks against common license false positive for perl + Tests against common license false positive for perl. + . + This is a test package designed to exercise some feature or tag of + Lintian. It is part of the Lintian test suite and may do very odd + things. It should not be installed like a regular package. It may + be an empty package. diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache.copyright b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache.copyright new file mode 100644 index 0000000..627f564 --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache.copyright @@ -0,0 +1,13 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lintian +Upstream-Contact: Lintian Maintainers +Source: http://git.debian.org/?p=lintian/lintian.git + +Files: * +Copyright: 2015 Lintian Maintainers +License: Mentions-Other-License + +License: Mentions-Other-License + lorem ipsum + lorem ipsum Apache License , Version 2.0 lorem ipsum + lorem ipsum diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache2.copyright b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache2.copyright new file mode 100644 index 0000000..493add3 --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache2.copyright @@ -0,0 +1,13 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lintian +Upstream-Contact: Lintian Maintainers +Source: http://git.debian.org/?p=lintian/lintian.git + +Files: * +Copyright: 2015 Lintian Maintainers +License: Mentions-Other-License + +License: Mentions-Other-License + lorem ipsum + lorem ipsum Apache License Version 2.0 lorem ipsum + lorem ipsum diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache3.copyright b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache3.copyright new file mode 100644 index 0000000..28de0e9 --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-apache3.copyright @@ -0,0 +1,13 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lintian +Upstream-Contact: Lintian Maintainers +Source: http://git.debian.org/?p=lintian/lintian.git + +Files: * +Copyright: 2015 Lintian Maintainers +License: Mentions-Other-License + +License: Mentions-Other-License + lorem ipsum + lorem ipsum Apache-2 License lorem ipsum + lorem ipsum diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-gfdl.copyright b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-gfdl.copyright new file mode 100644 index 0000000..75ac1cb --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-gfdl.copyright @@ -0,0 +1,13 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lintian +Upstream-Contact: Lintian Maintainers +Source: http://git.debian.org/?p=lintian/lintian.git + +Files: * +Copyright: 2015 Lintian Maintainers +License: Mentions-Other-License + +License: Mentions-Other-License + lorem ipsum + lorem ipsum GNU Free Documentation License (GFDL) lorem ipsum + lorem ipsum diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-gpl.copyright b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-gpl.copyright new file mode 100644 index 0000000..a33353a --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-gpl.copyright @@ -0,0 +1,14 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lintian +Upstream-Contact: Lintian Maintainers +Source: http://git.debian.org/?p=lintian/lintian.git + +Files: * +Copyright: 2015 Lintian Maintainers +License: Mentions-Other-License + +License: Mentions-Other-License + lorem ipsum + lorem ipsum GNU General Public License (GPL) applies to the changes, + . + lorem ipsum diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-lgpl.copyright b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-lgpl.copyright new file mode 100644 index 0000000..93a0925 --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-lgpl.copyright @@ -0,0 +1,13 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lintian +Upstream-Contact: Lintian Maintainers +Source: http://git.debian.org/?p=lintian/lintian.git + +Files: * +Copyright: 2015 Lintian Maintainers +License: Mentions-Other-License + +License: Mentions-Other-License + lorem ipsum + lorem ipsum GNU Lesser General Public License (LGPL) lorem ipsum + lorem ipsum diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-lgpl2.copyright b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-lgpl2.copyright new file mode 100644 index 0000000..74632b5 --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-lgpl2.copyright @@ -0,0 +1,13 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lintian +Upstream-Contact: Lintian Maintainers +Source: http://git.debian.org/?p=lintian/lintian.git + +Files: * +Copyright: 2015 Lintian Maintainers +License: Mentions-Other-License + +License: Mentions-Other-License + lorem ipsum + lorem ipsum GNU Library General Public License (LGPL) lorem ipsum + lorem ipsum diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-perl.copyright b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-perl.copyright new file mode 100644 index 0000000..8a757ce --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/debian/copyright-mentions-perl.copyright @@ -0,0 +1,13 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lintian +Upstream-Contact: Lintian Maintainers +Source: http://git.debian.org/?p=lintian/lintian.git + +Files: * +Copyright: 2015 Lintian Maintainers +License: Mentions-Other-License + +License: Mentions-Other-License + lorem ipsum + lorem ipsum under the same terms as Perl itself lorem ipsum + lorem ipsum diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/fill-values b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/fill-values new file mode 100644 index 0000000..efe9ba6 --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: copyright-file-non-common-license +Description: Test for false positive for a common license diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/eval/desc b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/eval/desc new file mode 100644 index 0000000..07eb186 --- /dev/null +++ b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/eval/desc @@ -0,0 +1,8 @@ +Testname: copyright-file-non-common-license +Test-Against: + copyright-not-using-common-license-for-gpl + copyright-not-using-common-license-for-gfdl + copyright-not-using-common-license-for-lgpl + copyright-not-using-common-license-for-apache2 + copyright-file-lacks-pointer-to-perl-license +Check: debian/copyright diff --git a/t/recipes/checks/debian/copyright/copyright-file-non-common-license/eval/hints b/t/recipes/checks/debian/copyright/copyright-file-non-common-license/eval/hints new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3