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:
Raphaël Hertzog 2021-01-22 17:55:59 +01:00
parent 0f799a634e
commit ce033fed19
No known key found for this signature in database
GPG Key ID: 03881DABEBC29AB9
1 changed files with 2 additions and 2 deletions

View File

@ -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