]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
buildsys: perlapi-X.Y gets set automatically by dh, so drop manual replace
[pve-cluster.git] / Makefile
index 9a567d6788407ceaf16bfb213de8365e25becd6b..1f0f54103d84fdb1d683646c57139a25dbf91966 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,6 @@ ${DEB}:
        rm -rf build
        cp -a data build
        cp -a debian build/debian
-       sed -e "s|@PERLAPI@|perlapi-$(PERL_APIVER)|g" debian/control.in > build/debian/control
        echo "git clone git://git.proxmox.com/git/pve-cluster.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
        cd build; dpkg-buildpackage -rfakeroot -b -us -uc
        lintian ${DEB}
@@ -34,7 +33,7 @@ ${DEB}:
 
 .PHONY: upload
 upload: ${DEB} ${DBG_DEB}
-       tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${DEB_BUILD_ARCH}
+       tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH}
 
 .PHONY: clean
 clean: