]> git.proxmox.com Git - pve-sheepdog.git/blobdiff - Makefile
bump sheepdog 0.6 + add new features v2
[pve-sheepdog.git] / Makefile
index d07608dd8675e13327b934b492cc55e3539cb1ac..996f9d1472977f29d494ba4d6b749ec1181d0def 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.2
+RELEASE=3.0
 
 PACKAGE=pve-sheepdog
-PKGREL=1
-SDVER=0.5.3
+PKGREL=2
+SDVER=0.6.0
 
 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}