qemu-debootstrap is deprecated, use regular debootstrap directly

mk-sbuild relies on "qemu-debootstrap" from "qemu-user-static". This binary (/usr/sbin/qemu-debootstrap) used to be available in Ubuntu <=23.04 as part of "qemu-user-static" <=7.2, but is no longer present in Ubuntu >=23.10, because "qemu-user-static" 8.0.4 doesn't have it.

Signed-off-by: Volker Theile <votdev@gmx.de>
This commit is contained in:
Volker Theile 2024-01-06 20:43:47 +01:00
parent a079de0c11
commit 5bb2afee52
No known key found for this signature in database
GPG Key ID: C1887490ACA4CF4E

View File

@ -75,7 +75,7 @@ create: $(BUILDPLACE) $(BUILDRESULT) $(APTCACHE) install_keyring
--buildresult $(BUILDRESULT) \
--aptcache $(APTCACHE) \
--components $(COMPONENTS) \
--debootstrap qemu-debootstrap \
--debootstrap debootstrap \
--debootstrapopts --verbose \
--debootstrapopts --arch=$(ARCHITECTURE) \
--debootstrapopts --keyring=$(DEBOOTSTRAPOPTS_KEYRING) \