diff options
Diffstat (limited to 't/recipes/checks/debhelper/debhelper-executable-files-compat-9')
6 files changed, 21 insertions, 0 deletions
diff --git a/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/debian/docs b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/debian/docs new file mode 100755 index 0000000..438f2fd --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/debian/docs @@ -0,0 +1,2 @@ +#! /bin/sh +# This is acceptable (though useless) diff --git a/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/debian/manpages b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/debian/manpages new file mode 100755 index 0000000..094e005 --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/debian/manpages @@ -0,0 +1,2 @@ +# /o\ this is bad... + diff --git a/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/debian/rules b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/debian/rules new file mode 100755 index 0000000..44e34f9 --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_installman: diff --git a/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/fill-values b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/fill-values new file mode 100644 index 0000000..b8831df --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: debhelper-executable-files-compat-9 +Description: Tests related to executable packaging files diff --git a/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/eval/desc b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/eval/desc new file mode 100644 index 0000000..ef29e99 --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/eval/desc @@ -0,0 +1,4 @@ +Testname: debhelper-executable-files-compat-9 +Options: --suppress-tags + no-versioned-debhelper-prerequisite +Check: debhelper diff --git a/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/eval/hints b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/eval/hints new file mode 100644 index 0000000..190fbce --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-executable-files-compat-9/eval/hints @@ -0,0 +1,4 @@ +debhelper-executable-files-compat-9 (source): executable-debhelper-file-without-being-executable [debian/manpages] +debhelper-executable-files-compat-9 (source): debian-build-system dh [debian/rules] +debhelper-executable-files-compat-9 (source): debhelper-compat-virtual-relation 13 [debian/control] +debhelper-executable-files-compat-9 (source): debhelper-compat-level 13 |