X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=ae709ffc1661a41ca629245449e6cf1762651bc9;hb=3c049a1260972409fb96fe8d30f750a9273e78c8;hp=5e95898f50b7f2084da69805a9d151cb7bbb39f2;hpb=222941d3d2e52a09426c30471ee07d11520fc78c;p=pve-container.git diff --git a/Makefile b/Makefile index 5e95898..ae709ff 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION=2.0 PACKAGE=pve-container -PKGREL=14 +PKGREL=26 -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