1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
#Replace usual build-deps (which runs smoke tests) with custom
Tests: custom-smoke
Depends: @, @builddeps@
Restrictions: allow-stderr
Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps
Depends: @, pkg-perl-autopkgtest
Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps-and-recommends
Depends: @, pkg-perl-autopkgtest
Restrictions: needs-recommends
Test-Command: /usr/share/pkg-perl-autopkgtest/runner heavy-deps
Depends: @, pkg-perl-autopkgtest, pkg-perl-autopkgtest-heavy
|