diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
commit | 75808db17caf8b960b351e3408e74142f4c85aac (patch) | |
tree | 7989e9c09a4240248bf4658a22208a0a52d991c4 /t/recipes/checks/files/names/files-python-dot-directory | |
parent | Initial commit. (diff) | |
download | lintian-upstream.tar.xz lintian-upstream.zip |
Adding upstream version 2.117.0.upstream/2.117.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/recipes/checks/files/names/files-python-dot-directory')
7 files changed, 10 insertions, 0 deletions
diff --git a/t/recipes/checks/files/names/files-python-dot-directory/build-spec/debian/install b/t/recipes/checks/files/names/files-python-dot-directory/build-spec/debian/install new file mode 100644 index 0000000..1ff5734 --- /dev/null +++ b/t/recipes/checks/files/names/files-python-dot-directory/build-spec/debian/install @@ -0,0 +1,2 @@ +.filename /usr/lib/python3/dist-packages/foo +.directory /usr/lib/python3/dist-packages/foo diff --git a/t/recipes/checks/files/names/files-python-dot-directory/build-spec/fill-values b/t/recipes/checks/files/names/files-python-dot-directory/build-spec/fill-values new file mode 100644 index 0000000..1ed4907 --- /dev/null +++ b/t/recipes/checks/files/names/files-python-dot-directory/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: files-python-dot-directory +Description: Check for Python .foo dirs diff --git a/t/recipes/checks/files/names/files-python-dot-directory/build-spec/orig/.directory/bar b/t/recipes/checks/files/names/files-python-dot-directory/build-spec/orig/.directory/bar new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/t/recipes/checks/files/names/files-python-dot-directory/build-spec/orig/.directory/bar diff --git a/t/recipes/checks/files/names/files-python-dot-directory/build-spec/orig/.directory/foo b/t/recipes/checks/files/names/files-python-dot-directory/build-spec/orig/.directory/foo new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/t/recipes/checks/files/names/files-python-dot-directory/build-spec/orig/.directory/foo diff --git a/t/recipes/checks/files/names/files-python-dot-directory/build-spec/orig/.filename b/t/recipes/checks/files/names/files-python-dot-directory/build-spec/orig/.filename new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/t/recipes/checks/files/names/files-python-dot-directory/build-spec/orig/.filename diff --git a/t/recipes/checks/files/names/files-python-dot-directory/eval/desc b/t/recipes/checks/files/names/files-python-dot-directory/eval/desc new file mode 100644 index 0000000..d25b10c --- /dev/null +++ b/t/recipes/checks/files/names/files-python-dot-directory/eval/desc @@ -0,0 +1,2 @@ +Testname: files-python-dot-directory +Check: files/names diff --git a/t/recipes/checks/files/names/files-python-dot-directory/eval/hints b/t/recipes/checks/files/names/files-python-dot-directory/eval/hints new file mode 100644 index 0000000..d7f6cbd --- /dev/null +++ b/t/recipes/checks/files/names/files-python-dot-directory/eval/hints @@ -0,0 +1,3 @@ +files-python-dot-directory (binary): package-contains-python-dot-directory [usr/lib/python3/dist-packages/foo/.directory/foo] +files-python-dot-directory (binary): package-contains-python-dot-directory [usr/lib/python3/dist-packages/foo/.directory/bar] +files-python-dot-directory (binary): package-contains-python-dot-directory [usr/lib/python3/dist-packages/foo/.directory/] |