]> git.proxmox.com Git - pve-container.git/blobdiff - Makefile
bump version to 2.0-30
[pve-container.git] / Makefile
index 5f4e0443ff86d0400fea506c8ad369165112f918..3cb4ad6c916ce89b19b73f2288728a64e6283bd3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 VERSION=2.0
 PACKAGE=pve-container
-PKGREL=9
+PKGREL=30
 
-GITVERSION:=$(shell cat .git/refs/heads/master)
+GITVERSION:=$(shell git rev-parse HEAD)
 
 ARCH:=all
 
@@ -22,7 +22,7 @@ ${DEB}:
        rsync -a src/ build
        rsync -a debian/ build/debian
        echo "git clone git://git.proxmox.com/git/pve-container\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
-       cd build; dpkg-buildpackage -rfakeroot -b -us -uc
+       cd build; dpkg-buildpackage -b -us -uc
        lintian ${DEB}
 
 .PHONY: clean