From eb96e850ac9d55cb4811462b43d9dc9efa1cf1e0 Mon Sep 17 00:00:00 2001 From: Stefan Reiter Date: Thu, 27 May 2021 12:43:33 +0200 Subject: [PATCH] debian: ignore submodule checks in QEMU build ...we do those manually, and the build dir is not a git repo. Signed-off-by: Stefan Reiter --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 349c610..1f623d8 100755 --- a/debian/rules +++ b/debian/rules @@ -41,6 +41,7 @@ ${BUILDDIR}/config.status: configure # guest-agent is only required for guest systems ./configure \ + --with-git-submodules=ignore \ --docdir=/usr/share/doc/pve-qemu-kvm \ --localstatedir=/var \ --prefix=/usr \