diff options
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/] |