]> git.proxmox.com Git - pve-sheepdog.git/blobdiff - Makefile
bump version to 0.5.6-2
[pve-sheepdog.git] / Makefile
index add90a058063273bfe3f114ca8fc8e65c7eeb6c7..db645582e6f678de21a6a12c52bcf32f966aa272 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.2
+RELEASE=3.0
 
 PACKAGE=pve-sheepdog
-PKGREL=1
-SDVER=0.5.0
+PKGREL=2
+SDVER=0.5.6
 
 DEB=${PACKAGE}_${SDVER}-${PKGREL}_amd64.deb
 
@@ -16,13 +16,13 @@ ${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}
+       cd sheepdog.git; git checkout -b local v${SDVER}
        rsync -a --exclude .git --exclude .gitignore sheepdog.git/ ${SDDIR} 
        tar czf ${SDSRC}.tmp  ${SDDIR}
        rm -rf ${SDDIR}