]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
corosync config: avoid cyclic reference in closure
[pve-cluster.git] / Makefile
index dac65a16576df1bd363b9aa2c5be8deb5ae11af4..6adbdb4dd4deed3bd6ea774a7c05e4feceed4b76 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 buster --arch ${DEB_BUILD_ARCH}
+       tar cf - ${DEB} ${DBGDEB}| ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH}
 
 .PHONY: clean
 clean: