X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=949bd11180567031214ef895477cd40831eebae9;hb=9809772b236b026dd4c86b2acd6d83780b7d3f23;hp=bfd440a70ae5d2d2134c632ca10f220629e2be96;hpb=db22e6b270a8b6c42314f89056af4aef37d2dc28;p=proxmox-backup.git diff --git a/Makefile b/Makefile index bfd440a7..949bd111 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ doc: .PHONY: build build: rm -rf build - rm debian/control + rm -f 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 @@ -150,4 +150,4 @@ upload: ${SERVER_DEB} ${CLIENT_DEB} ${DOC_DEB} # check if working directory is clean git diff --exit-code --stat && git diff --exit-code --stat --staged tar cf - ${SERVER_DEB} ${SERVER_DBG_DEB} ${DOC_DEB} | ssh -X repoman@repo.proxmox.com upload --product pbs --dist buster - tar cf - ${CLIENT_DEB} ${CLIENT_DBG_DEB} | ssh -X repoman@repo.proxmox.com upload --product "pbs,pve" --dist buster + tar cf - ${CLIENT_DEB} ${CLIENT_DBG_DEB} | ssh -X repoman@repo.proxmox.com upload --product "pbs,pve,pmg" --dist buster