X-Git-Url: https://git.proxmox.com/?p=pve-sheepdog.git;a=blobdiff_plain;f=Makefile;h=8a809f33bbd560cf32efa9c2060ff4b00f793dcc;hp=d7d1d192982b52b2c7ebb749ce30bea5ce694a7c;hb=HEAD;hpb=d935125a9e055c1b90c595300378c6d796e47ad9 diff --git a/Makefile b/Makefile index d7d1d19..8a809f3 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ -RELEASE=4.2 - PACKAGE=pve-sheepdog PKGREL=1 -SDVER=1.0.0 +SDVER=1.0.2 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) @@ -26,7 +24,7 @@ ${DEB} deb: ${SDSRC} .PHONY: download ${SDSRC} download: rm -rf ${SDDIR} sheepdog.git - git clone git://github.com/sheepdog/sheepdog.git -b v1.0 sheepdog.git + git clone git://github.com/sheepdog/sheepdog.git -b v1.0.2_rc0 sheepdog.git cd sheepdog.git; git archive --format=tar.gz -o ../${SDSRC}.tmp v1.0 --prefix=${SDDIR}/ mv ${SDSRC}.tmp ${SDSRC} @@ -40,7 +38,7 @@ distclean: clean .PHONY: clean clean: - rm -rf *~ debian/*~ *.deb *.changes *.dsc ${SDDIR} ${SDSRC}.tmp + rm -rf *~ debian/*~ *.deb *.changes *.buildinfo *.dsc ${SDDIR} ${SDSRC}.tmp .PHONY: dinstall dinstall: ${DEB}