From f365415eff8ae0f96611bc16aa3ac30868a609d5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 9 Oct 2023 17:16:08 +0200 Subject: [PATCH] Add debootstrap to Depends As of git rev d6d5fee3 we no longer depend on fai-server, though fai-client doesn't depend on debootstrap, so we need to track this on our own. Would be nice to be able to use mmdebstrap instead of debootstrap, but sadly FAI has this hardcoded, so until we got rid of FAI, we need to explicitly depend on debootstrap. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 8b5ca8a..f9dc097 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Architecture: all Depends: bc, bzip2, + debootstrap, dosfstools, fai-client (>= 3.4.0), isolinux (>= 3:6.03+dfsg-5+deb8u1~), -- 2.1.4