X-Git-Url: https://git.proxmox.com/?p=fence-agents-pve.git;a=blobdiff_plain;f=Makefile;h=5d242fb685d78b023d13c06d990d0c7a0f7d70f1;hp=9e1e85ffe9399b2432382443103cf50818d13f4c;hb=473052370c89632d4df3b514581d246b70ba07df;hpb=0341b7c9bd3982a7ac91cc27e52503225c191231 diff --git a/Makefile b/Makefile index 9e1e85f..5d242fb 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ FADIR=fence-agents-${FAVER} FASRC=${FADIR}.tar.gz ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) +GITVERSION:=$(shell cat .git/refs/heads/master) + DEB=${PACKAGE}_${FAVER}-${PKGREL}_${ARCH}.deb all: ${DEB} @@ -16,6 +18,7 @@ ${DEB} deb: ${FASRC} tar xf ${FASRC} cp -av debian ${FADIR}/debian cat ${FADIR}/doc/COPYRIGHT >>${FADIR}/debian/copyright + echo "git clone git://git.proxmox.com/git/fence-agents-pve.git\\ngit checkout ${GITVERSION}" > ${FADIR}/debian/SOURCE cd ${FADIR}; dpkg-buildpackage -rfakeroot -b -us -uc lintian -X copyright-file ${DEB}