From f6ca4f6415d76d4d5fd0ac568f2dea37c973c7ed Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Mon, 26 Jun 2023 12:58:36 +0200 Subject: [PATCH] buildsys: re-add reference to GITVERSION this was dropped when changing to debcargo, but d/docs still references it. Without this patch building with sbuild does not work. Fixes: e029c60dff35f9d4f15419e9c6e873bf837f1840 Signed-off-by: Stoiko Ivanov --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1ed170f..f172997 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ build: rm build/Cargo.lock find build/debian -name "*.hint" -delete cp build/debian/control debian/control + echo "git clone git://git.proxmox.com/git/pmg-log-tracker.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE .PHONY: deb deb: $(DEB)