]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
bump version to 4.0-49
[pve-cluster.git] / Makefile
index b9d73db90a9620d053364f29217c3bb8963653bb..18751599486a166a2a2504c44ad16f0bcbb948bd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=pve-cluster
 PKGVER=4.0
-PKGREL=48
+PKGREL=49
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -26,7 +26,7 @@ ${DEB}:
        rm -rf build
        cp -a data build
        cp -a debian build/debian
-       sed -e "s|@PERLAPI@|perlapi-$(PERL_APIVER)|g" debian/control.in > debian/control
+       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; ./autogen.sh
        cd build; dpkg-buildpackage -rfakeroot -b -us -uc
@@ -39,4 +39,4 @@ upload: ${DEB} ${DBG_DEB}
 
 .PHONY: clean
 clean:
-       rm -rf *~ build *_${ARCH}.deb *.changes *.dsc ${CSDIR}
+       rm -rf *~ build *_${ARCH}.deb *.changes *.dsc ${CSDIR} *.buildinfo