summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaphaël Hertzog <raphael@offensive-security.com>2021-01-22 17:55:59 +0100
committerRaphaël Hertzog <raphael@offensive-security.com>2021-01-22 17:55:59 +0100
commitce033fed1985acda9f40879f71b735f23bd84a67 (patch)
treecfa7f117732ef2cb174dfd8d2e563e6aeb394f99 /debian
parent0f799a634e7dc85be3ce1b4f7b8dcc11995f5d7d (diff)
downloadvyos-live-build-ce033fed1985acda9f40879f71b735f23bd84a67.tar.gz
vyos-live-build-ce033fed1985acda9f40879f71b735f23bd84a67.zip
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).
Diffstat (limited to 'debian')
-rw-r--r--debian/tests/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control
index 86aa2d278..2e68c0a59 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -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