Get rid of deprecated needs-recommends feature
Instead embed the recommended packages in the Depends field following the advice from autopkgtest maintainers (and the nagging from lintian).
This commit is contained in:
parent
0f799a634e
commit
ce033fed19
|
@ -3,5 +3,5 @@ Depends: live-build,
|
|||
Restrictions: needs-root, allow-stderr, needs-internet
|
||||
|
||||
Tests: build-kali-image
|
||||
Depends: live-build, git, ca-certificates, curl,
|
||||
Restrictions: needs-root, allow-stderr, needs-recommends, flaky, needs-internet
|
||||
Depends: live-build, git, ca-certificates, curl, apt-utils, bzip2, cpio, file, wget, xz-utils
|
||||
Restrictions: needs-root, allow-stderr, flaky, needs-internet
|
||||
|
|
Loading…
Reference in New Issue