mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-04-29 06:22:58 +00:00
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: e029c60dff
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
b154004956
commit
f6ca4f6415
1
Makefile
1
Makefile
@ -36,6 +36,7 @@ build:
|
|||||||
rm build/Cargo.lock
|
rm build/Cargo.lock
|
||||||
find build/debian -name "*.hint" -delete
|
find build/debian -name "*.hint" -delete
|
||||||
cp build/debian/control debian/control
|
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
|
.PHONY: deb
|
||||||
deb: $(DEB)
|
deb: $(DEB)
|
||||||
|
Loading…
Reference in New Issue
Block a user