Add debootstrap to Depends
authorMichael Prokop <mika@grml.org>
Mon, 9 Oct 2023 15:16:08 +0000 (17:16 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 9 Oct 2023 15:16:08 +0000 (17:16 +0200)
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

index 8b5ca8a..f9dc097 100644 (file)
@@ -20,6 +20,7 @@ Architecture: all
 Depends:
  bc,
  bzip2,
+ debootstrap,
  dosfstools,
  fai-client (>= 3.4.0),
  isolinux (>= 3:6.03+dfsg-5+deb8u1~),