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/copyright | 16 ++++++++++++++++ .../build-spec/fill-values | 2 ++ .../build-spec/orig/bad.xml | 18 ++++++++++++++++++ .../build-spec/orig/good.xml | 18 ++++++++++++++++++ .../eval/desc | 2 ++ .../eval/hints | 1 + 6 files changed, 57 insertions(+) create mode 100644 t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/debian/copyright create mode 100644 t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/fill-values create mode 100644 t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/orig/bad.xml create mode 100644 t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/orig/good.xml create mode 100644 t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/eval/desc create mode 100644 t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/eval/hints (limited to 't/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license') diff --git a/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/debian/copyright b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/debian/copyright new file mode 100644 index 0000000..22d390a --- /dev/null +++ b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/debian/copyright @@ -0,0 +1,16 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Doohickey +Upstream-Contact: J. Random Hacker +Source: http://examples.com/doohickey/source/ + +Files: * +Copyright: 2014, somebody1 +License: CC0-1.0 + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tortor + dolor, laoreet et laoreet non, pretium in nunc. Sed dapibus quis lorem + quis gravida. Cras sed purus consequat, dictum purus nec, venenatis sem. + Nullam placerat et lacus at bibendum. Maecenas varius sapien ut aliquet + elementum. Vestibulum vel rutrum ligula, quis pellentesque velit. Duis + molestie velit eget aliquet sollicitudin. Nunc eget metus nec nibh + maximus iaculis in non urna. Cras maximus dui ac mauris maximus + porttitor. diff --git a/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/fill-values b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/fill-values new file mode 100644 index 0000000..7f31358 --- /dev/null +++ b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/fill-values @@ -0,0 +1,2 @@ +Testname: source-copyright-inconsistent-appstream-metadata-license +Skeleton: upload-native diff --git a/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/orig/bad.xml b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/orig/bad.xml new file mode 100644 index 0000000..bb4f84c --- /dev/null +++ b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/orig/bad.xml @@ -0,0 +1,18 @@ + + + org.gnupg.scdaemon + does-not-match-anything + scdaemon + USB SmartCard Readers + +

+ GnuPG's scdaemon provides access to USB tokens and smartcard + readers that provide cryptographic functionality (e.g. use of + protected secret keys). +

+
+ + usb:v046Ap0005d* + usb:v0BF8p1006d* + +
diff --git a/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/orig/good.xml b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/orig/good.xml new file mode 100644 index 0000000..b316fd5 --- /dev/null +++ b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/build-spec/orig/good.xml @@ -0,0 +1,18 @@ + + + org.gnupg.scdaemon + CC0-1.0 + scdaemon + USB SmartCard Readers + +

+ GnuPG's scdaemon provides access to USB tokens and smartcard + readers that provide cryptographic functionality (e.g. use of + protected secret keys). +

+
+ + usb:v046Ap0005d* + usb:v046Ap0010d* + +
diff --git a/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/eval/desc b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/eval/desc new file mode 100644 index 0000000..da84972 --- /dev/null +++ b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/eval/desc @@ -0,0 +1,2 @@ +Testname: source-copyright-inconsistent-appstream-metadata-license +Check: debian/copyright/dep5 diff --git a/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/eval/hints b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/eval/hints new file mode 100644 index 0000000..5471a72 --- /dev/null +++ b/t/recipes/checks/debian/copyright/dep5/source-copyright-inconsistent-appstream-metadata-license/eval/hints @@ -0,0 +1 @@ +source-copyright-inconsistent-appstream-metadata-license (source): inconsistent-appstream-metadata-license bad.xml (does-not-match-anything != cc0-1.0) [debian/copyright] -- cgit v1.2.3