X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=a8a8c73b0b3569fc47e75e1fb6c32ddffd8c5067;hb=e1ad72a6c107bc37f6a72a167264cbcabe01bf78;hp=06c7a0df0d021e18ba2d69745d5974231cf2fe0c;hpb=ebd4ecba98594647e7208883222cd6ae89b634f2;p=pve-sheepdog.git diff --git a/Makefile b/Makefile index 06c7a0d..a8a8c73 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ -RELEASE=2.1 +RELEASE=3.0 PACKAGE=pve-sheepdog -PKGREL=4 -SDVER=0.4.0 +PKGREL=2 +SDVER=0.6.0 +BRANCH=stable-0.6 DEB=${PACKAGE}_${SDVER}-${PKGREL}_amd64.deb @@ -16,13 +17,12 @@ ${DEB} deb: ${SDSRC} tar xf ${SDSRC} cp -av debian ${SDDIR}/debian cd ${SDDIR}; dpkg-buildpackage -rfakeroot -b -us -uc - lintian ${DEB} + lintian -X copyright-file ${DEB} .PHONY: download ${SDSRC} download: rm -rf ${SDDIR} sheepdog.git - git clone git://github.com/collie/sheepdog.git sheepdog.git - #cd sheepdog.git; git checkout -b local v${SDVER} + git clone git://github.com/collie/sheepdog.git sheepdog.git -b ${BRANCH} rsync -a --exclude .git --exclude .gitignore sheepdog.git/ ${SDDIR} tar czf ${SDSRC}.tmp ${SDDIR} rm -rf ${SDDIR}