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 | 15 +++++++++++++++ .../build-spec/debian/install | 1 + .../build-spec/fill-values | 4 ++++ .../build-spec/orig/some-file | 1 + .../files-arch-indep-not-marked-all/eval/desc | 2 ++ .../files-arch-indep-not-marked-all/eval/hints | 1 + 6 files changed, 24 insertions(+) create mode 100644 t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/debian/control.in create mode 100644 t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/debian/install create mode 100644 t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/fill-values create mode 100644 t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/orig/some-file create mode 100644 t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/eval/desc create mode 100644 t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/eval/hints (limited to 't/recipes/checks/files/architecture/files-arch-indep-not-marked-all') diff --git a/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/debian/control.in b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/debian/control.in new file mode 100644 index 0000000..f0f7ed0 --- /dev/null +++ b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/debian/control.in @@ -0,0 +1,15 @@ +Source: [% $source %] +Priority: optional +Section: [% $section %] +Maintainer: [% $author %] +Standards-Version: [% $standards_version %] +Build-Depends: [% $build_depends %] +Rules-Requires-Root: no + +Package: [% $source %] +Architecture: [% $package_architecture %] +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: [% $description %] + 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. diff --git a/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/debian/install b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/debian/install new file mode 100644 index 0000000..6c37889 --- /dev/null +++ b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/debian/install @@ -0,0 +1 @@ +some-file usr/share/lintian diff --git a/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/fill-values b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/fill-values new file mode 100644 index 0000000..5f57097 --- /dev/null +++ b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/fill-values @@ -0,0 +1,4 @@ +Skeleton: upload-native +Testname: files-arch-indep-not-marked-all +Package-Architecture: any +Description: Test of arch indep package not marked arch:all diff --git a/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/orig/some-file b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/orig/some-file new file mode 100644 index 0000000..02c9d2d --- /dev/null +++ b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/build-spec/orig/some-file @@ -0,0 +1 @@ +Hi, I could totally be architecture dependent. diff --git a/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/eval/desc b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/eval/desc new file mode 100644 index 0000000..92b894c --- /dev/null +++ b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/eval/desc @@ -0,0 +1,2 @@ +Testname: files-arch-indep-not-marked-all +Check: files/architecture diff --git a/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/eval/hints b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/eval/hints new file mode 100644 index 0000000..a9537ca --- /dev/null +++ b/t/recipes/checks/files/architecture/files-arch-indep-not-marked-all/eval/hints @@ -0,0 +1 @@ +files-arch-indep-not-marked-all (binary): package-contains-no-arch-dependent-files -- cgit v1.2.3