diff options
Diffstat (limited to 't/recipes/checks/debhelper/debhelper-compat-virtual-relation-both')
5 files changed, 32 insertions, 0 deletions
diff --git a/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/build-spec/debian/control.in b/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/build-spec/debian/control.in new file mode 100644 index 0000000..c59a284 --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/build-spec/debian/control.in @@ -0,0 +1,16 @@ +Source: [% $source %] +Priority: optional +Section: [% $section %] +Maintainer: [% $author %] +Standards-Version: [% $standards_version %] +Build-Depends: debhelper (>= 11.3.6~), debhelper-compat (= 10) +Rules-Requires-Root: no + +Package: [% $source %] +Architecture: [% $package_architecture %] +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. It may + be an empty package. diff --git a/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/build-spec/fill-values b/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/build-spec/fill-values new file mode 100644 index 0000000..40b77b3 --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/build-spec/fill-values @@ -0,0 +1,5 @@ +Skeleton: upload-native +Testname: debhelper-compat-virtual-relation-both +Description: Test both debhelper and debhelper-compat as a build-dependency +Default-Build-Depends: + debhelper (>= 11.3~) diff --git a/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/build-spec/pre-build b/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/build-spec/pre-build new file mode 100755 index 0000000..b5649a8 --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/build-spec/pre-build @@ -0,0 +1,5 @@ +#!/bin/sh + +DIR="$1" + +rm -f "$DIR/debian/compat" diff --git a/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/eval/desc b/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/eval/desc new file mode 100644 index 0000000..2b36dde --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/eval/desc @@ -0,0 +1,2 @@ +Testname: debhelper-compat-virtual-relation-both +Check: debhelper diff --git a/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/eval/hints b/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/eval/hints new file mode 100644 index 0000000..a26bc3a --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-compat-virtual-relation-both/eval/hints @@ -0,0 +1,4 @@ +debhelper-compat-virtual-relation-both (source): package-uses-old-debhelper-compat-version 10 +debhelper-compat-virtual-relation-both (source): debian-build-system dh [debian/rules] +debhelper-compat-virtual-relation-both (source): debhelper-compat-virtual-relation 10 [debian/control] +debhelper-compat-virtual-relation-both (source): debhelper-compat-level 10 |