]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - Makefile
buildsys: switch upload dist over to buster
[proxmox-widget-toolkit.git] / Makefile
index 921bd8fc8432f2e05c26044c9ec56e9000df706d..b9dc8b93a7f5c7918ee4ecae8327f375102f8d02 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ ${DEB}: ${BUILDDIR}
 .PHONY: dsc
 dsc: ${DSC}
 ${DSC}: ${BUILDDIR}
-       cd ${BUILDDIR}; dpkg-buildpackage -S -us -uc -d -nc
+       cd ${BUILDDIR}; dpkg-buildpackage -S -us -uc -d
        lintian ${DSC}
 
 .PHONY: lint
@@ -92,7 +92,7 @@ install: proxmoxlib.js
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster
 
 distclean: clean
 clean: