]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
d/control: bump version dependency on libpve-guest-common-perl
[qemu-server.git] / Makefile
index 4febdcc4922d252bccb1cd832f6c3b0c13253c75..88bedb38c61ea6ea293c4721908f3392d31aee43 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=17
+PKGREL=34
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
@@ -20,7 +20,7 @@ export PERLDIR=${PREFIX}/share/perl5
 PERLINCDIR=${PERLDIR}/asm-x86_64
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
-GITVERSION:=$(shell cat .git/refs/heads/master)
+GITVERSION:=$(shell git rev-parse HEAD)
 
 DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb