]> git.proxmox.com Git - proxmox-backup.git/blobdiff - Makefile
ui: add DataStorePruneAndGC panel and add it to datastore panel
[proxmox-backup.git] / Makefile
index 2e10487bec77e137aec62d0486a42389cfede12b..949bd11180567031214ef895477cd40831eebae9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,10 +69,12 @@ doc:
 .PHONY: build
 build:
        rm -rf build
+       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
        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), \
@@ -148,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