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 --- .../files-symlink-points-to-tmp/build-spec/debian/install | 1 + .../files-symlink-points-to-tmp/build-spec/debian/rules | 14 ++++++++++++++ .../files-symlink-points-to-tmp/build-spec/fill-values | 3 +++ .../symbolic-links/files-symlink-points-to-tmp/eval/desc | 2 ++ .../symbolic-links/files-symlink-points-to-tmp/eval/hints | 1 + 5 files changed, 21 insertions(+) create mode 100644 t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/debian/install create mode 100644 t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/debian/rules create mode 100644 t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/fill-values create mode 100644 t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/eval/desc create mode 100644 t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/eval/hints (limited to 't/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp') diff --git a/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/debian/install b/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/debian/install new file mode 100644 index 0000000..a9d7a9f --- /dev/null +++ b/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/debian/install @@ -0,0 +1 @@ +symlinks/* usr/share/lintian/data/ diff --git a/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/debian/rules b/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/debian/rules new file mode 100644 index 0000000..e61f78e --- /dev/null +++ b/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_build: + mkdir symlinks/ + ln -s /tmp/does-not-exist symlinks/points-to-tmp + +override_dh_auto_clean: + rm -fr symlinks/ + +override_dh_link: + # it will fix our symlinks and ruin the test, so skip it. diff --git a/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/fill-values b/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/fill-values new file mode 100644 index 0000000..0d71863 --- /dev/null +++ b/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: files-symlink-points-to-tmp +Description: Symlink point to /tmp diff --git a/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/eval/desc b/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/eval/desc new file mode 100644 index 0000000..1f53716 --- /dev/null +++ b/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/eval/desc @@ -0,0 +1,2 @@ +Testname: files-symlink-points-to-tmp +Check: files/symbolic-links diff --git a/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/eval/hints b/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/eval/hints new file mode 100644 index 0000000..caa86dd --- /dev/null +++ b/t/recipes/checks/files/symbolic-links/files-symlink-points-to-tmp/eval/hints @@ -0,0 +1 @@ +files-symlink-points-to-tmp (binary): symlink-target-in-tmp /tmp/does-not-exist [usr/share/lintian/data/points-to-tmp] -- cgit v1.2.3