X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=bfd440a70ae5d2d2134c632ca10f220629e2be96;hb=2d55beeca071a7507d5cdaf23814a58a7e7e2527;hp=2e10487bec77e137aec62d0486a42389cfede12b;hpb=c47a900ceb5b62ef53105b02514aa5d30576c73c;p=proxmox-backup.git diff --git a/Makefile b/Makefile index 2e10487b..bfd440a7 100644 --- a/Makefile +++ b/Makefile @@ -69,10 +69,12 @@ doc: .PHONY: build build: rm -rf build + rm debian/control debcargo package --config debian/debcargo.toml --changelog-ready --no-overlay-write-back --directory build proxmox-backup $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//') sed -e '1,/^$$/ ! d' build/debian/control > build/debian/control.src cat build/debian/control.src build/debian/control.in > build/debian/control rm build/debian/control.in build/debian/control.src + cp build/debian/control debian/control rm build/Cargo.lock find build/debian -name "*.hint" -delete $(foreach i,$(SUBDIRS), \